/system/teeui/libteeui/src/ |
D | msg_formatting.cpp | 31 auto pos = out.pos(); in write() local 42 auto pos = in.pos(); in read() local
|
D | generic_messages.cpp | 23 volatile const uint32_t* pos = reinterpret_cast<volatile const uint32_t*>(in.pos()); in readU32() local
|
D | cbor.cpp | 30 auto pos = state.data_; in writeBytes() local
|
/system/keymaster/android_keymaster/ |
D | authorization_set.cpp | 574 for (int pos = -1; (pos = find(tag, pos)) != -1;) in GetTagCount() local 580 int pos = find(tag); in GetTagValueEnum() local 591 int pos = -1; in GetTagValueEnumRep() local 604 int pos = find(tag); in GetTagValueInt() local 615 int pos = -1; in GetTagValueIntRep() local 628 int pos = find(tag); in GetTagValueLong() local 639 int pos = -1; in GetTagValueLongRep() local 652 int pos = find(tag); in GetTagValueDate() local 661 int pos = find(tag); in GetTagValueBlob() local 670 int pos = find(tag); in GetTagValueBool() local
|
/system/core/liblog/tests/ |
D | log_radio_test.cpp | 100 for (size_t pos = 0; (pos = buf.find(content, pos)) != std::string::npos; in TEST() local 104 for (size_t pos = 0; in TEST() local
|
D | log_system_test.cpp | 100 for (size_t pos = 0; (pos = buf.find(content, pos)) != std::string::npos; in TEST() local 104 for (size_t pos = 0; in TEST() local
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 60 int pos = set.find(tag); in contains() local 67 int pos = -1; in contains() local 76 int pos = set.find(tag); in contains() local 82 int pos = -1; in contains() local 91 int pos = set.find(tag); in contains() local 97 int pos = set.find(tag); in contains() local 105 int pos = set.find(tag); in contains() local
|
/system/bt/gd/common/ |
D | list_map.h | 123 std::pair<iterator, bool> try_emplace(const_iterator pos, const Key& key, Args&&... args) { in try_emplace() 143 void insert_or_assign(const_iterator pos, const Key& key, T value) { in insert_or_assign() 162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice()
|
/system/teeui/libteeui/include/teeui/ |
D | msg_formatting.h | 74 ptr_t pos() const { return pos_; }; in pos() function 79 uintptr_t pos = pos_ - begin_; in insertFieldSize() local 93 uintptr_t pos = pos_ - begin_; in extractFieldSize() local
|
D | common_message_types.h | 73 template <typename T> inline const uint8_t* copyField(T& field, const uint8_t*(&pos)) { in copyField() 79 template <typename T> inline uint8_t* copyField(const T& field, uint8_t*(&pos)) { in copyField() 91 ReadStream::ptr_t pos = nullptr; in readSimpleVecInPlace() local 160 teeui::ReadStream::ptr_t pos = nullptr; in read() local
|
/system/core/adb/client/ |
D | mdns_utils.cpp | 69 auto pos = name.rfind("."); in mdns_parse_instance_name() local
|
/system/security/keystore/include/keystore/ |
D | keystore_hidl_support.h | 100 auto pos = result.begin(); in authToken2HidlVec() local 132 auto pos = buffer.begin(); in hidlVec2Km3AuthToken() local
|
/system/chre/util/nanoapp/ |
D | debug.cc | 65 char *pos = tabs; in logBuffer() local
|
/system/bt/gd/fuzz/ |
D | helpers.cc | 31 while (const uint8_t* pos = (const uint8_t*)memmem(beg, end - beg, separator, separatorSize)) { in SplitInput() local
|
/system/core/bootstat/ |
D | bootstat.cpp | 530 size_t pos = 0; in isBluntRebootReason() local 570 size_t numError(size_t pos, const std::string& _r) const { in numError() 600 size_t pos = console.rfind(needle); // exact match? in rfind() local 622 for (size_t pos = start; pos <= last_pos; ++pos) { in find() local 638 for (size_t pos = 0; pos <= last_pos; pos += needle.length()) { in correctForBitError() local 768 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason() 810 auto pos = console.rfind(sysrqSubreason); in addKernelPanicSubReason() local 827 auto pos = console.rfind(panic); in addKernelPanicSubReason() local 1032 size_t pos = console.rfind(cmd); in BootReasonStrToReason() local
|
/system/extras/simpleperf/ |
D | event_attr.cpp | 172 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local 209 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
|
D | read_apk.cpp | 131 size_t pos = path.find("!/"); in SplitUrlInApk() local 144 size_t pos = path.find(key); in ParseExtractedInMemoryPath() local
|
D | RecordReadThread.cpp | 112 size_t pos = sizeof(perf_event_header); in RecordParser() local 147 size_t pos = callchain_pos_in_sample_records_; in GetStackSizePos() local 187 void KernelRecordReader::ReadRecord(size_t pos, size_t size, void* dest) { in ReadRecord() 522 [&](size_t pos, size_t size, void* dest) { in PushRecordToRecordBuffer() 550 size_t pos = sizeof(new_header); in PushRecordToRecordBuffer() local
|
/system/core/init/ |
D | first_stage_console.cpp | 92 auto pos = cmdline.find("androidboot.first_stage_console="); in FirstStageConsole() local
|
/system/teeui/libteeui/example/ |
D | example_utils.cpp | 40 size_t pos = (top_ + y) * lineStride_ + x + left_; in drawPixel() local
|
/system/memory/lmkd/tests/ |
D | lmkd_test.cpp | 69 size_t pos = content.find(marker); in readLogcat() local 87 std::string getTextAround(const std::string& text, size_t pos, in getTextAround() 336 size_t pos = 0; in TEST() local
|
/system/incremental_delivery/incfs/ |
D | path.cpp | 198 auto pos = path.rfind('/'); in baseName() local 216 const auto pos = path.rfind('/'); in dirName() local
|
/system/update_engine/ |
D | omaha_request_builder_xml_unittest.cc | 49 size_t count = 0, pos = 0; in CountSubstringInString() local 238 auto FindAppId = [request_xml](size_t pos) -> size_t { in TEST_F() 242 size_t pos = FindAppId(0); in TEST_F() local
|
/system/bt/gd/packet/parser/ |
D | util.h | 129 auto pos = text.find(old); in StringFindAndReplaceAll() local
|
/system/libhwbinder/ |
D | Debug.cpp | 95 char* pos = out; in typetostring() local 173 unsigned char *pos = (unsigned char *)buf; in printHexData() local
|