/system/keymaster/include/keymaster/ |
D | serializable.h | 98 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { in append_uint32_to_buf() 106 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf() 116 inline uint8_t* append_size_and_data_to_buf(uint8_t* buf, const uint8_t* end, const void* data, in append_size_and_data_to_buf() 128 uint8_t* append_collection_to_buf(uint8_t* buf, const uint8_t* end, const T& value) { in append_collection_to_buf() 143 inline uint8_t* append_uint32_array_to_buf(uint8_t* buf, const uint8_t* end, const T* data, in append_uint32_array_to_buf() 180 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf() 191 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf() 202 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf() 224 bool copy_collection_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_collection_from_buf() 285 const uint8_t* end() const { return peek_read() + available_read(); } in end() function
|
/system/keymaster/android_keymaster/ |
D | android_keymaster_messages.cpp | 39 const uint8_t* end) { in serialize_key_blob() 44 const uint8_t* end) { in deserialize_key_blob() 67 uint8_t* serialize_blob(const keymaster_blob_t& blob, uint8_t* buf, const uint8_t* end) { in serialize_blob() 71 bool deserialize_blob(keymaster_blob_t* blob, const uint8_t** buf_ptr, const uint8_t* end) { in deserialize_blob() 96 const uint8_t* end) { in serialize_chain() 105 CertificateChain deserialize_chain(const uint8_t** buf_ptr, const uint8_t* end) { in deserialize_chain() 175 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 198 bool GenerateKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 221 bool GenerateKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 241 bool GenerateRkpKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() [all …]
|
D | serializable.cpp | 25 bool __buffer_bound_check(const uint8_t* buf, const uint8_t* end, size_t len) { in __buffer_bound_check() 31 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { in append_to_buf() 40 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { in copy_from_buf() 50 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size, in copy_size_and_data_from_buf() 167 bool Buffer::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
|
/system/teeui/libteeui/include/teeui/ |
D | static_vec.h | 47 static_vec(T* begin, T* end) : data_(begin), size_(end - begin) {} in static_vec() 59 T* end() { return data_ + size_; } in end() function 61 const T* end() const { return data_ + size_; } in end() function
|
D | utils.h | 62 T* end() { return data_ + elements; } in end() function 64 const T* end() const { return data_ + elements; } in end() function 114 const uint8_t* end() const { return data_ + size_; } in end() function
|
D | utf8range.h | 32 UTF8Range(CharIterator begin, CharIterator end) : begin_(begin), end_(end) {} in UTF8Range() 101 Iter end() const { return Iter(end_); } in end() function
|
D | font_rendering.h | 85 UTF8WordRange(CharIterator begin, CharIterator end) : range_(begin, end) {} in UTF8WordRange() 100 Iter(UTF8Iterator begin, UTF8Iterator end) : begin_(begin), end_(end) {} in Iter() 134 Iter end() const { return Iter(range_.end(), range_.end()); } in end() function
|
/system/core/trusty/coverage/ |
D | coverage.cpp | 184 volatile uint8_t* end = nullptr; in ResetCounts() local 194 volatile uintptr_t* end = nullptr; in ResetPCs() local 223 void CoverageRecord::GetRawData(volatile void** begin, volatile void** end) { in GetRawData() 230 void CoverageRecord::GetRawCounts(volatile uint8_t** begin, volatile uint8_t** end) { in GetRawCounts() 244 void CoverageRecord::GetRawPCs(volatile uintptr_t** begin, volatile uintptr_t** end) { in GetRawPCs() 264 volatile uint8_t* end = NULL; in TotalEdgeCounts() local 290 volatile uintptr_t* end = nullptr; in SaveSancovFile() local
|
/system/libbase/include/android-base/ |
D | parseint.h | 49 char* end; variable 108 char* end; variable
|
D | parsedouble.h | 34 char* end; in ParseFloatingPoint() local
|
/system/extras/simpleperf/ |
D | record.cpp | 35 #define CHECK_SIZE(p, end, size) \ argument 42 #define CHECK_SIZE_U64(p, end, u64_count) CHECK_SIZE(p, end, (u64_count) * sizeof(uint64_t)) argument 97 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat() 204 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader() 240 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 289 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 342 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 404 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 439 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 453 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() [all …]
|
D | read_symbol_map.cpp | 39 size_t end = content_ref.find_first_of(" \t", begin + 1); in ConsumeWord() local 95 size_t end = content.find_first_of("\n\r", begin); in ReadSymbolMapFromString() local
|
/system/gatekeeper/ |
D | gatekeeper_messages.cpp | 33 static inline bool fitsBuffer(const uint8_t* begin, const uint8_t* end, uint32_t field_size) { in fitsBuffer() 69 static inline gatekeeper_error_t read_from_buffer(const uint8_t **buffer, const uint8_t *end, in read_from_buffer() 135 gatekeeper_error_t GateKeeperMessage::Deserialize(const uint8_t *payload, const uint8_t *end) { in Deserialize() 181 gatekeeper_error_t VerifyRequest::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) { in nonErrorDeserialize() 222 gatekeeper_error_t VerifyResponse::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) { in nonErrorDeserialize() 256 gatekeeper_error_t EnrollRequest::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) { in nonErrorDeserialize() 293 gatekeeper_error_t EnrollResponse::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) { in nonErrorDeserialize()
|
/system/core/libutils/ |
D | Tokenizer.cpp | 113 const char* end = getEnd(); in peekRemainderOfLine() local 129 const char* end = getEnd(); in nextToken() local 145 const char* end = getEnd(); in nextLine() local 159 const char* end = getEnd(); in skipDelimiters() local
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 20 static int read_typeset(policydb_t *policydb, char **ptr, char *end, in read_typeset() 182 static int read_classperms(policydb_t *policydb, char **ptr, char *end, in read_classperms() 377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows() 458 char *text, *end; in check_neverallows_file() local 483 char *text, *end; in check_neverallows_string() local
|
/system/core/trusty/fuzz/ |
D | counters.cpp | 52 volatile uint8_t* end = NULL; in ExtraCounters() local 76 volatile uint8_t* end = NULL; in Flush() local
|
/system/tools/hidl/ |
D | Location.cpp | 56 Location::Location(const Position& begin, const Position& end) in Location() 59 void Location::setLocation(const Position& begin, const Position& end) { in setLocation() 73 const Position& Location::end() const { in end() function in android::Location
|
/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 34 nsecs_t end = systemTime(); in heyItsYou() local 50 nsecs_t end = systemTime(); in heyItsYouIsntIt() local 66 nsecs_t end = systemTime(); in heyItsTheMeaningOfLife() local
|
/system/keymaster/tests/fuzzers/ |
D | message_serializable_fuzz.cpp | 33 int32_t end = fdp->ConsumeIntegralInRange<int32_t>(0, buf_size); in RunDeserialize() local 41 int32_t end = fdp->ConsumeIntegralInRange<int32_t>(0, buf_size); in RunSerialize() local
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Maps.h | 66 iterator end() { return maps_.end(); } in end() function 70 const_iterator end() const { return maps_.end(); } in end() function
|
D | MapInfo.h | 40 MapInfo(std::shared_ptr<MapInfo>& prev_map, uint64_t start, uint64_t end, uint64_t offset, in MapInfo() 49 MapInfo(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, SharedString name) in MapInfo() 58 uint64_t start, uint64_t end, uint64_t offset, in Create() 66 static inline std::shared_ptr<MapInfo> Create(uint64_t start, uint64_t end, uint64_t offset, in Create() 139 inline uint64_t end() const { return end_; } in end() function
|
/system/chre/util/include/chre/util/ |
D | priority_queue_impl.h | 123 PriorityQueue<ElementType, CompareFunction>::end() { in end() function 135 PriorityQueue<ElementType, CompareFunction>::end() const { in end() function
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 52 void PrintExpression(Memory* memory, uint8_t class_type, uint64_t end, uint64_t length) { in PrintExpression() 275 char* end; in main() local 284 char* end; in main() local
|
/system/nvram/messages/include/nvram/messages/ |
D | vector.h | 81 ElementType* end() { return data_ + size_; } in end() function 84 const ElementType* end() const { return data_ + size_; } in end() function
|
/system/chre/apps/test/chqts/src/shared/ |
D | nano_endian.cc | 22 for (size_t front = 0, end = size - 1; front < end; front++, end--) { in swapBytes() local
|