Home
last modified time | relevance | path

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

12345

/system/keymaster/tests/
Dandroid_keymaster_test_utils.h44 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/
Dmsg_formatting.cpp31 auto pos = out.pos(); in write() local
42 auto pos = in.pos(); in read() local
Dgeneric_messages.cpp23 volatile const uint32_t* pos = reinterpret_cast<volatile const uint32_t*>(in.pos()); in readU32() local
Dcbor.cpp30 auto pos = state.data_; in writeBytes() local
/system/keymaster/android_keymaster/
Dauthorization_set.cpp548 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/
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
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
/system/nfc/src/fuzzers/
Dfuzz_utils.cc77 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/
Dcppbor.cpp268 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()
Dcppbor_parse.cpp45 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/
Dmsg_formatting.h74 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
Dcommon_message_types.h73 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/
Dfirst_stage_console.cpp34 size_t pos = 0; in KernelConsolePresent() local
112 auto pos = bootconfig.find("androidboot.first_stage_console ="); in FirstStageConsole() local
/system/libvintf/include-host/vintf/
DDirmap.h33 auto pos = arg.find(split); in splitArgs() local
/system/incremental_delivery/incfs/include/
Dpath.h64 auto pos = path.rfind('/'); in baseName() local
83 const auto pos = path.rfind('/'); in dirName() 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/chre/util/nanoapp/
Ddebug.cc65 char *pos = tabs; in logBuffer() local
/system/core/bootstat/
Dbootstat.cpp551 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/
Dread_apk.cpp132 size_t pos = path.find("!/"); in SplitUrlInApk() local
145 size_t pos = path.find(key); in ParseExtractedInMemoryPath() local
DRecordReadThread.cpp112 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
Devent_attr.cpp176 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local
213 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
/system/dmesgd/
Ddmesg_parser.cpp157 auto pos = ret.find(infix); in StripSensitiveData() local
/system/memory/libmeminfo/libsmapinfo/
Dprocessrecord.cpp73 if (auto pos = cmdline_.find_last_of('\n'); pos != std::string::npos) { in ProcessRecord() local
/system/teeui/libteeui/example/
Dexample_utils.cpp40 size_t pos = (top_ + y) * lineStride_ + x + left_; in drawPixel() local
/system/memory/lmkd/tests/
Dlmkd_test.cpp70 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

12345