/system/core/include/utils/ |
D | Vector.h | 188 inline iterator begin() { return editArray(); } in begin() function 190 inline const_iterator begin() const { return array(); } in begin() function
|
D | List.h | 193 inline iterator begin() { in begin() function 196 inline const_iterator begin() const { in begin() function
|
/system/core/libmemunreachable/ |
D | HeapWalker.h | 30 uintptr_t begin; member 108 uintptr_t begin = (range.begin + (sizeof(uintptr_t) - 1)) & ~(sizeof(uintptr_t) - 1); in ForEachPtrInRange() local
|
D | HeapWalker.cpp | 31 bool HeapWalker::Allocation(uintptr_t begin, uintptr_t end) { in Allocation() 88 void HeapWalker::Root(uintptr_t begin, uintptr_t end) { in Root()
|
D | ProcessMappings.h | 23 uintptr_t begin; member
|
/system/core/include/backtrace/ |
D | BacktraceMap.h | 75 iterator begin() { return maps_.begin(); } in begin() function 79 const_iterator begin() const { return maps_.begin(); } in begin() function
|
D | Backtrace.h | 139 iterator begin() { return frames_.begin(); } in begin() function 143 const_iterator begin() const { return frames_.begin(); } in begin() function
|
/system/vold/ |
D | Keymaster.cpp | 65 keymaster_error_t begin(keymaster_purpose_t purpose, const keymaster_key_blob_t* key, in begin() function in android::vold::KeymasterDevice 220 KeymasterOperation Keymaster::begin(keymaster_purpose_t purpose, const std::string& key, in begin() function in android::vold::Keymaster 237 KeymasterOperation Keymaster::begin(keymaster_purpose_t purpose, const std::string& key, in begin() function in android::vold::Keymaster
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_utils.h | 171 T* begin() { return begin_; } in begin() function 178 template <typename T> ArrayWrapper<T> array_range(T* begin, size_t length) { in array_range() 258 const uint8_t* begin() const { return key_material; } in begin() function
|
D | serializable.h | 218 const uint8_t* begin() const { return peek_read(); } in begin() function
|
D | authorization_set.h | 188 const keymaster_key_param_t* begin() const { return elems_; } in begin() function
|
/system/core/libutils/ |
D | String16.cpp | 113 String16::String16(const String16& o, size_t len, size_t begin) in String16() 181 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() 396 status_t String16::remove(size_t len, size_t begin) in remove()
|
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 23 static const char begin[] = "--------- beginning of "; variable
|
D | logcat_test.cpp | 46 static const char begin[] = "--------- beginning of "; variable
|
/system/core/include/sysutils/ |
D | List.h | 194 inline iterator begin() { in begin() function 197 inline const_iterator begin() const { in begin() function
|
/system/keymaster/ |
D | List.h | 193 inline iterator begin() { in begin() function 196 inline const_iterator begin() const { in begin() function
|
D | android_keymaster_messages_test.cpp | 647 const uint8_t* begin = msgbuf + i; in parse_garbage() local 667 const uint8_t* begin = buf.get() + i; in parse_garbage() local
|
D | soft_keymaster_device.cpp | 1179 keymaster_error_t SoftKeymasterDevice::begin(const keymaster1_device_t* dev, in begin() function in keymaster::SoftKeymasterDevice 1235 keymaster_error_t SoftKeymasterDevice::begin(const keymaster2_device_t* dev, in begin() function in keymaster::SoftKeymasterDevice
|
D | android_keymaster_test_utils.cpp | 854 static keymaster_error_t begin(const keymaster1_device_t* dev, // in begin() function in keymaster::test::Sha256OnlyWrapper
|
/system/core/libmemunreachable/include/memunreachable/ |
D | memunreachable.h | 28 uintptr_t begin; member
|
/system/core/logd/ |
D | LogStatistics.h | 122 inline iterator begin() { return map.begin(); } in begin() function 123 inline const_iterator begin() const { return map.begin(); } in begin() function
|
/system/gatekeeper/tests/ |
D | gatekeeper_messages_test.cpp | 300 const uint8_t* begin = msgbuf + i; in parse_garbage() local
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 214 auto begin = elf_obj->symbol_begin(); in ParseSymbolsFromELFFile() local
|
/system/core/liblog/ |
D | logprint.c | 923 char *begin = p; in convertPrintable() local
|
/system/core/libziparchive/ |
D | zip_archive.cc | 1049 uint8_t* begin, uint32_t size) { in ExtractToMemory()
|