Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/libunwind/
DCMakeLists.txt14 set(arch x86_64) variable
20 set(arch aarch64) variable
25 set(arch arm) variable
30 set(arch s390x) variable
/third_party/musl/scripts/
Dsearch_source_files.py24 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/
Dwin_tool.py79 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/
Dwin_tool.py81 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/
Ddistrelease.ps126 [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/
Daudio-resampler-macros.h57 #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/
Dgenerate-darwin-source-and-headers.py15 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/
Dartifact_targets.py106 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
Ddistribtest_targets.py84 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__.py40 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/
Dtoolchain.py23 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/
Derror-message.js267 var expected = {os: validOs, arch: validArch} property
268 var actual = {os: process.platform, arch: process.arch} property
/third_party/node/tools/
Dgetarch.py3 arch = GuessArchitecture() variable
Dspecialize_node_d.py20 arch = sys.argv[4] variable
/third_party/gn/src/util/
Dsys_info.cc26 std::string arch(info.machine); in OperatingSystemArchitecture() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Info.cpp33 D3D12_FEATURE_DATA_ARCHITECTURE arch = {}; in GatherDeviceInfo() local
/third_party/node/test/message/
Dtestcfg.py39 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/
Dskqp_gn_args.py22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
/third_party/node/test/pseudo-tty/
Dtestcfg.py43 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/
Dcbfs_util_test.py85 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/
Dimage.c321 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/
Dhandoff.h21 struct arch_spl_handoff arch; member
/third_party/python/PCbuild/
Dprepare_ssl.py115 def prep(arch): argument
/third_party/flutter/engine/flutter/tools/
Dgn61 def cpu_for_target_arch(arch): argument
/third_party/ltp/include/lapi/
Dseccomp.h34 uint32_t arch; member

1234