Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 78) sorted by relevance

1234

/system/keymaster/android_keymaster/
Dauthorization_set.cpp563 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/
Dlog_radio_test.cpp100 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
Dlog_system_test.cpp100 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/
Dandroid_keymaster_test_utils.h60 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/
Dkeystore_hidl_support.h100 auto pos = result.begin(); in authToken2HidlVec() local
132 auto pos = buffer.begin(); in hidlVec2Km3AuthToken() local
/system/extras/simpleperf/
DRecordReadThread.cpp110 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
Devent_attr.cpp171 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local
208 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
Dread_apk.cpp135 size_t pos = path.find("!/"); in SplitUrlInApk() local
148 size_t pos = path.find(key); in ParseExtractedInMemoryPath() local
Dtracing.cpp343 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
Dread_elf_test.cpp80 auto pos = symbols.find("GlobalVar"); in CheckGlobalVariableSymbols() local
86 auto pos = symbols.find("GlobalFunc"); in CheckFunctionSymbols() local
DRecordReadThread_test.cpp85 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/
Ddebug.cc65 char *pos = tabs; in logBuffer() local
/system/core/bootstat/
Dbootstat.cpp396 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/
DLoaderUtils.h45 size_t pos = 0; in getMachineKvers() local
/system/core/lmkd/tests/
Dlmkd_test.cpp69 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/
Dbacktrace_offline_test.cpp206 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/
DDebug.cpp95 char* pos = out; in typetostring() local
173 unsigned char *pos = (unsigned char *)buf; in printHexData() local
/system/vold/
DProcess.cpp58 std::string::size_type pos = line.find('/'); in checkMaps() local
/system/extras/preopt2cachename/
Dpreopt2cachename.cpp92 std::string::size_type pos = file_location.find_last_of('.'); in SystemBFilenameToCacheFile() local
/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.cpp50 int pos = begin_params.find(TAG_DIGEST); in Begin() local
Drsa_keymaster1_operation.cpp49 int pos = begin_params.find(TAG_DIGEST); in Begin() local
/system/extras/tests/icachetest/
Dicache_main.cpp40 for (size_t pos = usage.find(from); pos != std::string::npos; pos = usage.find(from, pos)) { in printUsage() local
/system/libufdt/tests/src/
Dextract_dtb.c31 int pos = buf_size; in find_dtb_header_pos() local
/system/tools/aidl/
Dcode_writer.cpp52 size_t pos = 0; in Write() local
/system/keymaster/ng/include/
Dkeystore_hidl_support.h115 auto pos = result.begin(); in authToken2HidlVec() local

1234