Home
last modified time | relevance | path

Searched refs:DEX_LOCATION (Results 1 – 10 of 10) sorted by relevance

/art/test/146-bad-interface/src-art/
DMain.java24 static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
26 DEX_LOCATION + "/146-bad-interface.jar" + ":" +
27 DEX_LOCATION + "/146-bad-interface-ex.jar";
/art/test/846-multidex-data-image/src-art/
DMain.java31 String codePath = DEX_LOCATION + "/846-multidex-data-image.jar"; in main()
67 File image = new File(DEX_LOCATION + "/" + instructionSet + "/846-multidex-data-image.art"); in main()
84 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
/art/test/827-resolve-method/src/
DMain.java49 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
51 new File(DEX_LOCATION, "827-resolve-method-ex.jar").getAbsolutePath();
/art/test/692-vdex-inmem-loader/src/
DMain.java86 setProcessDataDir(DEX_LOCATION); in main()
135 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
137 new File(DEX_LOCATION, "692-vdex-inmem-loader-ex.jar").getAbsolutePath();
/art/test/
Ddefault_run.py232 DEX_LOCATION = os.environ["DEX_LOCATION"]
591 DEX_LOCATION = DEX_LOCATION,
696 DEX_LOCATION_STRIPPED = DEX_LOCATION.lstrip("/")
745 --apk={DEX_LOCATION}/{TEST_NAME}.jar \
746 --dex-location={DEX_LOCATION}/{TEST_NAME}.jar"
750 --apk={DEX_LOCATION}/{TEST_NAME}-ex.jar \
751 --dex-location={DEX_LOCATION}/{TEST_NAME}-ex.jar"
757 --reference-profile-file={DEX_LOCATION}/{TEST_NAME}.prof"
805 --dex-file={DEX_LOCATION}/{name}.jar \
806 --oat-file={DEX_LOCATION}/oat/{ISA}/{name}.odex \
[all …]
Drun-test244 DEX_LOCATION = tmp_dir variable
262 DEX_LOCATION = tmp_dir variable
515 DEX_LOCATION = tmp_dir variable
573 export("DEX_LOCATION", DEX_LOCATION)
880 cfg_output_dir = DEX_LOCATION
935 ctx = RunTestContext(Path(tmp_dir), target_mode == "yes", chroot, DEX_LOCATION, TEST_NAME)
946 parsed_args.stdout_file = os.path.join(DEX_LOCATION, test_stdout)
947 parsed_args.stderr_file = os.path.join(DEX_LOCATION, test_stderr)
/art/test/692-vdex-secondary-loader/src/
DMain.java93 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
95 new File(DEX_LOCATION, "692-vdex-secondary-loader-ex.jar").getAbsolutePath();
/art/test/693-vdex-inmem-loader-evict/src/
DMain.java41 setProcessDataDir(DEX_LOCATION); in main()
88 File folder = new File(DEX_LOCATION, "oat"); in getCurrentCacheSize()
137 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main
/art/test/115-native-bridge/
Drun.py22 test_dir = ctx.env.DEX_LOCATION
/art/test/845-data-image/src-art/
DMain.java145 String codePath = DEX_LOCATION + "/845-data-image.jar"; in main()
196 File image = new File(DEX_LOCATION + "/" + instructionSet + "/845-data-image.art"); in main()
343 private static final String DEX_LOCATION = System.getenv("DEX_LOCATION"); field in Main