Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_test.cc169 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex, tmp.GetFilename().c_str())); in TEST_F() local
200 const DexFile* raw(OpenTestDexFile("Main")); in TEST_F() local
215 const DexFile* raw(OpenTestDexFile("Nested")); in TEST_F() local
228 const DexFile* raw(OpenTestDexFile("GetMethodSignature")); in TEST_F() local
278 const DexFile* raw(OpenTestDexFile("GetMethodSignature")); in TEST_F() local
Ddex_file_verifier_test.cc154 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kGoodTestDex, tmp.GetFilename().c_str(), in TEST_F() local