/external/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 64 def document(args, output_dir, use_cdb): argument 99 def assemble_cover(output_dir, prefix, args, fragments): argument 147 def bug_summary(output_dir, bug_counter): argument 199 def bug_report(output_dir, prefix): argument 246 def crash_report(output_dir, prefix): argument 284 def read_crashes(output_dir): argument 292 def read_bugs(output_dir, html): argument 428 def prettify_bug(prefix, output_dir): argument 443 def prettify_crash(prefix, output_dir): argument 457 def copy_resource_files(output_dir): argument
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 110 def bug_summary(output_dir, bug_counter): argument 162 def bug_report(output_dir, prefix): argument 209 def crash_report(output_dir, prefix): argument 247 def read_crashes(output_dir): argument 255 def read_bugs(output_dir, html): argument 397 def prettify_bug(prefix, output_dir): argument 412 def prettify_crash(prefix, output_dir): argument 426 def copy_resource_files(output_dir): argument
|
/external/googletest/googletest/scripts/ |
D | fuse_gtest_files.py | 113 def VerifyOutputFile(output_dir, relative_path): argument 139 def ValidateOutputDir(output_dir): argument 149 def FuseGTestH(gtest_root, output_dir): argument 221 def FuseGTestAllCc(gtest_root, output_dir): argument 229 def FuseGTest(gtest_root, output_dir): argument
|
/external/toolchain-utils/compiler_wrapper/ |
D | bundle.py | 25 def copy_files(input_dir, output_dir): argument 43 def write_readme(input_dir, output_dir, change_id): argument 51 def write_version(output_dir, change_id): argument
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_types_downgrader.py | 39 def DowngradeFile(path, output_dir=None): argument 70 def DowngradeDirectory(path, output_dir=None): argument 91 def DowngradePath(src_path, output_dir=None): argument
|
/external/googletest/googlemock/scripts/ |
D | fuse_gmock_files.py | 113 def ValidateOutputDir(output_dir): argument 127 def FuseGMockH(gmock_root, output_dir): argument 220 def FuseGMockGTestAllCc(gmock_root, output_dir): argument 231 def FuseGMock(gmock_root, output_dir): argument
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_llvm_ir_macros.py | 215 def generate_gen_h(functions, output_dir): argument 241 def generate_meta_h(output_dir): argument 283 def generate_intrin_h(output_dir): argument
|
/external/webrtc/rtc_tools/testing/ |
D | utils.py | 91 def UnpackArchiveTo(archive_path, output_dir): argument 99 def _UnzipArchiveTo(archive_path, output_dir): argument 108 def _UntarArchiveTo(archive_path, output_dir): argument
|
/external/libchrome/build/ |
D | get_syzygy_binaries.py | 55 def _LoadState(output_dir): argument 72 def _SaveState(output_dir, state, dry_run=False): argument 110 def _BuildActualState(stored, revision, output_dir): argument 146 def _GetCurrentState(revision, output_dir): argument 194 def _CleanState(output_dir, state, dry_run=False): argument
|
/external/webrtc/tools_webrtc/ios/ |
D | build_ios_libs.py | 79 def _CleanArtifacts(output_dir): argument 85 def _CleanTemporary(output_dir, architectures): argument 94 def BuildWebRTC(output_dir, target_arch, flavor, gn_target_name, argument
|
/external/autotest/client/cros/chameleon/ |
D | screen_utility_factory.py | 77 def create_screen_comparer(self, output_dir): argument 97 def create_mirror_comparer(self, output_dir): argument 106 def create_calibration_comparer(self, output_dir): argument
|
D | mirror_comparison.py | 20 def __init__(self, display_facade, output_dir): argument
|
/external/llvm-project/llvm/tools/opt-viewer/ |
D | opt-viewer.py | 46 def __init__(self, source_dir, output_dir, filename, no_highlight): argument 194 def __init__(self, output_dir, should_display_hotness, max_hottest_remarks_on_index): argument 239 def _render_file(source_dir, output_dir, ctx, no_highlight, entry, filter_): argument 264 output_dir, argument
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 149 output_dir=None, argument 175 output_dir=None, argument 337 output_dir=''): argument
|
D | ccompiler.py | 376 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 408 def _fix_object_args(self, objects, output_dir): argument 510 def compile(self, sources, output_dir=None, macros=None, argument 586 def create_static_lib(self, objects, output_libname, output_dir=None, argument 617 def link(self, target_desc, objects, output_filename, output_dir=None, argument 669 def link_shared_lib(self, objects, output_libname, output_dir=None, argument 682 def link_shared_object(self, objects, output_filename, output_dir=None, argument 693 def link_executable(self, objects, output_progname, output_dir=None, argument 813 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument 830 def shared_object_filename(self, basename, strip_dir=0, output_dir=''): argument [all …]
|
/external/python/cpython3/Lib/distutils/ |
D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 149 output_dir=None, argument 175 output_dir=None, argument 337 output_dir=''): argument
|
D | ccompiler.py | 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 394 def _prep_compile(self, sources, output_dir, depends=None): argument 410 def _fix_object_args(self, objects, output_dir): argument 511 def compile(self, sources, output_dir=None, macros=None, argument 585 def create_static_lib(self, objects, output_libname, output_dir=None, argument 621 output_dir=None, argument 682 output_dir=None, argument 703 output_dir=None, argument 723 output_dir=None, argument 847 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument [all …]
|
D | _msvccompiler.py | 288 output_dir=''): argument 319 output_dir=None, macros=None, include_dirs=None, debug=0, argument 411 output_dir=None, argument 438 output_dir=None, argument
|
/external/llvm-project/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 435 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable 437 set(output_dir "${output_dir}/${TEST_SUBDIR}") variable 439 set(output_dir "${output_dir}/${CMAKE_CFG_INTDIR}") variable
|
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 208 def write_stub(self, output_dir, ext, compile=False): argument 252 def link_shared_object(self, objects, output_libname, output_dir=None, argument 266 def link_shared_object(self, objects, output_libname, output_dir=None, argument
|
/external/llvm-project/clang-tools-extra/clangd/quality/ |
D | CompletionModel.cmake | 10 set(output_dir ${CMAKE_CURRENT_BINARY_DIR}) variable
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 235 def write_stub(self, output_dir, ext, compile=False): argument 286 self, objects, output_libname, output_dir=None, libraries=None, argument 301 self, objects, output_libname, output_dir=None, libraries=None, argument
|
/external/compiler-rt/include/ |
D | CMakeLists.txt | 13 set(output_dir ${COMPILER_RT_OUTPUT_DIR}/include) variable
|
/external/clang/lib/Headers/ |
D | CMakeLists.txt | 90 set(output_dir ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include) variable
|
/external/tensorflow/tensorflow/tools/docs/ |
D | build_cc_api_headers.py | 39 def build_headers(output_dir): argument
|