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

  /external/fonttools/Snippets/
edit_raw_table_data.py 5 output_path = "myfont_patched.ttf" variable
31 font.save(output_path)
  /external/perf_data_converter/src/quipper/
conversion_utils_test.cc 21 const string output_path = output_dir.path(); local
29 output.filename = output_path + test_file + ".pb_text";
perf_parser_test.cc 218 string output_path = output_dir.path(); local
229 string pr_output_perf_data = output_path + test_file + ".pr.out";
249 string parsed_perf_data = output_path + test_file + ".parse.out";
268 string remapped_perf_data = output_path + test_file + ".parse.remap.out";
291 string remapped_perf_data2 = output_path + test_file + ".parse.remap2.out";
305 CheckFilenameAndBuildIDMethods(&reader, output_path + test_file, seed);
312 string output_path = output_dir.path(); local
318 string output_perf_data = output_path + test_file + ".pr.out";
340 CheckFilenameAndBuildIDMethods(&reader, output_path + test_file, seed);
    [all...]
perf_serializer_test.cc 189 string output_path = output_dir.path(); local
200 const string output_perf_data = output_path + test_file + ".serialized.out";
202 output_path + test_file + ".serialized.1.out";
223 string output_perf_data2 = output_path + test_file + ".io.out";
250 const string output_path = output_dir.path(); local
258 const string output_perf_data = output_path + test_file + ".ser.remap.out";
265 string output_path = output_dir.path(); local
306 const string output_perf_data = output_path + test_file + ".ser.comm.out";
314 string output_path = output_dir.path(); local
357 const string output_perf_data = output_path + test_file + ".ser.mmap.out"
    [all...]
  /external/doclava/src/com/google/doclava/
AtLinksNavTree.java 62 String output_path; local
64 output_path = dir + Doclava.libraryRoot + "at_links_navtree.json";
66 output_path = "at_links_navtree.json";
69 ClearPage.write(data, "at_links_navtree.cs", output_path);
  /external/tensorflow/tensorflow/tools/api/tests/
convert_from_multiline.cc 42 string output_path = io::JoinPath(output_dir, io::Basename(path)); local
43 // Write contents to output_path
45 tensorflow::WriteStringToFile(env, output_path, contents));
  /external/deqp-deps/SPIRV-Tools/tools/stats/
stats.cpp 79 const char* output_path = nullptr; local
101 output_path = cur_arg;
144 if (output_path) {
145 fout.open(output_path);
147 std::cerr << "error: Failed to open " << output_path << std::endl;
  /external/swiftshader/third_party/SPIRV-Tools/tools/stats/
stats.cpp 79 const char* output_path = nullptr; local
101 output_path = cur_arg;
144 if (output_path) {
145 fout.open(output_path);
147 std::cerr << "error: Failed to open " << output_path << std::endl;
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
hard_routing_function_op.cc 119 Tensor* output_path = nullptr; variable
128 context, context->allocate_output(1, output_path_shape, &output_path));
131 auto out_path = output_path->tensor<int32, 2>();
stochastic_hard_routing_function_op.cc 132 Tensor* output_path = nullptr; variable
141 context, context->allocate_output(1, output_path_shape, &output_path));
144 auto out_path = output_path->tensor<int32, 2>();
  /external/v8/src/inspector/build/
generate_protocol_externs.py 104 def generate_protocol_externs(output_path, file1):
107 output_file = open(output_path, "w")
244 output_path = sys.argv[2] variable
246 generate_protocol_externs(output_path, input_path)
  /external/flatbuffers/src/
flatc.cpp 160 std::string output_path; local
182 output_path = flatbuffers::ConCatPathFileName(
431 flatbuffers::EnsureDirExists(output_path);
434 !params_.generators[i].generate(*parser.get(), output_path,
441 *parser.get(), output_path, filename);
448 if (!params_.generators[i].generateGRPC(*parser.get(), output_path,
468 if (opts.proto_mode) GenerateFBS(*parser.get(), output_path, filebase);
  /external/harfbuzz_ng/src/
test-ot-color.cc 56 char output_path[255]; local
57 sprintf (output_path, "out/svg-%u-%u.svg%s",
63 FILE *f = fopen (output_path, "wb");
110 char output_path[255]; local
111 sprintf (output_path, "out/png-%u-%u-%u.png", glyph_id, strike, face_index);
113 FILE *f = fopen (output_path, "wb");
180 char output_path[255]; local
181 sprintf (output_path, "out/colr-%u-%u-%u.svg", gid, palette, face_index);
183 cairo_surface_t *surface = cairo_svg_surface_create (output_path, extents.width, extents.height);
247 char output_path[255] local
    [all...]
  /external/perfetto/tools/ftrace_proto_gen/
main.cc 151 std::string output_path = output_dir + std::string("/") + proto_file_name; local
152 std::unique_ptr<std::ostream> fout = ostream_factory(output_path);
154 fprintf(stderr, "Failed to open %s\n", output_path.c_str());
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc 372 std::string output_path = webrtc::test::OutputPath(); local
373 std::string output_file = output_path + "apm_debug.txt";
  /bionic/tools/versioner/src/
Preprocessor.cpp 386 static void rewriteFile(const std::string& output_path, std::deque<std::string>& file_lines,
405 printf("Preprocessing %s...\n", output_path.c_str());
407 writeFileLines(output_path, file_lines);
491 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str(); local
493 rewriteFile(output_path, file_lines[file_path], guard_map);
  /external/selinux/policycoreutils/semodule/
semodule.c 429 char output_path[PATH_MAX]; local
486 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext);
493 if (access(output_path, F_OK) == 0) {
499 output_fd = fopen(output_path, "w");
501 fprintf(stderr, "%s: Unable to open %s\n", argv[0], output_path);
507 fprintf(stderr, "%s: Unable to write to %s\n", argv[0], output_path);
  /external/avb/test/
avbtool_unittest.cc 727 base::FilePath output_path = testdir_.Append("max_size.txt"); local
734 output_path.value().c_str());
736 EXPECT_TRUE(base::ReadFileToString(output_path, &max_image_size_data));
1386 base::FilePath output_path = testdir_.Append("max_size.txt"); local
1422 base::FilePath output_path = testdir_.Append("max_size.txt"); local
2663 base::FilePath output_path = testdir_.Append(kOutputFile); local
2686 base::FilePath output_path = testdir_.Append(kOutputFile); local
2718 base::FilePath output_path = testdir_.Append(kOutputFile); local
2732 base::FilePath output_path = testdir_.Append(kOutputFile); local
2773 base::FilePath output_path = testdir_.Append("tmp_certificate.bin"); local
2798 base::FilePath output_path = testdir_.Append("tmp_certificate.bin"); local
2821 base::FilePath output_path = testdir_.Append("tmp_certificate.bin"); local
2845 base::FilePath output_path = testdir_.Append("tmp_attributes.bin"); local
2860 base::FilePath output_path = testdir_.Append("tmp_metadata.bin"); local
2875 base::FilePath output_path = testdir_.Append("tmp_credential.bin"); local
    [all...]
  /external/brotli/c/tools/
brotli.c 97 const char* output_path; member in struct:__anon15579
320 params->output_path = argv[i];
477 params->output_path = value;
511 if (params->output_path) return COMMAND_INVALID;
588 static BROTLI_BOOL OpenOutputFile(const char* output_path, FILE** f,
592 if (!output_path) {
596 fd = open(output_path, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC,
600 PrintablePath(output_path), strerror(errno));
606 PrintablePath(output_path), strerror(errno));
632 static void CopyStat(const char* input_path, const char* output_path) {
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 956 const std::string& output_path = output_dex_paths_[i]; local
    [all...]

Completed in 2318 milliseconds