Searched defs:array (Results 1 – 10 of 10) sorted by relevance
| /system/utest/fbl/ |
| A D | array_tests.cpp | 21 fbl::Array<DestructorSignaler>* array; member in __anond994c4480111::DestructorSignaler 36 fbl::Array<DestructorSignaler> array(signalers, 2); in destructor_test() local
|
| A D | type_info_tests.cpp | 45 char array[10]; in type_info_test() local
|
| /system/ulib/explicit-memory/include/explicit-memory/ |
| A D | bytes.h | 42 ZeroDtor(T* array, size_t len) : array_(array), len_(len) { } in ZeroDtor()
|
| /system/uapp/crasher/ |
| A D | crasher.c | 57 volatile unsigned int array[512]; in stack_overflow() local 70 volatile unsigned int array[6]; in stack_buf_overrun() local
|
| /system/ulib/fbl/include/fbl/ |
| A D | array.h | 18 Array(T* array, size_t count) : ptr_(array), count_(count) {} in Array()
|
| A D | unique_ptr.h | 141 explicit unique_ptr(T* array) : ptr_(array) {} in unique_ptr()
|
| /system/ulib/minfs/ |
| A D | minfs-private.h | 519 DirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos) in DirectArgs() 550 IndirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in IndirectArgs() 581 DindirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in DindirectArgs()
|
| A D | vnode.cpp | 586 blk_t* array = &inode_.dnum[start]; in ApplyOperation() local 616 blk_t* array = &inode_.inum[ibindex]; in ApplyOperation() local 648 blk_t* array = &inode_.dinum[dibindex]; in ApplyOperation() local
|
| /system/ulib/fdio/ |
| A D | spawn.c | 125 static void measure_string_array(const char* const* array, size_t* count_out, size_t* len_out) { in measure_string_array() 145 static zx_status_t send_string_array(zx_handle_t launcher, int ordinal, const char* const* array) { in send_string_array()
|
| /system/utest/core/elf-tls/ |
| A D | tls.cpp | 65 static thread_local uint8_t array[1024] = { BYTES_1024 }; variable
|
Completed in 32 milliseconds