HomeSort by relevance Sort by last modified time
    Searched refs:output_dir (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/build/
extract_from_cab.py 13 print 'Usage: extract_from_cab.py cab_path archived_file output_dir'
16 [cab_path, archived_file, output_dir] = sys.argv[1:]
19 level = subprocess.call(['expand', cab_path, '-F:' + archived_file, output_dir])
27 os.utime(os.path.join(output_dir, archived_file), None)
  /external/llvm/utils/
test_debuginfo.pl 21 my $output_dir = dirname $executable_file;
23 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
24 my $output_file = "$output_dir/$input_filename.gdb.output";
  /external/oprofile/
opimport_pull 40 output_dir = sys.argv[argv_next+1]
43 output_dir = sys.argv[argv_next]
45 if (os.path.exists(output_dir) and (replace_dir == 1)):
46 os.system("rm -fr " + output_dir)
49 os.makedirs(output_dir)
51 if os.path.exists(output_dir):
52 print "Directory already exists:", output_dir
53 print "Try \"" + sys.argv[0] + " -r " + output_dir + "\""
55 print "Cannot create", output_dir
60 "> /dev/null 2>&1" % (device, output_dir))
    [all...]
  /external/webkit/Tools/DumpRenderTree/
wscript 33 os.path.join(output_dir),
62 libpath = [output_dir],
64 install_path = output_dir)
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 36 fuse_gtest_files.py [GTEST_ROOT_DIR] OUTPUT_DIR
39 two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc.
40 Then you can build your tests by adding OUTPUT_DIR to the include
41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
136 def ValidateOutputDir(output_dir)
    [all...]
  /external/gtest/scripts/
fuse_gtest_files.py 36 fuse_gtest_files.py [GTEST_ROOT_DIR] OUTPUT_DIR
39 two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc.
40 Then you can build your tests by adding OUTPUT_DIR to the include
41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
136 def ValidateOutputDir(output_dir)
    [all...]
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 36 fuse_gtest_files.py [GTEST_ROOT_DIR] OUTPUT_DIR
39 two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc.
40 Then you can build your tests by adding OUTPUT_DIR to the include
41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
136 def ValidateOutputDir(output_dir)
    [all...]
  /external/chromium/testing/gmock/scripts/
fuse_gmock_files.py 36 fuse_gmock_files.py [GMOCK_ROOT_DIR] OUTPUT_DIR
41 OUTPUT_DIR/gtest/gtest.h, OUTPUT_DIR/gmock/gmock.h, and
42 OUTPUT_DIR/gmock-gtest-all.cc. Then you can build your tests
43 by adding OUTPUT_DIR to the include search path and linking
44 with OUTPUT_DIR/gmock-gtest-all.cc. These three files contain
108 def ValidateOutputDir(output_dir):
109 """Makes sure output_dir points to a valid output directory.
114 gtest.VerifyOutputFile(output_dir, gtest.GTEST_H_OUTPUT)
115 gtest.VerifyOutputFile(output_dir, GMOCK_H_OUTPUT
    [all...]
  /external/webkit/Tools/wx/browser/
wscript 50 libpath = [output_dir],
52 install_path = output_dir)
  /external/webkit/Source/JavaScriptCore/
wscript 64 install_path = output_dir)
75 install_path = output_dir,
84 bld.install_files(os.path.join(output_dir, 'JavaScriptCore'), 'API/*.h')
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 33 my $output_dir = dirname $testcase_output;
35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
36 my $output_file = "$output_dir/$input_filename.gdb.output";
  /external/chromium/testing/gtest/xcode/Scripts/
versiongenerate.py 57 print "Usage: versiongenerate.py input_dir output_dir"
61 output_dir = sys.argv[2] variable
98 version_file = open("%s/Version.h" % output_dir, 'w')
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 28 print "Usage: /usr/bin/python versiongenerate.py input_dir output_dir"
32 output_dir = sys.argv[2] variable
69 version_file = open("%s/Version.h" % output_dir, 'w')
  /external/oprofile/pp/
opannotate_options.h 29 extern std::string output_dir;
opannotate_options.cpp 33 string output_dir; member in namespace:options
59 popt::option(options::output_dir, "output-dir", 'o',
115 if (assembly && !output_dir.empty()) {
opannotate.cpp 634 if (output_dir.empty()) {
639 string const out_file = op_realpath(output_dir + source);
657 } else if (!is_prefix(out_file, output_dir)) {
660 << " outside of output directory " << output_dir
732 bool const separate_file = !output_dir.empty();
767 if (!output_dir.empty()) {
769 if (create_path(output_dir.c_str())) {
770 cerr << "unable to create " << output_dir
776 output_dir = op_realpath(output_dir);
    [all...]
  /external/webkit/Source/WebKit/wx/
wscript 37 os.path.join(output_dir),
79 libjscore = os.path.join(output_dir, 'libjscore%s' % ext)
80 libwebcore = os.path.join(output_dir, 'libwebcore%s' % ext)
98 bld.env.LIBDIR = output_dir
106 libpath = [output_dir],
108 install_path = output_dir)
  /external/webkit/Source/WebKit/wx/bindings/python/
wscript 90 libpath = [output_dir],
92 install_path = output_dir
  /development/scripts/
divide_and_compress.py 133 self.output_dir = output_path
149 self.index_fp = open(os.path.join(self.output_dir, 'main.py'), 'w')
170 archive_path = os.path.join(self.output_dir, self.current_archive)
269 os.path.join(self.output_dir, self.current_archive), 'r')
291 archive_path = os.path.join(self.output_dir, self.current_archive)
310 os.path.join(self.output_dir, self.current_archive))
328 curr_archive_path = os.path.join(self.output_dir, self.current_archive)
350 archive_path = os.path.join(self.output_dir, self.current_archive)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 50 def __init__(self, port_obj, output_dir):
53 output_dir: the absolute path to the layout test result directory
56 self._output_dir = output_dir
58 port_obj.maybe_make_directory(output_dir)
83 access_log = self._cygwin_safe_join(output_dir, "access_log.txt")
84 error_log = self._cygwin_safe_join(output_dir, "error_log.txt")
93 '-f', "\"%s\"" % self._get_apache_config_file_path(test_dir, output_dir),
152 def _get_apache_config_file_path(self, test_dir, output_dir):
156 output_dir: absolute path to the layout test results directory.
159 httpd_config_copy = os.path.join(output_dir, "httpd.conf"
    [all...]
websocket_server.py 98 def __init__(self, port_obj, output_dir, port=_DEFAULT_WS_PORT,
102 output_dir: the absolute path to the layout test result directory
104 http_server.Lighttpd.__init__(self, port_obj, output_dir,
107 self._output_dir = output_dir
  /external/webkit/Tools/Scripts/
new-run-webkit-websocketserver 66 option_parser.add_option('--output-dir', dest='output_dir',
81 if not options.output_dir:
82 options.output_dir = tempfile.gettempdir()
95 pywebsocket = websocket_server.PyWebSocket(port_obj, options.output_dir, **kwds)
  /build/tools/
java-event-log-tags.py 148 output_dir = os.path.dirname(output_file) variable
149 if not os.path.exists(output_dir):
150 os.makedirs(output_dir)
  /dalvik/vm/compiler/template/
gen-template.py 335 output_dir = sys.argv[2] variable
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
361 % output_dir
  /dalvik/vm/mterp/
gen-mterp.py 517 output_dir = sys.argv[2] variable
539 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w")
540 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")
544 % output_dir

Completed in 620 milliseconds

1 2