Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py57 def FindMatchingStrippedLibrary(out_path): argument
62 host_lib_path = os.path.join(out_path, lib_base)
63 host_lib_pattern = os.path.join(out_path, '*_apk', 'libs', '*', lib_base)
72 out_path = None
74 for out_path in util.GetBuildDirectories():
75 stripped_host_lib = FindMatchingStrippedLibrary(out_path)
85 os.path.join(out_path, 'lib.unstripped', lib_base),
86 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/skia/experimental/xps_to_png/
Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { in convert() argument
60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert()
72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument
74 convert(dpi, path, out_path); in try_convert()
/external/selinux/checkpolicy/
Dcheckmodule.c264 char *out_path = strdup(outfile); in main() local
265 if (out_path == NULL) { in main()
269 char *out_name = basename(out_path); in main()
278 free(out_path); in main()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dpowermetrics_power_monitor.py98 def ConstructMetric(out_path, src_path): argument
101 return RunningAverage(out_path, src_path, [])
232 for k in metric.out_path[:-1]:
236 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/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()