Searched refs:output_dir (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dgdb-index-cxx.exp26 set output_dir [standard_output_file ""]
28 gdb_test_multiple "$cmd $output_dir" $cmd {
H A Dfission-reread.exp68 set output_dir [standard_output_file ""]
70 gdb_test_multiple "$cmd $output_dir" $cmd {
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py116 def bug_summary(output_dir, bug_counter):
119 name = os.path.join(output_dir, 'summary.html.fragment')
168 def bug_report(output_dir, prefix):
171 pretty = prettify_bug(prefix, output_dir)
172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
174 name = os.path.join(output_dir, 'bugs.html.fragment')
215 def crash_report(output_dir, prefix):
218 pretty = prettify_crash(prefix, output_dir)
219 crashes = (pretty(crash) for crash in read_crashes(output_dir))
221 name = os.path.join(output_dir, 'crashe
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py35 def collect_dataflow_for_corpus(self, exe, corpus_dir, output_dir):
36 print("Collecting dataflow for corpus: %s output_dir: %s" % (corpus_dir,
37 output_dir))
38 assert not os.path.exists(output_dir)
39 os.mkdir(output_dir)
44 output = os.path.join(output_dir, sha1)
46 functions_txt = open(os.path.join(output_dir, "functions.txt"), "w")
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgennltvals.py102 def gentvals(output_dir: Path,
121 target_map = output_dir / f'target-newlib-{srctype}.c'
140 def gen_common(output_dir: Path, newlib: Path, cpp: str):
145 gentvals(output_dir, cpp, 'errno', newlib / 'newlib/libc/include',
148 gentvals(output_dir, cpp, 'signal', newlib / 'newlib/libc/include',
151 gentvals(output_dir, cpp, 'open', newlib / 'newlib/libc/include',
155 def gen_target_syscall(output_dir: Path, newlib: Path, cpp: str):
157 target_map_c = output_dir / 'target-newlib-syscall.c'
169 target_map_h = output_dir / 'target-newlib-syscall.h'
226 def gen_targets(output_dir
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-viewer.py46 def __init__(self, source_dir, output_dir, filename, no_highlight):
57 self.stream = io.open(os.path.join(output_dir, optrecord.html_file_name(filename)), 'w', encoding='utf-8')
194 def __init__(self, output_dir, should_display_hotness, max_hottest_remarks_on_index):
195 self.stream = io.open(os.path.join(output_dir, 'index.html'), 'w', encoding='utf-8')
239 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_):
243 SourceFileRenderer(source_dir, output_dir, filename, no_highlight).render(remarks)
264 output_dir,
271 os.makedirs(output_dir)
273 if e.errno == errno.EEXIST and os.path.isdir(output_dir):
284 IndexRenderer(output_dir, should_display_hotnes
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py335 output_dir = self.get_output_dir()
337 self.build(project_dir, output_dir)
338 check_build(output_dir)
341 cleanup_reference_results(output_dir)
362 def build(self, directory: str, output_dir: str) -> Tuple[float, int]:
363 build_log_path = get_build_log_path(output_dir)
366 self.out(f"Output directory: {output_dir}\n")
368 remove_log_file(output_dir)
371 if os.path.exists(output_dir):
372 self.vout(f" Removing old results: {output_dir}\
[all...]
H A DSATestBenchmark.py62 output_dir = tester.get_output_dir()
68 time, mem = tester.build(project_dir, output_dir)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-tool.c205 const char *output_dir = 0; local
218 output_dir = optarg;
230 if (output_dir == NULL)
231 output_dir = "merged_profile";
236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2);
302 const char *output_dir = 0; local
319 output_dir = optarg;
371 if (output_dir == NULL)
372 output_dir = "rewrite_profile";
377 ret = profile_rewrite (argv[optind], output_dir,
[all...]
H A Dlto-wrapper.c1532 char *output_dir, *base, *name; local
1535 output_dir = xstrdup (linker_output);
1536 base = output_dir;
1542 linker_output = &linker_output[base - output_dir];
1543 if (*output_dir == '\0')
1546 output_dir = current_dir;
1551 obstack_ptr_grow (&argv_obstack, output_dir);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-tool.cc205 const char *output_dir = 0; local
218 output_dir = optarg;
230 if (output_dir == NULL)
231 output_dir = "merged_profile";
236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2);
302 const char *output_dir = 0; local
319 output_dir = optarg;
371 if (output_dir == NULL)
372 output_dir = "rewrite_profile";
377 ret = profile_rewrite (argv[optind], output_dir,
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/
H A Dget.py18 def download_and_unpack(url, output_dir, gn):
19 """Download an archive from url and extract gn from it into output_dir."""
24 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/
H A Dcc-with-tweaks.sh155 output_dir="${output_file%/*}"
156 [ "$output_dir" = "$output_file" ] && output_dir="."
187 output_dir=$(dirname "$output_file")
192 dwo_pattern="$output_dir/*.dwo"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/
H A Dcc-with-tweaks.sh147 output_dir="${output_file%/*}"
148 [ "$output_dir" = "$output_file" ] && output_dir="."
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args,
132 self.output_dir = output_dir
148 return os.path.join(self.output_dir, name)
277 target_dir = os.path.join(env.output_dir, 'instrumented')
300 target_dir = os.path.join(env.output_dir, 'optimized')
373 output_dir = os.path.join(llvm_dir, 'out')
375 output_dir = os.path.abspath(args.out_dir)
396 output_dir=output_dir,
[all...]
/netbsd-current/sys/external/bsd/drm/dist/scripts/
H A Dcreate_lk_drm.sh8 echo usage: $0 output_dir kernel_version
H A Dcreate_lk_gpu.sh8 echo usage: $0 output_dir kernel_version
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddso2dso.exp32 set output_dir [standard_output_file {}]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Ddso2dso.exp32 set output_dir [standard_output_file {}]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dprocess_docs.pl103 my $output_dir = catdir($options{destdir}, "man$podinfo{section}");
105 my $output_path = catfile($output_dir, $output_file);
144 if (! -d $output_dir) {
145 print STDERR "DEBUG: Creating directory $output_dir\n" if $options{debug};
147 mkpath $output_dir
148 or die "Trying to create directory $output_dir: $!\n";
171 my $link_path = catfile($output_dir, $link_file);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-csharp.c676 char *output_dir = concatenated_pathname (directory, culture_name, NULL); local
680 if (stat (output_dir, &statbuf) < 0 && errno == ENOENT)
681 if (mkdir (output_dir, S_IRUSR | S_IWUSR | S_IXUSR
685 error (0, errno, _("failed to create directory \"%s\""), output_dir);
686 free (output_dir);
691 concatenated_pathname (output_dir, resource_name, ".resources.dll");
693 free (output_dir);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dar.c162 static const char * output_dir = NULL;
608 output_dir = optarg;
1088 if (output_dir)
1090 size_t len = strlen (output_dir);
1095 if (IS_DIR_SEPARATOR (output_dir [len - 1]))
1096 output_filename = concat (output_dir, output_filename, NULL);
1098 output_filename = concat (output_dir, "/", output_filename, NULL);
160 static const char * output_dir = NULL; variable
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dar.c167 static const char * output_dir = NULL;
621 output_dir = optarg;
1144 if (output_dir)
1146 size_t len = strlen (output_dir);
1151 if (IS_DIR_SEPARATOR (output_dir [len - 1]))
1152 output_filename = concat (output_dir, output_filename, NULL);
1154 output_filename = concat (output_dir, "/", output_filename, NULL);
165 static const char * output_dir = NULL; variable
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dar.c166 static const char * output_dir = NULL;
613 output_dir = optarg;
1132 if (output_dir)
1134 size_t len = strlen (output_dir);
1139 if (IS_DIR_SEPARATOR (output_dir [len - 1]))
1140 output_filename = concat (output_dir, output_filename, NULL);
1142 output_filename = concat (output_dir, "/", output_filename, NULL);
164 static const char * output_dir = NULL; variable
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c4320 output_dir (const char *update_dir, const char *repository) function
4526 output_dir (update_dir, repository);
4547 output_dir (update_dir, repository);
4576 output_dir (update_dir, repository);
4948 output_dir (update_dir, repository);
5112 output_dir (finfo->update_dir, finfo->repository);
5245 output_dir (finfo->update_dir, finfo->repository);
5301 output_dir (update_dir, repository);
5320 output_dir (update_dir, repository);
5345 output_dir (update_di
[all...]

Completed in 181 milliseconds

12