Searched refs:suffixes (Results 1 – 4 of 4) sorted by relevance
/art/dexlayout/ |
D | dexdiag.cc | 316 static const char* suffixes[] = { ".vdex" }; in IsVdexFileMapping() local 317 for (const char* suffix : suffixes) { in IsVdexFileMapping() 404 static const char* suffixes[] = { ".odex", ".oat" }; in IsOatFileMapping() local 405 for (const char* suffix : suffixes) { in IsOatFileMapping()
|
/art/libdexfile/dex/ |
D | utf_test.cc | 168 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> suffixes { in TEST_F() local 186 for (const auto& suffix : suffixes) { in TEST_F()
|
/art/test/021-string2/src/ |
D | Main.java | 487 String[] suffixes = { in testIndexOf() local 509 for (String s : suffixes) { in testIndexOf()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 2247 std::string suffixes[15] = { "o", "no", "b", "ae", "e", "ne", "be", "a", "s", "ns", "pe", "po", in setcc_test_fn() local 2256 … str << "set" << suffixes[i] << " %" << assembler_test->GetQuaternaryRegisterName(*reg) << "\n"; in setcc_test_fn()
|