Searched refs:arm (Results 1 – 9 of 9) sorted by relevance
| /system/ulib/fbl/ |
| A D | alloc_checker.cpp | 27 ac->arm(size, mem != nullptr); in checked() 41 void AllocChecker::arm(size_t size, bool result) { in arm() function in fbl::AllocChecker
|
| A D | string.cpp | 113 ac->arm(0u, true); in Concat() 117 ac->arm(0u, true); in Concat() 143 ac->arm(0u, true); in Init() 170 ac->arm(0u, true); in Init()
|
| /system/ulib/fbl/include/fbl/ |
| A D | alloc_checker.h | 26 void arm(size_t size, bool result);
|
| A D | vector.h | 112 ac->arm(0u, true); in reserve() 357 ac->arm(0u, true); in grow_for_new_element() 398 ac->arm(1u, false); in reallocate() 405 ac->arm(0u, true); in reallocate()
|
| A D | function.h | 91 : target_(std::move(target)) { ac->arm(0u, true); }
|
| /system/utest/fbl/ |
| A D | ref_counted_tests.cpp | 36 ac->arm(size, true); in operator new()
|
| /system/public/zircon/boot/ |
| A D | image.h | 463 zbi_topology_arm_info_t arm; member
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 578 // The id of the experiment arm as defined by the A/B Experiment framework.
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 859 #^ Acknowledge an interrupt and re-arm it.
|
Completed in 22 milliseconds