Home
last modified time | relevance | path

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

/external/lldb/test/plugins/
Dbuilder_base.py48 def getArchSpec(architecture): argument
88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
Dbuilder_darwin.py8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): argument
/external/webrtc/test/testsupport/
Dfileutils.cc128 std::string architecture = "64"; in ResourcePath() local
130 std::string architecture = "32"; in ResourcePath() local
/external/v8/src/base/
Dcpu.cc397 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local
Dcpu.h49 int architecture() const { return architecture_; } in architecture() function
/external/webp/src/dsp/
Dcpu-features.c256 char* architecture = NULL; in android_cpuInit() local
/external/webrtc/src/system_wrappers/source/android/
Dcpu-features.c256 char* architecture = NULL; in android_cpuInit() 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/lldb/test/
Dlldbtest.py1348 def buildDefault(self, architecture=None, compiler=None, dictionary=None, clean=True): argument
1356 def buildDsym(self, architecture=None, compiler=None, dictionary=None, clean=True): argument
1364 def buildDwarf(self, architecture=None, compiler=None, dictionary=None, clean=True): 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