/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 110 # 'output_dir': a common output directory for object, library, 112 self.output_dir = None 344 objects = self.object_filenames(sources, strip_dir=0, output_dir=outdir) 368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 370 method, and return fixed-up values. Specifically: if 'output_dir' 371 is None, replaces it with 'self.output_dir'; ensures that 'macros' 375 i.e. for 'output_dir' either string or None, and for 'macros' and 378 if output_dir is None: 379 output_dir = self.output_dir 380 elif not isinstance(output_dir, str): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 110 # 'output_dir': a common output directory for object, library, 112 self.output_dir = None 344 objects = self.object_filenames(sources, strip_dir=0, output_dir=outdir) 368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 370 method, and return fixed-up values. Specifically: if 'output_dir' 371 is None, replaces it with 'self.output_dir'; ensures that 'macros' 375 i.e. for 'output_dir' either string or None, and for 'macros' and 378 if output_dir is None: 379 output_dir = self.output_dir 380 elif not isinstance(output_dir, str): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 110 # 'output_dir': a common output directory for object, library, 112 self.output_dir = None 344 objects = self.object_filenames(sources, strip_dir=0, output_dir=outdir) 368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 370 method, and return fixed-up values. Specifically: if 'output_dir' 371 is None, replaces it with 'self.output_dir'; ensures that 'macros' 375 i.e. for 'output_dir' either string or None, and for 'macros' and 378 if output_dir is None: 379 output_dir = self.output_dir 380 elif not isinstance(output_dir, str): [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 110 # 'output_dir': a common output directory for object, library, 112 self.output_dir = None 344 objects = self.object_filenames(sources, strip_dir=0, output_dir=outdir) 368 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 370 method, and return fixed-up values. Specifically: if 'output_dir' 371 is None, replaces it with 'self.output_dir'; ensures that 'macros' 375 i.e. for 'output_dir' either string or None, and for 'macros' and 378 if output_dir is None: 379 output_dir = self.output_dir 380 elif not isinstance(output_dir, str): [all …]
|
/aosp_15_r20/system/apex/apexer/ |
H A D | runtests.sh | 34 output_dir=$(mktemp -d) 41 rm -rf ${output_dir} 79 output_file=${output_dir}/test.apex 97 unzip ${output_file} apex_payload.img -d ${output_dir} 98 size=$(avbtool info_image --image ${output_dir}/apex_payload.img | awk '/Image size:/{print $3}') 102 mkdir ${output_dir}/mnt 104 sudo mount -o ro /dev/loop10 ${output_dir}/mnt 105 unzip ${output_file} apex_manifest.pb -d ${output_dir} 108 avbtool verify_image --image ${output_dir}/apex_payload.img \ 112 sudo diff ${manifest_file} ${output_dir}/mnt/apex_manifest.pb [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 90 # 'output_dir': a common output directory for object, library, 92 self.output_dir = None 314 outdir = self.output_dir 316 raise TypeError("'output_dir' must be a string or None") 338 output_dir=outdir) 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 364 method, and return fixed-up values. Specifically: if 'output_dir' 365 is None, replaces it with 'self.output_dir'; ensures that 'macros' 369 i.e. for 'output_dir' either string or None, and for 'macros' and 372 if output_dir is None: [all …]
|
/aosp_15_r20/external/rappor/pipeline/ |
H A D | metric_status.R | 37 WriteDistOverview <- function(summary, output_dir) { argument 69 overview_path <- file.path(output_dir, 'overview.csv') 76 WriteDistMetricStatus <- function(summary, output_dir) { argument 95 out_path = file.path(output_dir, m, 'status.csv') 105 path1 <- file.path(output_dir, m, 'num_reports.csv') 118 path2 <- file.path(output_dir, m, 'mass.csv') 142 WriteDistHistograms <- function(s, output_dir) { argument 149 WritePlot(p + t + x + y, output_dir, 'allocated_mass.png') 157 WritePlot(p + t + x + y, output_dir, 'num_rappor.png') 165 WritePlot(p + t + x + y, output_dir, 'num_reports.png') [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 98 # 'output_dir': a common output directory for object, library, 100 self.output_dir = None 327 outdir = self.output_dir 329 raise TypeError, "'output_dir' must be a string or None" 352 output_dir=outdir) 376 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 378 method, and return fixed-up values. Specifically: if 'output_dir' 379 is None, replaces it with 'self.output_dir'; ensures that 'macros' 383 i.e. for 'output_dir' either string or None, and for 'macros' and 386 if output_dir is None: [all …]
|
/aosp_15_r20/external/clang/tools/scan-build-py/libscanbuild/ |
H A D | report.py | 64 def document(args, output_dir, use_cdb): argument 70 crash_count = sum(1 for _ in read_crashes(output_dir)) 72 for bug in read_bugs(output_dir, html_reports_available): 84 fragments.append(bug_summary(output_dir, bug_counter)) 85 fragments.append(bug_report(output_dir, prefix)) 87 fragments.append(crash_report(output_dir, prefix)) 88 assemble_cover(output_dir, prefix, args, fragments) 90 copy_resource_files(output_dir) 92 shutil.copy(args.cdb, output_dir) 99 def assemble_cover(output_dir, prefix, args, fragments): argument [all …]
|
/aosp_15_r20/external/libchrome/build/ |
H A D | get_syzygy_binaries.py | 55 def _LoadState(output_dir): argument 56 """Loads the contents of the state file for a given |output_dir|, returning 59 path = os.path.join(output_dir, _STATE) 72 def _SaveState(output_dir, state, dry_run=False): argument 73 """Saves the |state| dictionary to the given |output_dir| as a JSON file.""" 74 path = os.path.join(output_dir, _STATE) 110 def _BuildActualState(stored, revision, output_dir): argument 119 abspath = os.path.abspath(os.path.join(output_dir, relpath)) 146 def _GetCurrentState(revision, output_dir): argument 151 stored = _LoadState(output_dir) [all …]
|
/aosp_15_r20/external/rappor/bin/ |
H A D | test.sh | 57 local output_dir=$DIST_TESTDATA_DIR 66 --output-dir $output_dir 69 head $output_dir/results.csv 71 cat $output_dir/metrics.json 168 local output_dir=$1 185 --output-dir $output_dir \ 186 --tmp-dir $output_dir \ 189 head $output_dir/assoc-* 199 local output_dir=_tmp/R 200 mkdir -p $output_dir [all …]
|
/aosp_15_r20/external/webrtc/tools_webrtc/ |
H A D | gtest_parallel_wrapper_test.py | 88 output_dir = os.path.join(tmp_dir, 'foo') 90 ['exec', '--store-test-artifacts', '--output_dir', output_dir]) 91 exp_artifacts_dir = os.path.join(output_dir, 'test_artifacts') 93 '--output_dir=' + output_dir, 'exec', '--', 97 self.assertEqual(result.output_dir, output_dir) 102 self.assertEqual(result.output_dir, None) 107 ['exec', '--output_dir', '/tmp/foo']) 108 self.assertEqual(result.output_dir, '/tmp/foo') 119 expected = self._Expected(['--output_dir=/tmp/foo', 'exec']) 121 self.assertEqual(result.output_dir, '/tmp/foo') [all …]
|
/aosp_15_r20/external/angle/build/android/ |
H A D | generate_vscode_project.py | 46 def _ProcessSourceFile(output_dir, source_file_path, source_dirs): argument 47 source_file_path = os.path.normpath(os.path.join(output_dir, 55 def _ProcessSourcesFile(output_dir, sources_file_path, source_dirs): argument 57 os.path.join(output_dir, sources_file_path)): 58 _ProcessSourceFile(output_dir, source_file_path, source_dirs) 61 def _ProcessBuildConfigFile(output_dir, build_config_path, source_dirs, libs, argument 70 with open(os.path.join(output_dir, build_config_path)) as build_config_file: 76 _ProcessSourcesFile(output_dir, target_sources_file, source_dirs) 80 lib_path = os.path.normpath(os.path.join(output_dir, 85 input_srcjars = os.path.join(output_dir, [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 32 OUTPUT_DIR="$HOME/.bpf_selftests" 43 Usage: $0 [-i] [-s] [-d <output_dir>] -- [<command>] 65 -d) Update the output directory (default: ${OUTPUT_DIR}) 138 local rootfs_img="${OUTPUT_DIR}/${ROOTFS_IMAGE}" 139 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 146 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 168 local init_script_dir="${OUTPUT_DIR}/${MOUNT_DIR}/etc/rcS.d" 211 local rootfs_img="${OUTPUT_DIR}/${ROOTFS_IMAGE}" 212 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 229 local rootfs_img="${OUTPUT_DIR}/${ROOTFS_IMAGE}" [all …]
|
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ |
H A D | runner.py | 401 def generate_commands(args, dtypes, suites, devices, compilers, output_dir): argument 417 lines.append(f"rm -rf {output_dir}") 419 lines.append(f"mkdir -p {output_dir}") 431 …output_filename = f"{output_dir}/{generate_csv_name(args, dtype, suite, device, compiler, testing)… 551 with open(f"{output_dir}/gh_build_summary.txt", "w") as gh_fh: 612 self, suites, devices, dtypes, compilers, flag_compilers, mode, output_dir argument 619 self.output_dir = output_dir 640 output_dir, argument 650 output_dir, 680 plt.savefig(f"{self.output_dir}/{title}.png") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libscanbuild/ |
D | report.py | 132 def bug_summary(output_dir, bug_counter): argument 135 name = os.path.join(output_dir, "summary.html.fragment") 209 def bug_report(output_dir, prefix): argument 212 pretty = prettify_bug(prefix, output_dir) 213 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 215 name = os.path.join(output_dir, "bugs.html.fragment") 271 def crash_report(output_dir, prefix): argument 274 pretty = prettify_crash(prefix, output_dir) 275 crashes = (pretty(crash) for crash in read_crashes(output_dir)) 277 name = os.path.join(output_dir, "crashes.html.fragment") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/ |
D | report.py | 132 def bug_summary(output_dir, bug_counter): argument 135 name = os.path.join(output_dir, "summary.html.fragment") 209 def bug_report(output_dir, prefix): argument 212 pretty = prettify_bug(prefix, output_dir) 213 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 215 name = os.path.join(output_dir, "bugs.html.fragment") 271 def crash_report(output_dir, prefix): argument 274 pretty = prettify_crash(prefix, output_dir) 275 crashes = (pretty(crash) for crash in read_crashes(output_dir)) 277 name = os.path.join(output_dir, "crashes.html.fragment") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/ |
D | report.py | 132 def bug_summary(output_dir, bug_counter): argument 135 name = os.path.join(output_dir, "summary.html.fragment") 209 def bug_report(output_dir, prefix): argument 212 pretty = prettify_bug(prefix, output_dir) 213 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 215 name = os.path.join(output_dir, "bugs.html.fragment") 271 def crash_report(output_dir, prefix): argument 274 pretty = prettify_crash(prefix, output_dir) 275 crashes = (pretty(crash) for crash in read_crashes(output_dir)) 277 name = os.path.join(output_dir, "crashes.html.fragment") [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libscanbuild/ |
D | report.py | 132 def bug_summary(output_dir, bug_counter): argument 135 name = os.path.join(output_dir, "summary.html.fragment") 209 def bug_report(output_dir, prefix): argument 212 pretty = prettify_bug(prefix, output_dir) 213 bugs = (pretty(bug) for bug in read_bugs(output_dir, True)) 215 name = os.path.join(output_dir, "bugs.html.fragment") 271 def crash_report(output_dir, prefix): argument 274 pretty = prettify_crash(prefix, output_dir) 275 crashes = (pretty(crash) for crash in read_crashes(output_dir)) 277 name = os.path.join(output_dir, "crashes.html.fragment") [all …]
|