Home
last modified time | relevance | path

Searched defs:start_pos (Results 1 – 7 of 7) sorted by relevance

/system/extras/libperfmgr/tests/
DHintManagerTest.cc168 size_t start_pos = json_doc_.find(from); in SetUp() local
305 size_t start_pos = json_doc_.find(from); in TEST_F() local
314 size_t start_pos = json_doc_.find(from); in TEST_F() local
324 size_t start_pos = json_doc_.find(from); in TEST_F() local
334 size_t start_pos = json_doc_.find(from); in TEST_F() local
344 size_t start_pos = json_doc_.find(from); in TEST_F() local
354 size_t start_pos = json_doc_.find(from); in TEST_F() local
364 size_t start_pos = json_doc_.find(from); in TEST_F() local
446 size_t start_pos = json_doc_.find(from); in TEST_F() local
460 size_t start_pos = json_doc_.find(from); in TEST_F() local
/system/core/init/
Dreboot_utils.cpp49 auto start_pos = cmdline.find(kRebootTargetString); in SetFatalRebootTarget() local
/system/core/libprocessgroup/
Dcgroup_map.cpp125 size_t start_pos = content.find(cg_tag); in GetTaskGroup() local
/system/libbase/
Dstrings.cpp124 std::string_view::size_type start_pos = 0; in StringReplace() local
/system/memory/lmkd/tests/
Dlmkd_test.cpp89 size_t start_pos = pos; in getTextAround() local
/system/iorap/src/manager/
Devent_manager.cc90 const size_t start_pos = str.find(from); in Replace() local
/system/vold/
DCheckpoint.cpp538 auto start_pos = used_sectors.insert_or_assign(start, true).first; in markUsed() local