Home
last modified time | relevance | path

Searched defs:architecture (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/ci/
Dinstall.ps1107 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython()
113 if ($architecture -eq "32") { in InstallPython() variable
187 function InstallMiniconda ($python_version, $architecture, $python_home) { in InstallMiniconda()
193 if ($architecture -eq "32") { in InstallMiniconda() variable
/external/v8/src/base/
Dcpu.cc464 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local
Dcpu.h49 int architecture() const { return architecture_; } in architecture() function
/external/opencv3/platforms/scripts/
DABI_compat_generator.py8 architecture = 'armeabi' variable
/external/libchrome/base/
Dcpu.cc113 unsigned implementer = 0, architecture = 0, variant = 0, part = 0, in LazyCpuInfoValue() local
/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); in TEST() local
/external/webp/src/dsp/
Dcpu-features.c256 char* architecture = NULL; in android_cpuInit() local
/external/webrtc/webrtc/system_wrappers/source/android/
Dcpu-features.c256 char* architecture = NULL; in android_cpuInit() local
/external/google-breakpad/src/common/
Dmodule.cc52 const string &architecture, const string &id) : in Module()
Dmodule.h282 string architecture() const { return architecture_; } in architecture() function
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c582 char* architecture = NULL; in android_cpuInit() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py621 subnet_id=None, architecture=None, argument
2525 ssh_key_name=None, architecture=None, argument
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c560 long architecture = 0; in get_elf_hwcap_from_proc_cpuinfo() local
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc873 const char *architecture = ElfArchitecture<ElfClass>(elf_header); in ReadSymbolDataElfClass() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py268 architecture=None, kernel_id=None, ramdisk_id=None, argument