/system/core/fs_mgr/libstorage_literals/storage_literals/ |
D | storage_literals.h | 24 struct Size { struct 26 explicit constexpr Size(uint64_t count) : value_(count) {} in Size() argument 36 using B = Size<0>; argument
|
/system/bt/gd/packet/parser/ |
D | size.h | 26 Size() {} in Size() function 28 Size(int bits) { in Size() function 33 Size(std::string dynamic) { in Size() function 38 Size(int bits, std::string dynamic) { in Size() function 44 Size(const Size& size) { in Size() function
|
/system/core/libunwindstack/ |
D | MemoryFileAtOffset.h | 35 size_t Size() { return size_; } in Size() function
|
D | MemoryBuffer.h | 48 uint64_t Size() { return size_; } in Size() function
|
/system/core/adb/client/ |
D | incremental_utils.h | 32 using Size = int64_t; variable
|
/system/bt/osi/test/fuzzers/compat/ |
D | fuzz_compat.cc | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/osi/test/fuzzers/future/ |
D | fuzz_future.cc | 22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/osi/test/fuzzers/array/ |
D | fuzz_array.cc | 25 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/nfc/utils/test/ringbuffer_fuzzer/ |
D | ringbuffer_fuzzer.cpp | 10 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/osi/test/fuzzers/buffer/ |
D | fuzz_buffer.cc | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/extras/simpleperf/ |
D | build_id.h | 32 static size_t Size() { in Size() function
|
/system/bt/osi/test/fuzzers/allocator/ |
D | fuzz_allocator.cc | 99 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/gd/packet/parser/fields/ |
D | reserved_field.cc | 45 void ReservedField::GenGetter(std::ostream&, Size, Size) const { in GenGetter() argument
|
D | padding_field.cc | 47 void PaddingField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument
|
D | group_field.cc | 56 void GroupField::GenGetter(std::ostream&, Size, Size) const { in GenGetter() argument
|
D | checksum_start_field.cc | 43 void ChecksumStartField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument
|
D | body_field.cc | 53 void BodyField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument
|
D | checksum_field.cc | 39 void ChecksumField::GenGetter(std::ostream&, Size, Size) const {} in GenGetter() argument
|
/system/bt/common/ |
D | lru.h | 175 int Size() const { in Size() function
|
/system/bt/gd/os/ |
D | queue.h | 133 auto Size() const { in Size() function
|
/system/bt/osi/test/fuzzers/ringbuffer/ |
D | fuzz_ringbuffer.cc | 145 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/osi/test/fuzzers/allocation_tracker/ |
D | fuzz_allocation_tracker.cc | 122 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/incremental_delivery/incfs/include/ |
D | incfs.h | 121 constexpr Span(V (&x)[Size]) : Span(x, Size) {} in Span() 174 using Size = IncFsSize; variable
|
/system/bt/osi/test/fuzzers/alarm/ |
D | fuzz_alarm.cc | 92 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|
/system/bt/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 208 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) { in LLVMFuzzerTestOneInput()
|