Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tools/
Dvalidate_scene.py26 out_path = ""
33 out_path = s[4:]
37 if out_path != "":
38 scene_name = re.split("/|\.", out_path)[-2]
60 if out_path != "":
61 its.image.write_image(img, out_path)
62 print "Please check scene setup in", out_path
Dget_camera_ids.py23 out_path = ""
26 out_path = s[4:]
31 if out_path != "":
32 with open(out_path, "w") as f:
Drun_all_tests.py113 out_path = os.path.join(topdir, camera_id, scene+".jpg")
114 out_arg = "out=" + out_path
/cts/tools/dasm/src/java_cup/
DMain.java131 private static String out_path = null; field in Main
320 out_path = argv[i] + File.separator; in parse_args()
321 File f = new File(out_path); in parse_args()
323 out_path = null; in parse_args()
325 if (out_path == null) in parse_args()
381 if (out_path == null) in open_files()
382 out_path = ""; in open_files()
385 out_name = out_path + emit.parser_class_name + ".java"; in open_files()
396 out_name = out_path + emit.symbol_const_class_name + ".java"; in open_files()
/cts/tools/dasm/etc/
Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...