Home
last modified time | relevance | path

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

/external/brotli/appveyor/
Dinstall.ps1104 function InstallPython ($python_version, $architecture, $python_home) { in InstallPython()
110 if ($architecture -eq "32") { in InstallPython() variable
/external/python/cpython2/Lib/plat-mac/
Dcfmfile.py24 def mergecfmfiles(srclist, dst, architecture = 'fat'): argument
/external/v8/src/base/
Dcpu.cc471 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local
Dcpu.h50 int architecture() const { return architecture_; } in architecture() function
/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); in TEST() local
/external/google-breakpad/src/common/
Dmodule.h282 string architecture() const { return architecture_; } in architecture() function
Dmodule.cc52 const string &architecture, const string &id) : in Module()
/external/python/cpython2/Lib/
Dplatform.py1032 def architecture(executable=sys.executable,bits='',linkage=''): function
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc873 const char *architecture = ElfArchitecture<ElfClass>(elf_header); in ReadSymbolDataElfClass() local
/external/devlib/devlib/
Dtarget.py1180 def architecture(self): member in Cpuinfo
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp198 const char *architecture = "x86-64"; in Nucleus() local
200 const char *architecture = "x86"; in Nucleus() local