Lines Matching refs:start_pos
266 size_t start_pos = json_doc_.find(from); in SetUp() local
267 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp()
269 start_pos = json_doc_.find(from); in SetUp()
270 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp()
483 size_t start_pos = json_doc_.find(from); in TEST_F() local
484 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
492 size_t start_pos = json_doc_.find(from); in TEST_F() local
493 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
502 size_t start_pos = json_doc_.find(from); in TEST_F() local
503 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in TEST_F()
512 size_t start_pos = json_doc_.find(from); in TEST_F() local
513 json_doc_.replace(start_pos, from.length(), "1134000"); in TEST_F()
522 size_t start_pos = json_doc_.find(from); in TEST_F() local
523 json_doc_.replace(start_pos, from.length(), "LOW"); in TEST_F()
532 size_t start_pos = json_doc_.find(from); in TEST_F() local
533 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
542 size_t start_pos = json_doc_.find(from); in TEST_F() local
543 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
644 size_t start_pos = json_doc_.find(from); in TEST_F() local
645 json_doc_.replace(start_pos, from.length(), R"("Node": "CPUCluster1MinFreq")"); in TEST_F()
656 size_t start_pos = json_doc_.find(from); in TEST_F() local
657 json_doc_.replace(start_pos, from.length(), R"("Node": "ModeProperty")"); in TEST_F()
858 size_t start_pos = json_doc_.find(from); in TEST_F() local
859 json_doc_.replace(start_pos, from.length(), "REFRESH_60FPS"); in TEST_F()
867 size_t start_pos = json_doc_.find(from); in TEST_F() local
868 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
876 size_t start_pos = json_doc_.find(from); in TEST_F() local
877 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()