/system/keymaster/android_keymaster/ |
D | authorization_set.cpp | 563 for (int pos = -1; (pos = find(tag, pos)) != -1;) in GetTagCount() local 569 int pos = find(tag); in GetTagValueEnum() local 580 int pos = -1; in GetTagValueEnumRep() local 593 int pos = find(tag); in GetTagValueInt() local 604 int pos = -1; in GetTagValueIntRep() local 617 int pos = find(tag); in GetTagValueLong() local 628 int pos = -1; in GetTagValueLongRep() local 641 int pos = find(tag); in GetTagValueDate() local 650 int pos = find(tag); in GetTagValueBlob() local 659 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/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/extras/simpleperf/ |
D | RecordReadThread.cpp | 110 size_t pos = sizeof(perf_event_header); in RecordParser() local 141 size_t pos = callchain_pos_in_sample_records_; in GetStackSizePos() local 181 void KernelRecordReader::ReadRecord(size_t pos, size_t size, void* dest) { in ReadRecord() 476 [&](size_t pos, size_t size, void* dest) { in PushRecordToRecordBuffer() 504 size_t pos = sizeof(new_header); in PushRecordToRecordBuffer() local
|
D | event_attr.cpp | 171 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local 208 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
|
D | read_apk.cpp | 135 size_t pos = path.find("!/"); in SplitUrlInApk() local 148 size_t pos = path.find(key); in ParseExtractedInMemoryPath() local
|
D | tracing.cpp | 343 size_t pos = s.find("name:"); in LoadTracingFormatsFromEventFiles() local 349 size_t pos = s.find("ID:"); in LoadTracingFormatsFromEventFiles() local 356 size_t pos = s.find("field:"); in LoadTracingFormatsFromEventFiles() local 415 size_t pos = type->name.find(':'); in GetTracingData() local
|
D | read_elf_test.cpp | 80 auto pos = symbols.find("GlobalVar"); in CheckGlobalVariableSymbols() local 86 auto pos = symbols.find("GlobalFunc"); in CheckFunctionSymbols() local
|
D | RecordReadThread_test.cpp | 85 auto read_record_fn = [&](size_t pos, size_t size, void* dest) { in TEST() 88 size_t pos = parser.GetTimePos(header); in TEST() local 167 size_t pos = records[0]->size() - 4; in TEST() local
|
/system/chre/util/nanoapp/ |
D | debug.cc | 65 char *pos = tabs; in logBuffer() local
|
/system/core/bootstat/ |
D | bootstat.cpp | 396 size_t pos = 0; in isBluntRebootReason() local 436 size_t numError(size_t pos, const std::string& _r) const { in numError() 466 size_t pos = console.rfind(needle); // exact match? in rfind() local 488 for (size_t pos = start; pos <= last_pos; ++pos) { in find() local 504 for (size_t pos = 0; pos <= last_pos; pos += needle.length()) { in correctForBitError() local 634 std::string getSubreason(const std::string& content, size_t pos, bool quoted) { in getSubreason() 676 auto pos = console.rfind(sysrqSubreason); in addKernelPanicSubReason() local 693 auto pos = console.rfind(panic); in addKernelPanicSubReason() local 897 size_t pos = console.rfind(cmd); in BootReasonStrToReason() local
|
/system/bpf/libbpf_android/ |
D | LoaderUtils.h | 45 size_t pos = 0; in getMachineKvers() local
|
/system/core/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() 334 size_t pos = 0; in TEST() local
|
/system/core/libbacktrace/ |
D | backtrace_offline_test.cpp | 206 int pos; in ReadOfflineTestData() local 214 int pos; in ReadOfflineTestData() local 220 int pos; in ReadOfflineTestData() local 231 int pos; in ReadOfflineTestData() local
|
/system/libhwbinder/ |
D | Debug.cpp | 95 char* pos = out; in typetostring() local 173 unsigned char *pos = (unsigned char *)buf; in printHexData() local
|
/system/vold/ |
D | Process.cpp | 58 std::string::size_type pos = line.find('/'); in checkMaps() local
|
/system/extras/preopt2cachename/ |
D | preopt2cachename.cpp | 92 std::string::size_type pos = file_location.find_last_of('.'); in SystemBFilenameToCacheFile() local
|
/system/keymaster/legacy_support/ |
D | ecdsa_keymaster1_operation.cpp | 50 int pos = begin_params.find(TAG_DIGEST); in Begin() local
|
D | rsa_keymaster1_operation.cpp | 49 int pos = begin_params.find(TAG_DIGEST); in Begin() local
|
/system/extras/tests/icachetest/ |
D | icache_main.cpp | 40 for (size_t pos = usage.find(from); pos != std::string::npos; pos = usage.find(from, pos)) { in printUsage() local
|
/system/libufdt/tests/src/ |
D | extract_dtb.c | 31 int pos = buf_size; in find_dtb_header_pos() local
|
/system/tools/aidl/ |
D | code_writer.cpp | 52 size_t pos = 0; in Write() local
|
/system/keymaster/ng/include/ |
D | keystore_hidl_support.h | 115 auto pos = result.begin(); in authToken2HidlVec() local
|