/external/chromium_org/tools/telemetry/telemetry/page/ |
page_runner_unittest.py | 219 output_file = tempfile.NamedTemporaryFile(delete=False).name 223 options.output_file = output_file 235 with open(output_file) as f: 242 os.remove(output_file)
|
/external/chromium_org/base/prefs/ |
json_pref_store_unittest.cc | 165 const base::FilePath& output_file, 224 EXPECT_TRUE(TextContentsEqual(golden_output_file, output_file)); 225 ASSERT_TRUE(base::DeleteFile(output_file, false));
|
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator.cc | 481 bool CreateArchive(const base::FilePath& output_file, 492 .append(output_file.value()) 503 << " while creating " << output_file.value();
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
audio_processing_test.cc | 373 std::string output_file = output_path + "apm_debug.txt"; local 375 EXPECT_EQ(0, voe_apm_->StartDebugRecording(output_file.c_str()));
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
jsbundler.py | 287 parser.add_option('-o', '--output_file', action='store', metavar='FILE', 333 if options.output_file: 334 out_file = open(options.output_file, 'w') 340 if options.output_file:
|
/external/chromium_org/third_party/skia/bench/ |
gen_bench_expectations.py | 158 '-o', '--output_file', required=True, 218 with open(args.output_file, 'w') as file_handle:
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_options.py | 48 self.output_file = None
|
/external/skia/bench/ |
gen_bench_expectations.py | 158 '-o', '--output_file', required=True, 218 with open(args.output_file, 'w') as file_handle:
|
/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/webrtc/modules/audio_coding/neteq/ |
neteq_unittest.cc | 54 RefFiles(const std::string& input_file, const std::string& output_file); 76 const std::string &output_file) 83 if (!output_file.empty()) { 84 output_fp_ = fopen(output_file.c_str(), "wb"); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
xcode.py | 441 output_file = os.fdopen(output_fd, 'wb') 443 self.project_file.Print(output_file) 444 output_file.close() [all...] |
ninja.py | 216 output_file, toplevel_build, output_file_name, flavor, 229 self.ninja = ninja_syntax.Writer(output_file) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInspector.py | 2303 def output_file(file_name): function [all...] |
/external/chromium_org/chrome/installer/setup/ |
setup_main.cc | [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_rtp_rtcp.cc | 824 std::string output_file = webrtc::test::OutputPath() + local 826 const char* dumpName = output_file.c_str(); [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/src/ |
gtest.cc | [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | [all...] |
/external/protobuf/gtest/src/ |
gtest.cc | [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | [all...] |