| /system/ulib/fbl/include/fbl/ |
| A D | auto_call.h | 37 call(); in ~AutoCall() 47 call(); 63 void call() { in call() function
|
| /system/ulib/test-utils/ |
| A D | README.md | 4 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 D | rules.mk | 23 ifeq ($(call TOBOOL,$(USE_CLANG)):$(call TOBOOL,$(USE_ASAN)),true:false)
|
| /system/ulib/fit/include/lib/fit/ |
| A D | defer.h | 39 call(); in ~deferred_action() 53 call(); 59 void call() { in call() function
|
| A D | promise_internal.h | 89 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 D | defer_tests.cpp | 106 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 D | README.md | 6 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 D | rules.mk | 41 ifeq ($(call TOBOOL,$(USE_LTO)),true) 79 $(call BUILDECHO,generating $@) 90 $(call BUILDECHO,generating $@)
|
| /system/banjo/ddk-protocol-ethernet/ |
| A D | ethernet.banjo | 44 /// 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 D | auto_call_tests.cpp | 53 ac.call(); in auto_call_test() 63 ac.call(); in auto_call_test()
|
| /system/ulib/ftl/ |
| A D | rules.mk | 52 ifeq ($(call TOBOOL,$(USE_CLANG)),false) 57 ifeq ($(call TOBOOL,$(USE_CLANG)),true)
|
| /system/ulib/driver/ |
| A D | rules.mk | 29 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true) 62 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
|
| /system/ulib/unittest/ |
| A D | README.md | 14 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 D | rules.mk | 21 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
|
| /system/dev/input/i2c-hid/ |
| A D | rules.mk | 21 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
|
| /system/dev/bus/acpi/ |
| A D | rules.mk | 17 ifeq ($(call TOBOOL,$(USE_CLANG)),true) 70 ifeq ($(call TOBOOL, $(ENABLE_USER_PCI)), true)
|
| /system/banjo/ddk-protocol-hidbus/ |
| A D | hidbus.banjo | 49 /// 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 D | usb-function.banjo | 65 /// 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 D | README.md | 5 linkage symbols starting with `_`). The Zircon system call API can be
|
| /system/dev/usb/usb-test/fx3/ |
| A D | rules.mk | 27 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
|
| /system/dev/usb/usb-test/flash-programmer/ |
| A D | rules.mk | 34 ifeq ($(call TOBOOL,$(INTERNAL_ACCESS)),true)
|
| /system/dev/block/sdmmc/ |
| A D | rules.mk | 35 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 352 // 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 D | bad-block.banjo | 14 /// blocks. It is recommended to first make call with |bad_blocks_count|
|
| /system/dev/display/display/ |
| A D | rules.mk | 45 ifeq ($(call TOBOOL,$(ENABLE_DRIVER_TRACING)),true)
|