Home
last modified time | relevance | path

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

/art/test/StringLiterals/
DStringLiterals.java31 String resource = "abcd.apk"; in startUpMethod() local
38 String resource = "ab11.apk"; in startUpMethod2() local
/art/test/071-dexfile-get-static-size/src/
DMain.java32 private static void test(String resource) throws Exception { in test()