/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 44 int pos = set.find(tag); in contains() local 51 int pos = -1; in contains() local 59 int pos = set.find(tag); in contains() local 65 int pos = -1; in contains() local 73 int pos = set.find(tag); in contains() local 79 int pos = set.find(tag); in contains() local 86 int pos = set.find(tag); in contains() local
|
/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 | 548 for (int pos = -1; (pos = find(tag, pos)) != -1;) in GetTagCount() local 554 int pos = find(tag); in GetTagValueEnum() local 565 int pos = -1; in GetTagValueEnumRep() local 578 int pos = find(tag); in GetTagValueInt() local 589 int pos = -1; in GetTagValueIntRep() local 602 int pos = find(tag); in GetTagValueLong() local 613 int pos = -1; in GetTagValueLongRep() local 626 int pos = find(tag); in GetTagValueDate() local 635 int pos = find(tag); in GetTagValueBlob() local 644 int pos = find(tag); in GetTagValueBool() local
|
/system/logging/liblog/tests/ |
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
|
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
|
/system/nfc/src/fuzzers/ |
D | fuzz_utils.cc | 77 auto pos = (Seed >> 16) % Packets.size(); in LLVMFuzzerCustomMutator() local 84 auto pos = (Seed >> 16) % Packets.size(); in LLVMFuzzerCustomMutator() local 88 auto pos = (Seed >> 16) % Packets.size(); in LLVMFuzzerCustomMutator() local
|
/system/libcppbor/src/ |
D | cppbor.cpp | 268 uint8_t* encodeHeader(MajorType type, uint64_t addlInfo, uint8_t* pos, const uint8_t* end) { in encodeHeader() 381 uint8_t* Bstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() 393 uint8_t* ViewBstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() 405 uint8_t* Tstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() 417 uint8_t* ViewTstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() 437 uint8_t* Array::encode(uint8_t* pos, const uint8_t* end) const { in encode() 471 uint8_t* Map::encode(uint8_t* pos, const uint8_t* end) const { in encode() 565 uint8_t* SemanticTag::encode(uint8_t* pos, const uint8_t* end) const { in encode()
|
D | cppbor_parse.cpp | 45 std::tuple<bool, uint64_t, const uint8_t*> parseLength(const uint8_t* pos, const uint8_t* end, in parseLength() 207 const uint8_t* pos, const uint8_t* end, in handleEntries() 231 const uint8_t* pos; in handleCompound() local 248 const uint8_t* pos = begin; in parseRecursively() local
|
/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/init/ |
D | first_stage_console.cpp | 34 size_t pos = 0; in KernelConsolePresent() local 112 auto pos = bootconfig.find("androidboot.first_stage_console ="); in FirstStageConsole() local
|
/system/libvintf/include-host/vintf/ |
D | Dirmap.h | 33 auto pos = arg.find(split); in splitArgs() local
|
/system/incremental_delivery/incfs/include/ |
D | path.h | 64 auto pos = path.rfind('/'); in baseName() local 83 const auto pos = path.rfind('/'); in dirName() 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/core/bootstat/ |
D | bootstat.cpp | 551 size_t pos = 0; in isBluntRebootReason() local 591 size_t numError(size_t pos, const std::string& _r) const { in numError() 621 size_t pos = console.rfind(needle); // exact match? in rfind() local 643 for (size_t pos = start; pos <= last_pos; ++pos) { in find() local 659 for (size_t pos = 0; pos <= last_pos; pos += needle.length()) { in correctForBitError() local 789 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason() 831 auto pos = console.rfind(sysrqSubreason); in addKernelPanicSubReason() local 848 auto pos = console.rfind(panic); in addKernelPanicSubReason() local 1053 size_t pos = console.rfind(cmd); in BootReasonStrToReason() local
|
/system/extras/simpleperf/ |
D | read_apk.cpp | 132 size_t pos = path.find("!/"); in SplitUrlInApk() local 145 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 = read_pos_in_sample_records_; in GetStackSizePos() local 199 void KernelRecordReader::ReadRecord(size_t pos, size_t size, void* dest) { in ReadRecord() 547 record_parser_.GetStackSizePos([&](size_t pos, size_t size, void* dest) { in PushRecordToRecordBuffer() 575 size_t pos = sizeof(new_header); in PushRecordToRecordBuffer() local
|
D | event_attr.cpp | 176 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local 213 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
|
/system/dmesgd/ |
D | dmesg_parser.cpp | 157 auto pos = ret.find(infix); in StripSensitiveData() local
|
/system/memory/libmeminfo/libsmapinfo/ |
D | processrecord.cpp | 73 if (auto pos = cmdline_.find_last_of('\n'); pos != std::string::npos) { in ProcessRecord() 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 | 70 size_t pos = content.find(marker); in readLogcat() local 88 std::string getTextAround(const std::string& text, size_t pos, in getTextAround() 339 size_t pos = 0; in TEST() local
|