/third_party/libunwind/ |
D | CMakeLists.txt | 14 set(arch x86_64) variable 20 set(arch aarch64) variable 25 set(arch arm) variable 30 set(arch s390x) variable
|
/third_party/musl/scripts/ |
D | search_source_files.py | 24 def arch_file_search(path, arch): argument 54 def get_arch_srcs(path, arch): argument 86 def replace_srcs_with_arch(base_srcs, arch_srcs, arch): argument 120 def get_header_dirs(path, arch): argument 148 def rm_dup_header(all_header_files, arch): argument 165 def search_for_files(path, arch): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | win_tool.py | 79 def _GetEnv(self, arch): argument 114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument 137 def ExecLinkWithManifests(self, arch, embed_manifest, out, ldcmd, resname, argument 213 def ExecManifestWrapper(self, arch, *args): argument 228 def ExecManifestToRc(self, arch, *args): argument 238 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, argument 270 def ExecAsmWrapper(self, arch, *args): argument 286 def ExecRcWrapper(self, arch, *args): argument 302 def ExecActionWrapper(self, arch, rspfile, *dir): argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 81 def _GetEnv(self, arch): argument 118 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument 158 arch, argument 251 def ExecManifestWrapper(self, arch, *args): argument 267 def ExecManifestToRc(self, arch, *args): argument 278 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): argument 320 def ExecAsmWrapper(self, arch, *args): argument 339 def ExecRcWrapper(self, arch, *args): argument 358 def ExecActionWrapper(self, arch, rspfile, *dir): argument
|
/third_party/icu/icu4c/packaging/ |
D | distrelease.ps1 | 26 [string]$arch = "x64" # use x64 as default variable 41 if ($arch -eq "x64") variable 46 elseif ($arch -eq "x86") variable 51 elseif ($arch -eq "ARM64") variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-macros.h | 57 #define DECL_RESAMPLE_FUNC(type,inter,channels,arch) \ argument 63 #define MAKE_RESAMPLE_FUNC(type,inter,channels,arch) \ argument 102 #define DECL_RESAMPLE_FUNC_STATIC(type,inter,channels,arch) \ argument 105 #define MAKE_RESAMPLE_FUNC_STATIC(type,inter,channels,arch) \ argument
|
/third_party/libffi/ |
D | generate-darwin-source-and-headers.py | 15 arch = 'i386' variable in simulator_platform 28 arch = 'x86_64' variable in simulator64_platform 41 arch = 'armv7' variable in device_platform 54 arch = 'arm64' variable in device64_platform 67 arch = 'i386' variable in desktop32_platform 80 arch = 'x86_64' variable in desktop64_platform
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 106 def __init__(self, platform, arch, py_version): argument 191 def __init__(self, platform, arch): argument 212 def __init__(self, platform, arch, arch_abi=None): argument 277 def __init__(self, platform, arch): argument 296 def __init__(self, platform, arch): argument
|
D | distribtest_targets.py | 84 def __init__(self, platform, arch, docker_suffix=None, argument 146 def __init__(self, platform, arch, docker_suffix, source=False): argument 186 def __init__(self, platform, arch, docker_suffix, ruby_version=None): argument 224 def __init__(self, platform, arch, docker_suffix=None): argument 258 def __init__(self, platform, arch, docker_suffix=None, testcase=None): argument
|
/third_party/node/test/testpy/ |
D | __init__.py | 40 def __init__(self, path, file, arch, mode, context, config, additional=None): argument 107 def ListTests(self, current_path, path, arch, mode): argument 126 def ListTests(self, current_path, path, arch, mode): argument 149 def ListTests(self, current_path, path, arch, mode): argument 164 def ListTests(self, current_path, path, arch, mode): argument
|
/third_party/uboot/u-boot-2020.01/tools/buildman/ |
D | toolchain.py | 23 def __init__(self, arch): argument 62 arch=None, override_toolchain=None): argument 255 arch=None): argument 358 def Select(self, arch): argument 561 def FetchAndInstall(self, arch): argument
|
/third_party/node/deps/npm/lib/utils/ |
D | error-message.js | 267 var expected = {os: validOs, arch: validArch} property 268 var actual = {os: process.platform, arch: process.arch} property
|
/third_party/node/tools/ |
D | getarch.py | 3 arch = GuessArchitecture() variable
|
D | specialize_node_d.py | 20 arch = sys.argv[4] variable
|
/third_party/gn/src/util/ |
D | sys_info.cc | 26 std::string arch(info.machine); in OperatingSystemArchitecture() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | D3D12Info.cpp | 33 D3D12_FEATURE_DATA_ARCHITECTURE arch = {}; in GatherDeviceInfo() local
|
/third_party/node/test/message/ |
D | testcfg.py | 39 def __init__(self, path, file, expected, arch, mode, context, config): argument 121 def ListTests(self, current_path, path, arch, mode): argument
|
/third_party/skia/tools/skqp/ |
D | skqp_gn_args.py | 22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
|
/third_party/node/test/pseudo-tty/ |
D | testcfg.py | 43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config): argument 139 def ListTests(self, current_path, path, arch, mode): argument
|
/third_party/uboot/u-boot-2020.01/tools/binman/ |
D | cbfs_util_test.py | 85 def _check_hdr(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument 154 def _check_raw(self, data, size, offset=0, arch=cbfs_util.ARCHITECTURE_X86): argument 167 def _get_expected_cbfs(self, size, arch='x86', compress=None, base=None): argument
|
/third_party/uboot/u-boot-2020.01/common/ |
D | image.c | 321 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local 509 static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch, in image_get_ramdisk() 813 const char *genimg_get_arch_name(uint8_t arch) in genimg_get_arch_name() 857 const char *genimg_get_arch_short_name(uint8_t arch) in genimg_get_arch_short_name() 1079 uint8_t arch, ulong *rd_start, ulong *rd_end) in boot_get_ramdisk() 1367 int boot_get_setup(bootm_headers_t *images, uint8_t arch, in boot_get_setup() 1380 uint8_t arch, const ulong *ld_start, ulong * const ld_len) in boot_get_fpga() 1481 uint8_t arch, const ulong *ld_start, ulong * const ld_len) in boot_get_loadable()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | handoff.h | 21 struct arch_spl_handoff arch; member
|
/third_party/python/PCbuild/ |
D | prepare_ssl.py | 115 def prep(arch): argument
|
/third_party/flutter/engine/flutter/tools/ |
D | gn | 61 def cpu_for_target_arch(arch): argument
|
/third_party/ltp/include/lapi/ |
D | seccomp.h | 34 uint32_t arch; member
|