/external/gtest/test/ |
gtest-options_test.cc | 97 const std::string& output_file = local 100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 102 EXPECT_EQ(expected_output_file, output_file.c_str()); 172 const std::string& output_file = local 175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 177 EXPECT_EQ(expected_output_file, output_file.c_str()); 203 const std::string& output_file = local 207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 209 EXPECT_EQ(expected_output_file, output_file.c_str());
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-options_test.cc | 97 const std::string& output_file = local 100 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 102 EXPECT_EQ(expected_output_file, output_file.c_str()); 172 const std::string& output_file = local 175 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 177 EXPECT_EQ(expected_output_file, output_file.c_str()); 203 const std::string& output_file = local 207 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); 209 EXPECT_EQ(expected_output_file, output_file.c_str());
|
/external/chromium_org/base/test/launcher/ |
unit_test_launcher.cc | 90 // (e.g. "A.B"), |output_file| is path to the GTest XML output file. 93 const base::FilePath& output_file) { 96 new_cmd_line.AppendSwitchPath(switches::kTestLauncherOutput, output_file); 118 FilePath output_file; member in struct:base::__anon7101::UnitTestLauncherDelegate::GTestCallbackState 172 base::FilePath output_file; local 173 CHECK(CreateNewTempDirectory(FilePath::StringType(), &output_file)); 174 output_file = output_file.AppendASCII("test_results.xml"); 179 GetCommandLineForChildGTestProcess(current_test_names, output_file)); 184 callback_state.output_file = output_file [all...] |
/external/chromium_org/build/android/ |
adb_logcat_printer.py | 163 output_file = open(options.output_path, 'w') 165 output_file = sys.stdout 199 output_file.write(log) 200 output_file.write(separator) 202 output_file.write('\nLogcat Monitor Event Log\n') 203 output_file.write(f.read()) 209 output_file.write('\nLogcat Printer Event Log\n') 210 output_file.write(log_stringio.getvalue())
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
generate_test_messages.py | 29 parser.add_option('-o', '--output_file', action='store', 33 if options.output_file is None: 40 with open(options.output_file, 'w') as out_file:
|
/external/chromium_org/mojo/spy/ui/ |
spy_shell_to_html.py | 16 if options.output_file: 17 ofile = open(options.output_file, 'w')
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
concatenate_module_descriptors.py | 36 with open(output_filename, 'w') as output_file: 37 output_file.write('var allDescriptors=[%s];' % build_modules(module_jsons))
|
inline_js_imports.py | 51 print('usage: %s input_file output_file no_minify' % argv[0]) 83 output_file = open(output_file_name, 'w') 86 output_file.write(output_script) 87 output_file.close()
|
/external/chromium_org/third_party/angle/src/ |
commit_id.py | 22 output_file = sys.argv[3] variable 32 hfile = open(output_file, 'w')
|
/external/chromium_org/third_party/webrtc/tools/converter/ |
converter.cc | 38 FILE* output_file = fopen(output_file_name.c_str(), "wb"); local 41 if (output_file == NULL) { 90 dst_v, v_plane_size, output_file); 104 fclose(output_file); 112 FILE* output_file) { 113 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) && 114 AddYUVPlaneToFile(u_plane, u_plane_size, output_file) && 115 AddYUVPlaneToFile(v_plane, v_plane_size, output_file);
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
vtune_profiler.py | 17 def __init__(self, pid, output_file, browser_backend, platform_backend): 21 self._output_file = output_file 94 for pid, output_file in process_output_file_map.iteritems(): 95 if 'renderer' in output_file: 99 for pid, output_file in process_output_file_map.iteritems(): 101 if not 'renderer' in output_file: 103 elif not 'browser0' in output_file: 107 _SingleProcessVTuneProfiler(pid, output_file, browser_backend,
|
iprofiler_profiler.py | 26 output_file = os.path.basename(self._output_path) 29 '-d', output_dir, '-o', output_file], 74 for pid, output_file in process_output_file_map.iteritems(): 75 if '.utility' in output_file: 80 _SingleProcessIprofilerProfiler(pid, output_file))
|
/external/chromium_org/v8/tools/ |
generate-trig-table.py | 72 output_file = sys.argv[1] 73 output = open(str(output_file), "w")
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
video_rtp_play.cc | 44 std::string output_file = args.outputFile; local 45 if (output_file == "") { 46 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv"; 50 webrtc::rtpplayer::VcmPayloadSinkFactory factory(output_file, &clock,
|
/external/chromium_org/build/ |
extract_from_cab.py | 42 output_file = os.path.join(output_dir, archived_file) 44 os.remove(output_file) 47 os.rename(os.path.join(temp_dir, archived_file), output_file)
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 133 output_file = open(output_file_name, "wb") 136 output_file=output_file) 137 output_file.close() 140 def _add_to_file_and_delete(output_file, file_name): 144 output_file(file): The ouput file, previously opened. 152 output_file.write(input_file_contents) 162 def _overlay_barcode_and_base_frames(barcodes_file, base_file, output_file, 170 output_file(FileObject): The output overlaid file (opened). 198 output_file.write(barcode_plane [all...] |
/external/chromium_org/tools/gn/ |
ninja_copy_target_writer.cc | 35 OutputFile output_file(template_result[0]); 37 output_files.push_back(output_file); 40 path_output_.WriteFile(out_, output_file);
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
sysroot-creator.sh | 207 local output_file="$1" 213 GeneratePackageList "$tmp_package_list" "$output_file" "${DEBIAN_PACKAGES} 218 local output_file="$1" 224 GeneratePackageList "$tmp_package_list" "$output_file" "${DEBIAN_PACKAGES} 229 local output_file="$1" 235 GeneratePackageList "$tmp_package_list" "$output_file" "${DEBIAN_PACKAGES}" 473 local output_file=$2 484 echo "Verifying: ${output_file}" 493 echo "${sha256sum} ${output_file}" | sha256sum --quiet -c 504 local output_file="$2 [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
SpatialAudio.cc | 54 std::string output_file = webrtc::test::OutputPath() local 57 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; 59 printf("Enter the output file [%s]: ", output_file.c_str()); 60 PCMFile::ChooseFile(&output_file, MAX_FILE_NAME_LENGTH_BYTE, &sampFreqHz); 62 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; 64 _outFile.Open(output_file, sampFreqHz, "wb", false);
|
/external/chromium_org/chrome/installer/setup/ |
archive_patch_helper.cc | 43 base::string16 output_file; local 46 &output_file); 50 last_uncompressed_file_ = base::FilePath(output_file);
|
/external/chromium_org/components/autofill/core/browser/ |
data_driven_test.cc | 56 base::FilePath output_file = output_directory.Append( local 61 if (ReadFile(output_file, &output_file_contents)) 64 ASSERT_TRUE(WriteFile(output_file, output));
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
deflickering_test.cc | 39 const std::string output_file = local 41 FILE* deflickerFile = fopen(output_file.c_str(), "wb"); 43 "Could not open output file: " << output_file << "\n";
|
/external/chromium_org/base/test/ |
gtest_xml_util.h | 45 bool ProcessGTestOutput(const base::FilePath& output_file,
|
/cts/tools/selinux/src/ |
gen_SELinux_CTS.py | 32 output_file = sys.argv[2] variable 57 with open(output_file, 'w') as out_file:
|
/external/chromium_org/content/browser/tracing/ |
generate_trace_viewer_grd.py | 75 with open(parsed_args.output_filename, 'w') as output_file: 76 output_file.write(doc.toxml(encoding='UTF-8'))
|