HomeSort by relevance Sort by last modified time
    Searched refs:output_path (Results 1 - 25 of 34) 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, enabled_optional_components):
381 make_install_dir(os.path.dirname(output_path))
382 f = open(output_path, 'w')
491 def write_cmake_fragment(self, output_path):
493 write_cmake_fragment(output_path) -> None
504 make_install_dir(os.path.dirname(output_path))
505 f = open(output_path, 'w')
510 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/
coverage.py 71 output_path=None,
80 output_path: path to place output files in. If None will use
83 If not None, this will be used to customize output_path as shown above.
88 if output_path is None:
92 output_path = os.path.join(self._root_path,
99 coverage_local_path = os.path.join(output_path,
103 report_path = os.path.join(output_path,
212 output_path = os.path.join(self._output_root_path, target_name)
214 if os.path.isdir(output_path) and target is not None:
215 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")
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 349 llvm::sys::Path output_path(pCacheDir);
352 if (!output_path.appendComponent(pResName)) {
358 output_path.appendSuffix("o");
363 RSExecutable *result = loadScriptCache(output_path.c_str(), dep_info);
382 pResName, output_path.c_str());
396 result = compileScript(*script, pResName, output_path.c_str(), dep_info);
  /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);
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 170 llvm::SmallString<200> output_path(input_path);
172 llvm::error_code err = llvm::sys::fs::make_absolute(output_path);
179 llvm::sys::path::remove_filename(output_path);
180 llvm::sys::path::append(output_path, "a.out");
182 return output_path.c_str();
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 163 llvm::SmallString<200> output_path(input_path);
165 llvm::error_code err = llvm::sys::fs::make_absolute(output_path);
172 llvm::sys::path::remove_filename(output_path);
173 llvm::sys::path::append(output_path, "a.out");
175 return output_path.c_str();
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 242 llvm::SmallString<200> output_path(input_path);
244 llvm::error_code err = llvm::sys::fs::make_absolute(output_path);
253 llvm::sys::path::replace_extension(output_path, "o");
257 llvm::sys::path::remove_filename(output_path);
258 llvm::sys::path::append(output_path, "a.out");
261 return output_path.c_str();
  /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/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/expat/
libtool     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]

Completed in 538 milliseconds

1 2