HomeSort by relevance Sort by last modified time
    Searched refs:output_file (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/courgette/
courgette_tool.cc 62 const base::FilePath& output_file) {
64 file_util::WriteFile(output_file,
74 const base::FilePath& output_file) {
106 WriteSinkToFile(&sink, output_file);
156 const base::FilePath& output_file) {
201 WriteSinkToFile(&sink, output_file);
289 const base::FilePath& output_file) {
307 WriteSinkToFile(&sink, output_file);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 135 with open(filename, 'w') as output_file:
136 output_file.write(file_text)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 1076 string output_file = local
1105 string output_file = local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 927 string output_file = local
931 CreateTempDir(output_file);
943 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
948 ExpectErrorSubstring(output_file + ": Is a directory");
956 string output_file = local
960 CreateTempDir(output_file);
967 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) {
972 ExpectErrorSubstring(output_file + ": Is a directory");
    [all...]
  /ndk/docs/tools/
ndk-markdown-substitutions.py 164 def process(input_file, output_file):
177 output_file.write(line)
  /external/chromium_org/chrome/browser/component_updater/
component_patcher.cc 43 const base::FilePath& output_file,
  /external/chromium_org/chrome/tools/build/win/
resedit.py 52 def __init__(self, input_file, output_file):
57 output_file: (optional) path to the output file.
60 self._output_file = output_file
278 parser.add_option('', '--output_file',
279 help='On success, OUTPUT_FILE will be written with a copy of the '
289 if modify and not options.output_file:
301 editor = _ResourceEditor(args[0], options.output_file)
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 249 OutputFile output_file(pOutputPath,
252 if (output_file.hasError()) {
254 output_file.getErrorMessage().c_str());
287 output_file, IRStream);
  /external/chromium/chrome/common/
json_pref_store_unittest.cc 155 FilePath output_file = input_file; local
160 EXPECT_TRUE(file_util::TextContentsEqual(golden_output_file, output_file));
161 ASSERT_TRUE(file_util::Delete(output_file, false));
  /external/chromium_org/base/prefs/
json_pref_store_unittest.cc 90 const base::FilePath& output_file,
149 EXPECT_TRUE(TextContentsEqual(golden_output_file, output_file));
150 ASSERT_TRUE(base::DeleteFile(output_file, false));
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 43 const base::FilePath& output_file,
50 output_file.value().c_str());
57 output_file);
  /external/chromium_org/chrome/test/pyautolib/
chromoting_helper.py 84 for output_file in os.listdir(output_dir):
85 if output_file.endswith('.dmg'):
86 version = os.path.basename(output_file)[len('ChromotingHost-'):-4]
  /external/jpeg/
wrrle.c 187 header.rle_file = dest->pub.output_file;
266 fflush(dest->pub.output_file);
267 if (ferror(dest->pub.output_file))
  /external/qemu/distrib/jpeg-6b/
wrrle.c 187 header.rle_file = dest->pub.output_file;
266 fflush(dest->pub.output_file);
267 if (ferror(dest->pub.output_file))
  /external/elfutils/src/
unstrip.c 98 const char *output_file; member in struct:arg_info
123 if (info->output_file != NULL)
128 info->output_file = arg;
164 if (info->output_file != NULL && info->output_dir != NULL)
172 || info->output_file != NULL))
214 else if (info->output_file == NULL && info->output_dir == NULL
2085 char *output_file; local
    [all...]
  /external/chromium_org/ppapi/generators/
idl_gen_wrapper.py 66 self.output_file = None
70 self.output_file = fname
413 out_filename = self.output_file
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 196 output_file = os.path.join(gtest_test_utils.GetTempDir(),
201 os.remove(output_file)
211 self.assert_(os.path.isfile(output_file))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 401 sys.stderr.write("Usage: %s -o OUTPUT_FILE INPUT_FILE [--show-changes]\n" % sys.argv[0])
405 output_file = open(output_path, "w")
434 output_file.write("""
473 output_file.close()
  /external/icu4c/stubdata/
icu_dat_generator.py 396 output_file = os.path.join(stubdata_dir, ICU_DATA + "-default.dat")
398 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICU_DATA + ".dat"), output_file)
399 print "Generated ICU data: %s" % output_file
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 196 output_file = os.path.join(gtest_test_utils.GetTempDir(),
201 os.remove(output_file)
211 self.assert_(os.path.isfile(output_file))
  /external/chromium/net/base/
ssl_false_start_blacklist_process.cc 130 const char* output_file = argv[2]; local
228 FILE* out = fopen(output_file, "w+");
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 46 will output a file (OUTPUT_FILE) you can import directly into the TC using the
84 with util.WrapOutputStream(open(args[2], 'w')) as output_file:
85 self.WriteTranslations(output_file, translations.items())
234 def WriteTranslations(output_file, translations):
240 output_file: util.WrapOutputStream(open('bingo.out', 'w'))
248 output_file.write(id)
249 output_file.write(' ')
250 output_file.write(text)
251 output_file.write('\n')
  /system/core/libsparse/
Android.mk 7 output_file.c \
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 233 // Dumps the current set of the browser process's histograms to |output_file|.
236 void DumpBrowserHistograms(const base::FilePath& output_file) {
240 file_util::WriteFile(output_file, output_string.data(),
636 base::FilePath output_file(
638 if (!output_file.empty()) {
641 base::Bind(&DumpBrowserHistograms, output_file));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 366 # Compares output_file and golden_file.
369 def CheckGoldenFile(golden_file, output_file,
372 actual = open(output_file).read()
379 if command_tester.DifferentFromGolden(actual, golden, output_file):
384 # Returns action that compares output_file and golden_file.
387 def GoldenFileCheckAction(env, output_file, golden_file,
391 return CheckGoldenFile(env.subst(golden_file), env.subst(output_file),

Completed in 693 milliseconds

1 2 3 4 56 7 8