/system/utest/fbl/ |
A D | array_tests.cpp | 15 DestructorSignaler() : array(nullptr), result(nullptr) {} in DestructorSignaler() 17 if (array && result) in ~DestructorSignaler() 18 *result = array->get(); in ~DestructorSignaler() 21 fbl::Array<DestructorSignaler>* array; member in __anond994c4480111::DestructorSignaler 36 fbl::Array<DestructorSignaler> array(signalers, 2); in destructor_test() local 37 array[0].array = &array; in destructor_test() 38 array[0].result = &result; in destructor_test()
|
A D | type_info_tests.cpp | 45 char array[10]; in type_info_test() local 46 EXPECT_STR_EQ(fbl::TypeInfo<decltype(array)>::Name(), "char [10]"); in type_info_test() 48 char(&array_reference)[10] = array; in type_info_test()
|
/system/host/banjo/examples/ |
A D | types.banjo | 85 array<array<bool>:4>:arrays_size b_2; 86 array<array<int8>:4>:arrays_size i8_2; 87 array<array<int16>:4>:arrays_size i16_2; 88 array<array<int32>:4>:arrays_size i32_2; 89 array<array<int64>:4>:arrays_size i64_2; 90 array<array<uint8>:4>:arrays_size u8_2; 91 array<array<uint16>:4>:arrays_size u16_2; 92 array<array<uint32>:4>:arrays_size u32_2; 93 array<array<uint64>:4>:arrays_size u64_2; 94 array<array<float32>:4>:arrays_size f32_2; [all …]
|
A D | simple.banjo | 25 DrawArray(array<Point>:4 points) -> (zx.status rv);
|
A D | test.banjo | 20 array<Point>:4 p;
|
/system/host/fidl/examples/ |
A D | types.fidl | 85 array<array<bool>:4>:arrays_size b_2; 86 array<array<int8>:4>:arrays_size i8_2; 87 array<array<int16>:4>:arrays_size i16_2; 88 array<array<int32>:4>:arrays_size i32_2; 89 array<array<int64>:4>:arrays_size i64_2; 90 array<array<uint8>:4>:arrays_size u8_2; 91 array<array<uint16>:4>:arrays_size u16_2; 92 array<array<uint32>:4>:arrays_size u32_2; 93 array<array<uint64>:4>:arrays_size u64_2; 94 array<array<float32>:4>:arrays_size f32_2; [all …]
|
A D | simple.fidl | 25 3: DrawArray(array<Point>:4 points) -> (zx.status rv);
|
A D | test.fidl | 20 array<Point>:4 p;
|
/system/uapp/crasher/ |
A D | crasher.c | 57 volatile unsigned int array[512]; in stack_overflow() local 59 array[0] = i_array[0] + 1; in stack_overflow() 60 if (array[0] < 4096) in stack_overflow() 61 return stack_overflow(array); in stack_overflow() 63 array[0] = 0; in stack_overflow() 64 return stack_overflow(array); in stack_overflow() 70 volatile unsigned int array[6]; in stack_buf_overrun() local 72 return stack_buf_overrun(array); in stack_buf_overrun() 74 memset((void*)arg, 0, sizeof(array[0]) * 7); in stack_buf_overrun()
|
/system/utest/fidl/fidl/ |
A D | messages.fidl | 20 array<handle>:4 handles; 24 1: ArrayOfNonnullableHandles(array<handle>:4 handles); 25 2: ArrayOfNullableHandles(array<handle?>:4 handles); 26 3: ArrayOfArrayOfNonnullableHandles(array<array<handle>:3>:4 handles); 60 array<handle>:2 hs; 61 array<array<handle>:2>:2 hss;
|
/system/utest/fidl-simple/ |
A D | spaceship.fidl | 11 array<uint8>:16 data; 16 array<uint8>:4 data; 62 7: ScanForTensorLifeforms() -> (array<array<array<uint32>:3>:5>:8 lifesigns);
|
/system/ulib/explicit-memory/include/explicit-memory/ |
A D | bytes.h | 42 ZeroDtor(T* array, size_t len) : array_(array), len_(len) { } in ZeroDtor() argument
|
/system/fidl/fuchsia-hardware-nand/ |
A D | ram-nand.fidl | 14 array<uint8>:GUID_LEN type_guid; 17 array<uint8>:GUID_LEN unique_guid; 28 array<uint8>:NAME_LEN name; 35 array<uint8>:GUID_LEN device_guid; 39 array<Partition>:MAX_PARTITIONS partitions;
|
A D | nand.fidl | 26 array<uint8>:GUID_LEN partition_guid; // Partition type GUID from partition map.
|
/system/fidl/fuchsia-net/ |
A D | net.fidl | 10 array<uint8>:4 addr; 16 array<uint8>:16 addr; 37 array<uint8>:6 octets;
|
A D | socket.fidl | 53 array<uint8>:16 val; 71 -> (AddrInfoStatus status, uint32 nres, array<AddrInfo>:4 res);
|
/system/utest/core/elf-tls/ |
A D | tls.cpp | 65 static thread_local uint8_t array[1024] = { BYTES_1024 }; variable 108 for (auto& byte : array) in CheckInitializers() 131 for (auto& byte : array) { in TestArraySpam() 137 for (auto& byte : array) { in TestArraySpam()
|
/system/ulib/fbl/include/fbl/ |
A D | array.h | 18 Array(T* array, size_t count) : ptr_(array), count_(count) {} in Array() argument
|
/system/ulib/trace-vthread/ |
A D | event_vthread_tests.cpp | 34 buffer_.reset(new std::array<uint8_t, kBufferSize>); in TraceFixture() 62 std::unique_ptr<std::array<uint8_t, kBufferSize>> buffer_;
|
/system/banjo/ddk-protocol-ethernet-mac/ |
A D | ethernet-mac.banjo | 13 ConfigPhy(array<uint8>:MAC_ARRAY_LENGTH mac) -> (zx.status s);
|
/system/utest/fidl/ |
A D | handle_closing_tests.cpp | 28 uint32_t ArrayCount(T const (&array)[N]) { in ArrayCount() 34 uint32_t ArraySize(T const (&array)[N]) { in ArraySize() 35 static_assert(sizeof(array) < UINT32_MAX, "Array is too large!"); in ArraySize() 36 return sizeof(array); in ArraySize()
|
/system/banjo/zircon-device-nand/ |
A D | nand.banjo | 22 array<uint8>:16 partition_guid;
|
/system/banjo/ddk-protocol-scpi/ |
A D | scpi.banjo | 19 array<ScpiOppEntry>:MAX_DVFS_OPPS opp;
|
/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() argument 128 while (array[i]) { in measure_string_array() 129 len += FIDL_ALIGN(strlen(array[i])); 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() argument 151 measure_string_array(array, &count, &len); in send_string_array() 171 size_t size = strlen(array[i]); in send_string_array() 174 memcpy(payload + offset, array[i], size); in send_string_array()
|
/system/ulib/minfs/ |
A D | minfs-private.h | 519 DirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos) in DirectArgs() argument 520 : op_(op), array_(array), count_(count), bnos_(bnos), dirty_(false) {} in DirectArgs() 550 IndirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in IndirectArgs() argument 552 : DirectArgs(op, array, count, bnos), bindex_(bindex), ib_vmo_offset_(ib_vmo_offset) {} in IndirectArgs() 581 DindirectArgs(BlockOp op, blk_t* array, blk_t count, blk_t* bnos, blk_t bindex, in DindirectArgs() argument 583 : IndirectArgs(op, array, count, bnos, bindex, ib_vmo_offset), in DindirectArgs()
|