Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 53) sorted by relevance

123

/system/ulib/fbl/include/fbl/
A Dauto_call.h37 call(); in ~AutoCall()
47 call();
63 void call() { in call() function
/system/ulib/test-utils/
A DREADME.md4 As a general rule one needs to check the result of every system call
5 or library call. It's important, but it's also a pain.
8 If the call fails the process is terminated.
10 things that are wrapped, if the call fails there's not much point
/system/utest/core/stack/
A Drules.mk23 ifeq ($(call TOBOOL,$(USE_CLANG)):$(call TOBOOL,$(USE_ASAN)),true:false)
/system/ulib/fit/include/lib/fit/
A Ddefer.h39 call(); in ~deferred_action()
53 call();
59 void call() { in call() function
A Dpromise_internal.h89 result_type call(::fit::context& context, Args... args) {
108 result_type call(::fit::context& context, Args... args) {
127 result_type call(::fit::context& context, Args... args) {
146 result_type call(::fit::context& context, Args... args) {
165 result_type call(::fit::context& context, Args... args) {
192 result_type call(::fit::context& context, Args... args) {
243 result_type call(::fit::context& context, Args... args) {
273 result_type call(::fit::context& context, Args... args) {
294 return base_.template call<>(context);
379 return base_.template call<>(context);
[all …]
/system/utest/fit/
A Ddefer_tests.cpp106 do_incr.call(); in cancel()
130 do_incr.call(); in null_assignment()
160 bool call() { in call() function
169 do_incr.call(); in call()
174 do_incr.call(); in call()
193 do_incr.call(); in recursive_call()
199 do_incr.call(); in recursive_call()
259 do_incr.call(); in move_construct_from_called()
387 do_incr.call(); in move_assign_from_called()
474 action.call(); in target_destroyed_when_called()
[all …]
/system/ulib/trace-provider/
A DREADME.md6 To register the trace provider, the program must call `trace_provider_create()`
19 call **trace_provider_create_with_name_etc()**.
28 all callers have been updated to call
/system/core/userboot/
A Drules.mk41 ifeq ($(call TOBOOL,$(USE_LTO)),true)
79 $(call BUILDECHO,generating $@)
90 $(call BUILDECHO,generating $@)
/system/banjo/ddk-protocol-ethernet/
A Dethernet.banjo44 /// Note that this struct may have a private section encoded after it. Allocator much call parent
77 /// Indicates that additional data is available to be sent after this call finishes. Allows a ethmac
81 /// SETPARAM_ values identify the parameter to set. Each call to set_param()
100 /// The ethernet midlayer will never call ethermac_protocol
102 /// can call send() methods at the same time as non-send
107 /// Safe to call at any time.
111 /// Safe to call if the ethermac is already stopped.
123 /// In the SHOULD_WAIT case the driver takes ownership of the netbuf and must call complete_tx()
/system/utest/fbl/
A Dauto_call_tests.cpp53 ac.call(); in auto_call_test()
63 ac.call(); in auto_call_test()
/system/ulib/ftl/
A Drules.mk52 ifeq ($(call TOBOOL,$(USE_CLANG)),false)
57 ifeq ($(call TOBOOL,$(USE_CLANG)),true)
/system/ulib/driver/
A Drules.mk29 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
62 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
/system/ulib/unittest/
A DREADME.md14 Tests are expected to *not* call `printf()`. By default we want tests
16 not be disabled. This test harness can call `printf()`, but tests should not.
17 Instead tests are expected to either call `unittest_printf()` or
32 All tests are expected to call `unittest_run_all_tests()`,
/system/dev/bluetooth/bt-hci-broadcom/
A Drules.mk21 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
/system/dev/input/i2c-hid/
A Drules.mk21 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
/system/dev/bus/acpi/
A Drules.mk17 ifeq ($(call TOBOOL,$(USE_CLANG)),true)
70 ifeq ($(call TOBOOL, $(ENABLE_USER_PCI)), true)
/system/banjo/ddk-protocol-hidbus/
A Dhidbus.banjo49 /// Safe to call at any time.
55 /// Stop the hidbus device. Safe to call if the hidbus is already stopped.
/system/banjo/ddk-protocol-usb-function/
A Dusb-function.banjo65 /// should call usb_function_config_ep() to configure its endpoints.
67 /// The function driver should then call usb_function_disable_ep() to disable its endpoints.
71 /// The function driver should call usb_function_config_ep() and/or usb_function_config_ep()
/system/ulib/sync/
A DREADME.md5 linkage symbols starting with `_`). The Zircon system call API can be
/system/dev/usb/usb-test/fx3/
A Drules.mk27 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
/system/dev/usb/usb-test/flash-programmer/
A Drules.mk34 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
/system/dev/block/sdmmc/
A Drules.mk35 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl352 // call before the StartTimer() call.
377 // corresponding EndTimer() call with the same |timer_id|. If Cobalt has
380 // been set by the EndTimer() call. If Cobalt does not receive the
387 // timer_id. In that case this call creates a new timer with
390 // which it has received exactly one EndTimer() call and no
415 // call before the StartTimer() call.
430 // corresponding EndTimer() call with the same |timer_id|. If Cobalt has
433 // been set by the EndTimer() call. If Cobalt does not receive the
440 // timer_id. In that case this call creates a new timer with
443 // which it has received exactly one StartTimer() call and no
[all …]
/system/banjo/ddk-protocol-badblock/
A Dbad-block.banjo14 /// blocks. It is recommended to first make call with |bad_blocks_count|
/system/dev/display/display/
A Drules.mk45 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)

Completed in 592 milliseconds

123