HomeSort by relevance Sort by last modified time
    Searched defs:out_path (Results 1 - 15 of 15) sorted by null

  /bionic/tests/
gtest_globals.cpp 33 std::string out_path; local
34 if (!android::base::Realpath(path.c_str(), &out_path)) {
39 out_path += "/bionic-loader-test-libs";
42 if (!android::base::Realpath(out_path, &real_path)) {
43 printf("\"%s\": does not exists", out_path.c_str());
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 26 " --out_path=edited_clip.yuv\n"
60 "--out_path(string): The output file to which frames are written."
74 parser.SetFlag("out_path", "edited_output.yuv");
91 const char* out_path = parser.GetFlag("out_path").c_str(); local
108 interval, last_frame_to_cut, out_path);
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
hard_routing_function_op.cc 131 auto out_path = output_path->tensor<int32, 2>(); variable
143 out_path(i, 0) = 0;
158 out_path(i, j + 1) = left_child;
162 out_path(i, j + 1) = right_child;
stochastic_hard_routing_function_op.cc 144 auto out_path = output_path->tensor<int32, 2>(); variable
154 out_path(i, 0) = 0;
169 out_path(i, j + 1) = left_child;
177 out_path(i, j + 1) = right_child;
  /external/selinux/checkpolicy/
checkmodule.c 264 char *out_path = strdup(outfile); local
265 if (out_path == NULL) {
269 char *out_name = basename(out_path);
278 free(out_path);
  /frameworks/base/tools/aapt2/util/
Files.cpp 167 std::string out_path; local
169 AppendPath(&out_path, part);
171 return out_path;
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 810 const std::string out_path = BuildIntermediateContainerFilename(path_data); local
811 error |= !compile_func(&context, options, path_data, archive_writer.get(), out_path);
Link.cpp 1101 std::string out_path; local
1253 std::string out_path = options_.generate_java_class_path.value(); local
1287 const std::string& out_path = out.value(); local
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 131 private static String out_path = null; field in class:Main
320 out_path = argv[i] + File.separator;
321 File f = new File(out_path);
323 out_path = null;
325 if (out_path == null)
381 if (out_path == null)
382 out_path = "";
385 out_name = out_path + emit.parser_class_name + ".java";
396 out_name = out_path + emit.symbol_const_class_name + ".java";
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 457 const std::string out_path = webrtc::test::OutputPath(); local
463 const std::string vad_file_default = out_path + "vad_out.dat";
464 const std::string ns_prob_file_default = out_path + "ns_prob.dat";
472 out_filename = out_path + "out";
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 258 std::unique_ptr<std::string> out_path = nullptr; // does not matter local
274 out_path,
384 std::unique_ptr<std::string> out_path(
409 out_path,
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 2496 char out_path[PKG_PATH_MAX]; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 231 milliseconds