/external/perfetto/tools/ |
D | gen_merged_trace_config | 68 out_path = os.path.join(root_dir, MERGED_OUT_PROTO) 71 if os.path.exists(out_path): 72 with open(out_path, 'rb') as fprev: 82 with open(out_path, 'wb') as fout:
|
/external/webrtc/webrtc/tools/frame_editing/ |
D | frame_editing_lib.cc | 27 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()
|
D | frame_editing.cc | 91 const char* out_path = parser.GetFlag("out_path").c_str(); in main() local 108 interval, last_frame_to_cut, out_path); in main()
|
D | frame_editing_lib.h | 36 int last_frame_to_process, const std::string& out_path);
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/ |
D | hard_routing_function_op.cc | 131 auto out_path = output_path->tensor<int32, 2>(); in Compute() local 143 out_path(i, 0) = 0; in Compute() 158 out_path(i, j + 1) = left_child; in Compute() 162 out_path(i, j + 1) = right_child; in Compute()
|
D | stochastic_hard_routing_function_op.cc | 144 auto out_path = output_path->tensor<int32, 2>(); in Compute() local 154 out_path(i, 0) = 0; in Compute() 169 out_path(i, j + 1) = left_child; in Compute() 177 out_path(i, j + 1) = right_child; in Compute()
|
/external/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 23 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/skqp/experimental/xps_to_png/ |
D | xps_to_png.cs | 23 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/ |
D | checkmodule.c | 264 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/autotest/client/site_tests/platform_SecureEraseFile/ |
D | platform_SecureEraseFile.py | 67 out_path = tempfile.mktemp() 70 partition, e['offset'], e['length'], out_path) 72 with open(out_path, 'r') as out_file:
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 70 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/ |
D | process_test.cc | 457 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()
|