/external/e2fsprogs/misc/ |
badblocks.c | 89 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n" 983 char * output_file = NULL; local 1036 output_file = optarg; 1186 if (output_file && strcmp (output_file, "-") != 0) 1188 out = fopen (output_file, "w"); 1193 output_file);
|
/external/gtest/scripts/ |
pump.py | 837 output_file = file(output_file_path, 'w') 838 output_file.write('// This file was GENERATED by command:\n') 839 output_file.write('// %s %s\n' % 841 output_file.write('// DO NOT EDIT BY HAND!!!\n\n') 842 output_file.write(output_str) 843 output_file.close()
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
make.py | [all...] |
android.py | [all...] |
xcode.py | 439 output_file = os.fdopen(output_fd, 'wb') 441 self.project_file.Print(output_file) 442 output_file.close() [all...] |
ninja.py | 212 output_file, toplevel_build, output_file_name, flavor, 225 self.ninja = ninja_syntax.Writer(output_file) [all...] |
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator.cc | 483 bool CreateArchive(const base::FilePath& output_file, 494 .append(output_file.value()) 505 << " while creating " << output_file.value();
|
/external/chromium_org/chrome/test/functional/ |
stress.py | 553 def _SymbolicateCrashDmp(self, dmp_file, symbols_dir, output_file): 559 output_file: the output file. 577 output_file, 583 # Since we are directly writing the info into output_file, 585 report = open(output_file, 'r').read() 598 open(output_file, 'w').write(report)
|
/external/chromium_org/tools/gn/ |
ninja_target_writer.cc | 404 OutputFile output_file = helper_.GetOutputFileForSource( local 406 object_files->push_back(output_file); 409 path_output_.WriteFile(out_, output_file);
|
/external/linux-tools-perf/util/ |
trace-event-info.c | 71 static const char *output_file = "trace.info"; variable 183 die("writing to '%s'", output_file);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 461 def _need_link(self, objects, output_file): 463 to recreate 'output_file'. 469 newer = newer_group (objects, output_file, missing='newer') 471 newer = newer_group (objects, output_file) 497 def preprocess(self, source, output_file=None, macros=None, 500 Output will be written to file named 'output_file', or stdout if 501 'output_file' not supplied. 'macros' is a list of macro [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 461 def _need_link(self, objects, output_file): 463 to recreate 'output_file'. 469 newer = newer_group (objects, output_file, missing='newer') 471 newer = newer_group (objects, output_file) 497 def preprocess(self, source, output_file=None, macros=None, 500 Output will be written to file named 'output_file', or stdout if 501 'output_file' not supplied. 'macros' is a list of macro [all...] |
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspector.py | 2280 def output_file(file_name): function [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | 1219 base::PlatformFile output_file = base::CreatePlatformFile( local [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.cc | [all...] |
/external/chromium_org/chrome/installer/setup/ |
setup_main.cc | [all...] |
/external/chromium/testing/gtest/src/ |
gtest.cc | [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest.cc | [all...] |
/external/gtest/src/ |
gtest.cc | [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest.cc | [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | [all...] |
/external/open-vcdiff/gtest/src/ |
gtest.cc | [all...] |
/external/protobuf/gtest/src/ |
gtest.cc | [all...] |