| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 335 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) 368 remove_log_file(output_dir) 371 if os.path.exists(output_dir): 374 shutil.rmtree(output_dir) 376 assert(not os.path.exists(output_dir)) [all …]
|
| H A D | SATestBenchmark.py | 62 output_dir = tester.get_output_dir() 68 time, mem = tester.build(project_dir, output_dir)
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | report.py | 116 def bug_summary(output_dir, bug_counter): argument 119 name = os.path.join(output_dir, 'summary.html.fragment') 168 def bug_report(output_dir, prefix): argument 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): argument 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, 'crashes.html.fragment') [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| H A D | opt-viewer.py | 46 def __init__(self, source_dir, output_dir, filename, no_highlight): argument 57 …self.stream = io.open(os.path.join(output_dir, optrecord.html_file_name(filename)), 'w', encoding=… 194 def __init__(self, output_dir, should_display_hotness, max_hottest_remarks_on_index): argument 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_): argument 243 SourceFileRenderer(source_dir, output_dir, filename, no_highlight).render(remarks) 264 output_dir, argument 271 os.makedirs(output_dir) 273 if e.errno == errno.EEXIST and os.path.isdir(output_dir): 284 …IndexRenderer(output_dir, should_display_hotness, max_hottest_remarks_on_index).render(sorted_rema… [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov-tool.c | 205 const char *output_dir = 0; in do_merge() local 218 output_dir = optarg; in do_merge() 230 if (output_dir == NULL) in do_merge() 231 output_dir = "merged_profile"; in do_merge() 236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2); in do_merge() 302 const char *output_dir = 0; in do_rewrite() local 319 output_dir = optarg; in do_rewrite() 371 if (output_dir == NULL) in do_rewrite() 372 output_dir = "rewrite_profile"; in do_rewrite() 377 ret = profile_rewrite (argv[optind], output_dir, 0, 0.0, numerator, denominator); in do_rewrite() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov-tool.cc | 205 const char *output_dir = 0; in do_merge() local 218 output_dir = optarg; in do_merge() 230 if (output_dir == NULL) in do_merge() 231 output_dir = "merged_profile"; in do_merge() 236 return profile_merge (argv[optind], argv[optind+1], output_dir, w1, w2); in do_merge() 302 const char *output_dir = 0; in do_rewrite() local 319 output_dir = optarg; in do_rewrite() 371 if (output_dir == NULL) in do_rewrite() 372 output_dir = "rewrite_profile"; in do_rewrite() 377 ret = profile_rewrite (argv[optind], output_dir, 0, 0.0, numerator, denominator); in do_rewrite() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| H A D | collect_data_flow.py | 35 def collect_dataflow_for_corpus(self, exe, corpus_dir, output_dir): argument 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-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | process_docs.pl | 103 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-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | collect_and_build_with_pgo.py | 128 def __init__(self, llvm_dir, use_make, output_dir, default_cmake_args, argument 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, 403 profile_location = os.path.join(env.output_dir, 'pgo_profile.prof')
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 72 outputs = [ "{{output_dir}}/{{target_output_name}}.a" ] 95 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 111 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 126 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}" 138 # setting output_dir. 281 outputs = [ "{{output_dir}}/{{target_output_name}}.lib" ] 286 outprefix = "{{output_dir}}/{{target_output_name}}" 314 outprefix = "{{output_dir}}/{{target_output_name}}" 324 # No default_output_dir, all clients set output_dir. 328 outprefix = "{{output_dir}}/{{target_output_name}}" [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/unittest/ |
| H A D | unittest.gni | 23 assert(!defined(invoker.output_dir), "cannot set unittest output_dir") 43 # If you change output_dir here, look through 45 output_dir = target_out_dir
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | CodeCoverage.cmake | 18 function(setup_lcov_test_target_coverage target_name output_dir capture_dirs source_dirs) 27 file(MAKE_DIRECTORY ${output_dir}) 48 WORKING_DIRECTORY ${output_dir}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/ |
| H A D | BUILD.gn | 87 output_dir = crt_current_out_dir 99 output_dir = crt_current_out_dir 111 output_dir = crt_current_out_dir
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | write-csharp.c | 676 char *output_dir = concatenated_pathname (directory, culture_name, NULL); in msgdomain_write_csharp() local 680 if (stat (output_dir, &statbuf) < 0 && errno == ENOENT) in msgdomain_write_csharp() 681 if (mkdir (output_dir, S_IRUSR | S_IWUSR | S_IXUSR in msgdomain_write_csharp() 685 error (0, errno, _("failed to create directory \"%s\""), output_dir); in msgdomain_write_csharp() 686 free (output_dir); in msgdomain_write_csharp() 691 concatenated_pathname (output_dir, resource_name, ".resources.dll"); in msgdomain_write_csharp() 693 free (output_dir); in msgdomain_write_csharp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/ |
| H A D | get.py | 18 def download_and_unpack(url, output_dir, gn): argument 24 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/msan/ |
| H A D | BUILD.gn | 7 output_dir = crt_current_out_dir 63 output_dir = crt_current_out_dir
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxxabi/src/ |
| H A D | BUILD.gn | 77 output_dir = runtimes_dir 104 output_dir = runtimes_dir
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ar.c | 165 static const char * output_dir = NULL; variable 618 output_dir = optarg; in decode_options() 1141 if (output_dir) in open_output_file() 1143 size_t len = strlen (output_dir); in open_output_file() 1148 if (IS_DIR_SEPARATOR (output_dir [len - 1])) in open_output_file() 1149 output_filename = concat (output_dir, output_filename, NULL); in open_output_file() 1151 output_filename = concat (output_dir, "/", output_filename, NULL); in open_output_file()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ar.c | 164 static const char * output_dir = NULL; variable 610 output_dir = optarg; in decode_options() 1129 if (output_dir) in open_output_file() 1131 size_t len = strlen (output_dir); in open_output_file() 1136 if (IS_DIR_SEPARATOR (output_dir [len - 1])) in open_output_file() 1137 output_filename = concat (output_dir, output_filename, NULL); in open_output_file() 1139 output_filename = concat (output_dir, "/", output_filename, NULL); in open_output_file()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libunwind/src/ |
| H A D | BUILD.gn | 75 output_dir = unwind_output_dir 105 output_dir = unwind_output_dir
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | CMakeLists.txt | 167 set(output_dir ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include) variable 173 set(dst ${output_dir}/${file}) 218 RUNTIME_OUTPUT_DIRECTORY "${output_dir}")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/src/ |
| H A D | BUILD.gn | 198 output_dir = runtimes_dir 250 output_dir = runtimes_dir 278 output_dir = runtimes_dir
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/asan/ |
| H A D | BUILD.gn | 19 output_dir = crt_current_out_dir 184 output_dir = crt_current_out_dir
|
| /netbsd-src/sys/external/bsd/drm/dist/scripts/ |
| H A D | create_lk_drm.sh | 8 echo usage: $0 output_dir kernel_version
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/tsan/ |
| H A D | BUILD.gn | 19 output_dir = crt_current_out_dir 171 output_dir = crt_current_out_dir
|