/external/perfetto/tools/ |
D | gen_merged_protos | 147 out_path = os.path.join(root_dir, output_path) 150 if os.path.exists(out_path): 151 with open(out_path, 'rb') as fprev: 161 with open(out_path, 'wb') as fout:
|
D | diff_test_trace_processor.py | 47 out_path = os.path.dirname(args.trace_processor) 48 trace_protos_path = os.path.join(out_path, "gen", "protos", "trace")
|
/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 | 263 char *out_path = strdup(outfile); in main() local 264 if (out_path == NULL) { in main() 268 char *out_name = basename(out_path); in main() 277 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/avb/test/ |
D | avbtool_unittest.cc | 1761 base::FilePath out_path = testdir_.Append("out.txt"); in TEST_F() local 1766 out_path.value().c_str()); in TEST_F() 1767 ASSERT_TRUE(base::ReadFileToString(out_path, &out)); in TEST_F() 1888 base::FilePath out_path = testdir_.Append("out.txt"); in TEST_F() local 1896 out_path.value().c_str()); in TEST_F() 1897 ASSERT_TRUE(base::ReadFileToString(out_path, &out)); in TEST_F() 1914 out_path.value().c_str()); in TEST_F() 1915 ASSERT_TRUE(base::ReadFileToString(out_path, &out)); in TEST_F() 2544 base::FilePath out_path = testdir_.Append("out.txt"); in TEST_F() local 2546 ASSERT_TRUE(base::ReadFileToString(out_path, &out)); in TEST_F() [all …]
|
/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()
|