Home
last modified time | relevance | path

Searched refs:space_index (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp124 auto space_index = suite_name.find(' '); in EnumerateTests() local
125 if (space_index != std::string::npos) { in EnumerateTests()
126 suite_name.erase(space_index); in EnumerateTests()
142 auto space_index = test_name.find(' '); in EnumerateTests() local
143 if (space_index != std::string::npos) { in EnumerateTests()
144 test_name.erase(space_index); in EnumerateTests()
/aosp12/system/nvram/core/include/nvram/core/
H A Dnvram_manager.h127 size_t FindSpace(uint32_t space_index);
/aosp12/system/nvram/core/
H A Dnvram_manager.cpp775 size_t NvramManager::FindSpace(uint32_t space_index) { in FindSpace() argument
777 if (spaces_[i].index == space_index) { in FindSpace()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc3354 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in GetBootClassPathChecksums() local
3355 const ImageSpace* space = image_spaces[image_pos + space_index]; in GetBootClassPathChecksums()
3565 for (size_t space_index = 0; space_index != image_space_count; ++space_index) { in VerifyBootClassPathChecksums() local
3566 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums()
3570 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()