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

1 2

  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 8 def configure_file(input_path, output_path, substitutions):
9 """configure_file(input_path, output_path, substitutions) -> bool
39 output_parent_path = os.path.dirname(os.path.abspath(output_path))
44 if os.path.exists(output_path):
47 f = open(output_path, "rb")
60 f = open(output_path, "wb")
main.py 200 def write_components(self, output_path):
254 directory_path = os.path.join(output_path, subpath[1:])
315 def write_library_table(self, output_path):
367 make_install_dir(os.path.dirname(output_path))
368 f = open(output_path, 'w')
474 def write_cmake_fragment(self, output_path):
476 write_cmake_fragment(output_path) -> None
487 make_install_dir(os.path.dirname(output_path))
488 f = open(output_path, 'w')
493 header_name = os.path.basename(output_path)
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 32 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text);
126 std::wstring output_path = command_line.GetSwitchValueNative(kOutputPath); local
128 if (output_path.size() >= 1 && output_path[output_path.size() - 1] != '\\')
129 output_path.push_back('\\');
137 if (output_path.empty())
172 return CopyCache(output_path, server, copy_to_text);
upgrade.cc 900 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text) {
903 MasterSM master(output_path, pipe, copy_to_text);
  /development/testrunner/
coverage.py 67 output_path=None,
75 output_path: path to place output files in. If None will use
78 If not None, this will be used to customize output_path as shown above.
83 if output_path is None:
87 output_path = os.path.join(self._root_path,
94 coverage_local_path = os.path.join(output_path,
98 report_path = os.path.join(output_path,
214 output_path = os.path.join(self._output_root_path, target_name)
216 if os.path.isdir(output_path) and target is not None:
217 coverage_files = self._FindCoverageFiles(output_path)
    [all...]
  /external/v8/test/message/
testcfg.py 119 output_path = file_prefix + ".out"
120 if not exists(output_path):
121 print "Could not find %s" % output_path
123 result.append(MessageTestCase(test, file_path, output_path, mode,
  /external/webkit/Source/WebCore/html/parser/
create-html-entity-table 65 output_path = sys.argv[2] variable
75 output_file = open(output_path, "w")
  /external/webkit/Source/WebCore/inspector/
generate-inspector-idl 38 output_path = sys.argv[2] variable
47 output_file = open(output_path, "w")
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 239 string output_path = ComputePackagedPath(context.reflectPath, local
241 if (!SlangUtils::CreateDirectoryWithParents(llvm::StringRef(output_path),
244 output_path.c_str());
253 string output_filename(output_path);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 177 output_path = fs.join(output_dir, output_file)
178 _log.debug('writing new baseline result "%s"' % (output_path))
180 output_path = port.expected_filename(self._filename, modifier)
181 _log.debug('resetting baseline result "%s"' % output_path)
183 port.update_baseline(output_path, data)
  /development/scripts/
divide_and_compress.py 121 def __init__(self, output_path, base_dir, archive_size, enable_compression):
125 output_path: A string, the path to write the archives and index file to.
133 self.output_dir = output_path
divide_and_compress_test.py 355 self.output_path = '/out_dir/'
357 self.output_path, self.base_dir, 1024*1024, True)
  /external/bluetooth/glib/glib/
gkeyfile.c 590 gchar *output_path; local
600 output_path = NULL;
603 g_free (output_path);
605 fd = find_file_in_data_dirs (file, data_dirs, &output_path,
627 *full_path = output_path;
629 g_free (output_path);
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]

Completed in 726 milliseconds

1 2