Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtokenizertotree.py17 def main(out_path): argument
18 if not os.path.exists(out_path):
19 sys.stderr.write("Path %s does not exist" % out_path)
23 run_file(filename, out_path)
26 def run_file(filename, out_path): argument
33 output_file = open(os.path.join(out_path, "tokenizer_%s.dat" % name), "w")
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py54 def FindMatchingStrippedLibrary(out_path): argument
58 host_lib_pattern = os.path.join(out_path, '*_apk', 'libs', '*', lib_base)
66 out_path = None
68 for out_path in util.GetBuildDirectories():
69 stripped_host_lib = FindMatchingStrippedLibrary(out_path)
77 unstripped_host_lib = os.path.join(out_path, 'lib', lib_base)
/external/webrtc/webrtc/tools/frame_editing/
Dframe_editing_lib.cc27 int last_frame_to_process, const string& out_path) { in EditFrames() argument
44 FILE* out_fid = fopen(out_path.c_str(), "wb"); in EditFrames()
47 fprintf(stderr, "Could not open output file: %s.\n", out_path.c_str()); in EditFrames()
Dframe_editing.cc91 const char* out_path = parser.GetFlag("out_path").c_str(); in main() local
108 interval, last_frame_to_cut, out_path); in main()
Dframe_editing_lib.h36 int last_frame_to_process, const std::string& out_path);
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dpowermetrics_power_monitor.py97 def ConstructMetric(out_path, src_path): argument
100 return RunningAverage(out_path, src_path, [])
231 for k in metric.out_path[:-1]:
235 out[metric.out_path[-1]] = avg
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc70 void RunTest(std::string out_path);
225 void RunTest(std::string out_path) { in RunTest() argument
256 const std::string play_filename = out_path + "recorded_playout.pcm"; in RunTest()
257 const std::string mic_filename = out_path + "recorded_mic.pcm"; in RunTest()
/external/opencv3/modules/videoio/src/
Dcap_qt.cpp1287 CFStringRef out_path = nil; in icvCreateVideoWriter_QT() local
1317out_path = CFStringCreateWithCString( kCFAllocatorDefault, filename, kCFStringEncodingISOLatin1 ); in icvCreateVideoWriter_QT()
1318 CV_ASSERT( out_path != nil ); in icvCreateVideoWriter_QT()
1319 err = QTNewDataReferenceFromFullPathCFString( out_path, kQTPOSIXPathStyle, in icvCreateVideoWriter_QT()
1321 CFRelease( out_path ); in icvCreateVideoWriter_QT()
/external/webrtc/webrtc/modules/audio_processing/test/
Dprocess_test.cc457 const std::string out_path = webrtc::test::OutputPath(); in void_main() local
463 const std::string vad_file_default = out_path + "vad_out.dat"; in void_main()
464 const std::string ns_prob_file_default = out_path + "ns_prob.dat"; in void_main()
472 out_filename = out_path + "out"; in void_main()