Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 234) sorted by relevance

12345678910

/system/keymaster/include/keymaster/
Dserializable.h99 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { in append_uint32_to_buf()
107 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf()
117 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()
129 uint8_t* append_collection_to_buf(uint8_t* buf, const uint8_t* end, const T& value) { in append_collection_to_buf()
144 inline uint8_t* append_uint32_array_to_buf(uint8_t* buf, const uint8_t* end, const T* data, in append_uint32_array_to_buf()
181 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf()
192 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf()
203 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf()
225 bool copy_collection_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_collection_from_buf()
286 const uint8_t* end() const { return peek_read() + available_read(); } in end() function
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp39 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 …]
Dserializable.cpp25 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/
Dstatic_vec.h47 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
Dutils.h62 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
Dutf8range.h32 UTF8Range(CharIterator begin, CharIterator end) : begin_(begin), end_(end) {} in UTF8Range()
101 Iter end() const { return Iter(end_); } in end() function
/system/core/trusty/coverage/
Dcoverage.cpp184 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/
Dparseint.h52 char* end; variable
111 char* end; variable
/system/extras/simpleperf/
Drecord.cpp35 #define CHECK_SIZE(p, end, size) \ argument
42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument
102 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat()
209 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader()
247 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
296 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
349 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
411 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
446 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
460 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
[all …]
Dread_symbol_map.cpp39 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/libcppbor/src/
Dcppbor_parse.cpp45 std::tuple<bool, uint64_t, const uint8_t*> parseLength(const uint8_t* pos, const uint8_t* end, in parseLength()
100 const uint8_t* valueBegin, const uint8_t* end, in handleString()
207 const uint8_t* pos, const uint8_t* end, in handleEntries()
225 const uint8_t* valueBegin, const uint8_t* end, const std::string& typeName, in handleCompound()
239 std::tuple<const uint8_t*, ParseClient*> parseRecursively(const uint8_t* begin, const uint8_t* end, in parseRecursively()
341 const uint8_t* end) override { in item()
362 const uint8_t* end) override { in itemEnd()
404 void parse(const uint8_t* begin, const uint8_t* end, ParseClient* parseClient) { in parse()
410 parse(const uint8_t* begin, const uint8_t* end) { in parse()
416 void parseWithViews(const uint8_t* begin, const uint8_t* end, ParseClient* parseClient) { in parseWithViews()
[all …]
/system/gatekeeper/
Dgatekeeper_messages.cpp33 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/
DTokenizer.cpp114 const char* end = getEnd(); in peekRemainderOfLine() local
130 const char* end = getEnd(); in nextToken() local
146 const char* end = getEnd(); in nextLine() local
160 const char* end = getEnd(); in skipDelimiters() local
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c20 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/
Dcounters.cpp52 volatile uint8_t* end = NULL; in ExtraCounters() local
76 volatile uint8_t* end = NULL; in Flush() local
/system/libcppbor/include/cppbor/
Dcppbor.h255 inline uint8_t* encodeHeader(uint64_t addlInfo, uint8_t* pos, const uint8_t* end) const { in encodeHeader()
285 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
332 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
369 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode()
416 Bstr(I1 begin, I2 end) : mValue(begin, end) {} in Bstr()
463 ViewBstr(I1 begin, I2 end) : mView(begin, end) {} in ViewBstr()
466 ViewBstr(const uint8_t* begin, const uint8_t* end) in ViewBstr()
518 Tstr(I1 begin, I2 end) : mValue(begin, end) {} in Tstr()
561 ViewTstr(I1 begin, I2 end) : mView(begin, end) {} in ViewTstr()
564 ViewTstr(const uint8_t* begin, const uint8_t* end) in ViewTstr()
[all …]
/system/tools/hidl/
DLocation.cpp56 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/
DFooCallback.cpp34 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/
Dmessage_serializable_fuzz.cpp33 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/
DMaps.h66 iterator end() { return maps_.end(); } in end() function
70 const_iterator end() const { return maps_.end(); } in end() function
DMapInfo.h40 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/
Dpriority_queue_impl.h123 PriorityQueue<ElementType, CompareFunction>::end() { in end() function
135 PriorityQueue<ElementType, CompareFunction>::end() const { in end() function
/system/libvintf/
DFQName.cpp75 static const char* eatIdent(const char* l, const char* end) { in eatIdent()
82 static const char* eatPackage(const char* l, const char* end) { in eatPackage()
93 static const char* eatNumber(const char* l, const char* end) { in eatNumber()
107 const char* end = l + s.size(); in setTo() local
116 const char* end = nullptr; in setTo() member
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp52 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/
Dvector.h81 ElementType* end() { return data_ + size_; } in end() function
84 const ElementType* end() const { return data_ + size_; } in end() function

12345678910