HomeSort by relevance Sort by last modified time
    Searched refs:output_file_name (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_from_file_agent_unittest.py 29 output_file_name = util.generate_random_filename_for_test()
36 output_file_name])
38 with contextlib.nested(open(output_file_name, 'r'),
47 if os.path.exists(output_file_name):
48 os.remove(output_file_name)
56 output_file_name = os.path.join(TEST_DIR, 'compressed_atrace_data.html')
63 with contextlib.nested(open(output_file_name, 'r'),
72 if os.path.exists(output_file_name):
73 os.remove(output_file_name)
atrace_agent_unittest.py 53 output_file_name = util.generate_random_filename_for_test()
71 output_file_name,
77 with open(output_file_name, 'r') as f:
83 if os.path.exists(output_file_name):
84 os.remove(output_file_name)
  /external/chromium-trace/catapult/systrace/systrace/
output_generator.py 36 def NewGenerateHTMLOutput(trace_results, output_file_name):
42 trace_data_builder.AsData().Serialize(output_file_name, _SYSTRACE_HEADER)
45 def GenerateHTMLOutput(trace_results, output_file_name):
50 output_file_name: The name of the HTML file that the trace viewer
65 NewGenerateHTMLOutput(trace_results, output_file_name)
66 return os.path.abspath(output_file_name)
89 html_file = open(output_file_name, 'wb')
107 final_path = os.path.abspath(output_file_name)
123 def GenerateJSONOutput(trace_results, output_file_name):
128 output_file_name: The name of the JSON file that the trace viewe
    [all...]
output_generator_unittest.py 57 output_file_name = util.generate_random_filename_for_test()
59 output_file_name)
60 with open(output_file_name, 'r') as f:
  /external/swiftshader/third_party/subzero/pydir/
run-pnacl-sz.py 184 output_file_name = None
187 output_file_name = args.output
193 if not output_file_name:
199 output_file_name = asm_temp.name
203 ['-filetype=obj', '-o', output_file_name])
204 elif output_file_name:
205 cmd += ['-o', output_file_name]
212 [output_file_name])
218 os.remove(output_file_name)
  /external/webrtc/webrtc/tools/converter/
converter.h 30 std::string output_file_name, bool delete_frames);
converter.cc 36 std::string output_file_name,
38 FILE* output_file = fopen(output_file_name.c_str(), "wb");
43 output_file_name.c_str());
  /external/webrtc/webrtc/tools/barcode_tools/
yuv_cropper.py 47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height):
55 output_file_name(string): The name of the output file where the result will
68 output_file = open(output_file_name, 'wb')
barcode_encoder.py 52 output_file_name = base_file_name + suffix + ".png"
57 "--output=%s" % (output_file_name), "%s" % (content)]
119 def combine_yuv_frames_into_one_file(output_file_name, input_directory='.'):
128 output_file_name(string): The name of the file to produce.
133 output_file = open(output_file_name, "wb")
205 barcodes_file_name, base_file_name, output_file_name):
216 output_file_name(string): The name of the output file where the overlaid
229 output_file = open(output_file_name, 'wb')
  /test/vts/compilation_tools/vtsc/test/
test_vtsc.py 186 output_file_name,
202 os.path.join(self._output_dir, mode, output_file_name)
207 os.path.join(self._output_dir, mode, output_file_name)
223 output_file_name)
225 output_file_name)
  /system/tools/aidl/
aidl.cpp 270 const string& output_file_name) {
288 write_common_dep_file(output_file_name, source_aidl, writer.get(),
734 string output_file_name = options.output_file_name_; local
736 if (output_file_name.empty() && !options.output_base_folder_.empty()) {
737 output_file_name = generate_outputFileName(options, *interface);
741 if (!io_delegate.CreatePathForFile(output_file_name)) {
745 if (!write_java_dep_file(options, imports, io_delegate, output_file_name)) {
749 return generate_java(output_file_name, options.input_file_name_.c_str(),
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 118 std::string output_file_name = parser->GetFlag("output_file"); local
119 FILE* output_file = fopen(output_file_name.c_str(), "wb");
187 input_file_name.c_str(), output_file_name.c_str(),
  /external/v8/tools/profviz/
worker.js 126 var output_file_name = "output.svg";
147 output("set output \""+ output_file_name + "\"");
159 displayplot(FS.findObject(output_file_name));
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 470 std::string output_file_name = argv[2]; local
472 if (output_file_name.size() >= 4 &&
473 output_file_name.substr(output_file_name.size() - 4) == ".wav") {
476 new webrtc::test::OutputWavFile(output_file_name, sample_rate_hz));
479 output.reset(new webrtc::test::OutputAudioFile(output_file_name));
  /external/skia/tools/shape/
using_skia_and_harfbuzz.cpp 116 StringOption output_file_name = member in struct:Config
123 &line_spacing_ratio, &output_file_name}, argc, argv);
201 SkFILEWStream wStream(config.output_file_name.value.c_str());
  /external/skqp/tools/shape/
using_skia_and_harfbuzz.cpp 116 StringOption output_file_name = member in struct:Config
123 &line_spacing_ratio, &output_file_name}, argc, argv);
201 SkFILEWStream wStream(config.output_file_name.value.c_str());
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 137 std::string output_file_name = webrtc::test::OutputPath() + local
139 FILE* output_file = fopen(output_file_name.c_str(), "wb");
273 std::string output_file_name = webrtc::test::OutputPath() + local
275 FILE* output_file = fopen(output_file_name.c_str(), "wb");
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 912 const std::string output_file_name = local
919 test::OutputAudioFile output_file(output_file_name);
1111 const std::string output_file_name = local
1698 const std::string output_file_name = local
    [all...]
  /external/autotest/client/tools/
html_report.py     [all...]
  /toolchain/binutils/binutils-2.27/gold/
main.cc 178 write_debug_script(command_line.options().output_file_name(),
gold.cc 70 unlink_if_ordinary(parameters->options().output_file_name());
203 Output_file* of = new Output_file(options.output_file_name());
symtab.h     [all...]
layout.cc 368 this->symtab_->detect_odr_violations(task, this->options_.output_file_name());
388 of = new Output_file(parameters->options().output_file_name());
    [all...]
dynobj.cc     [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 229 const char* input_file_name, const char* output_file_name, int swap_fd,
359 sprintf(oat_location_arg, "--oat-location=%s", output_file_name);
439 ALOGV("Running %s in=%s out=%s\n", dex2oat_bin, relative_input_file_name, output_file_name);
    [all...]

Completed in 814 milliseconds

1 2