HomeSort by relevance Sort by last modified time
    Searched refs:out_path (Results 1 - 14 of 14) sorted by null

  /cts/apps/CameraITS/tools/
get_camera_ids.py 23 out_path = ""
26 out_path = s[4:]
31 if out_path != "":
32 with open(out_path, "w") as f:
validate_scene.py 26 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
run_all_tests.py 113 out_path = os.path.join(topdir, camera_id, scene+".jpg")
114 out_arg = "out=" + out_path
  /frameworks/base/tools/layoutlib/rename_font/
test.py 30 out_path = os.path.join(destdir, font_name)
31 ttx.main([out_path])
32 ttx_path = out_path[:-1] + "x"
  /external/lldb/scripts/
sed-sources 144 my $out_path;
155 ($out_fh, $out_path) = tempfile();
156 $opt_g and print "temporary for '$in_path' is '$out_path'\n";
186 my $copy_command = "cp '$out_path' '$in_path'";
  /packages/apps/Browser/tools/
get_search_engines.py 242 def generateXmlFromTemplate(self, template_path, out_path, text):
252 dir_path = os.path.dirname(out_path)
256 file = open(out_path, 'w')
259 print 'Wrote ' + out_path
  /external/lldb/tools/lldb-perf/lib/
Results.cpp 158 Results::Write (const char *out_path)
170 if (out_path == NULL)
171 out_path = "/dev/stdout";
173 CFURLRef file = CFURLCreateFromFileSystemRepresentation(NULL, (const UInt8*)out_path, strlen(out_path), FALSE);
  /cts/tools/dasm/src/java_cup/
Main.java 131 private static String out_path = null; field in class:Main
320 out_path = argv[i] + File.separator;
321 File f = new File(out_path);
323 out_path = null;
325 if (out_path == null)
381 if (out_path == null)
382 out_path = "";
385 out_name = out_path + emit.parser_class_name + ".java";
396 out_name = out_path + emit.symbol_const_class_name + ".java";
  /frameworks/native/cmds/installd/
commands.cpp 1074 char out_path[PKG_PATH_MAX]; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
sort.c 258 goto out_path;
282 out_path:
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/lldb/source/Target/
Process.cpp 448 FileSpec out_path; local
453 out_path = target->GetStandardOutputPath();
457 if (in_path || out_path || err_path)
463 if (out_path && out_path.GetPath(path, sizeof(path)))
    [all...]

Completed in 367 milliseconds