Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dgen_merged_protos147 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:
Ddiff_test_trace_processor.py47 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/
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/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Dhard_routing_function_op.cc131 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()
Dstochastic_hard_routing_function_op.cc144 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/
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/skqp/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.c263 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/
Dplatform_SecureEraseFile.py67 out_path = tempfile.mktemp()
70 partition, e['offset'], e['length'], out_path)
72 with open(out_path, 'r') as out_file:
/external/avb/test/
Davbtool_unittest.cc1761 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/
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()