Home
last modified time | relevance | path

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

12345

/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.cpp574 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/
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/bt/gd/common/
Dlist_map.h123 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/
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/adb/client/
Dmdns_utils.cpp69 auto pos = name.rfind("."); in mdns_parse_instance_name() 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/bt/gd/fuzz/
Dhelpers.cc31 while (const uint8_t* pos = (const uint8_t*)memmem(beg, end - beg, separator, separatorSize)) { in SplitInput() local
/system/core/bootstat/
Dbootstat.cpp530 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/
Devent_attr.cpp172 uint64_t pos = sizeof(perf_event_header); in GetCommonEventIdPositionsForAttrs() local
209 uint64_t pos = 8; in GetCommonEventIdPositionsForAttrs() local
Dread_apk.cpp131 size_t pos = path.find("!/"); in SplitUrlInApk() local
144 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 = 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/
Dfirst_stage_console.cpp92 auto pos = cmdline.find("androidboot.first_stage_console="); in FirstStageConsole() 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.cpp69 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/
Dpath.cpp198 auto pos = path.rfind('/'); in baseName() local
216 const auto pos = path.rfind('/'); in dirName() local
/system/update_engine/
Domaha_request_builder_xml_unittest.cc49 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/
Dutil.h129 auto pos = text.find(old); in StringFindAndReplaceAll() local
/system/libhwbinder/
DDebug.cpp95 char* pos = out; in typetostring() local
173 unsigned char *pos = (unsigned char *)buf; in printHexData() local

12345