HomeSort by relevance Sort by last modified time
    Searched refs:cpuType (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/hardware_MemoryTotalSize/
hardware_MemoryTotalSize.py 25 cpuType = utils.get_cpu_arch()
27 if cpuType == "arm":
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 18 def test_no_partition(self, inputDev, cpuType):
23 if (cpuType == "arm"):
38 cpuType = utils.get_cpu_arch()
39 logging.debug("cpu type is %s" % cpuType)
55 self.test_no_partition(text, cpuType)
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 28 cpuType = utils.get_cpu_arch()
30 if cpuType == "arm":
  /external/autotest/client/site_tests/platform_MemCheck/
platform_MemCheck.py 30 cpuType = utils.get_cpu_arch()
33 if cpuType == "arm":
  /external/libunwind_llvm/src/
libunwind.cpp 86 switch (as->cpuType) {
119 as->cpuType = CPU_TYPE_X86_64;
124 as->cpuType = CPU_TYPE_I386;
135 switch (asp->cpuType) {
AddressSpace.hpp 561 cpu_type_t cpuType;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind.cpp 85 switch (as->cpuType) {
118 as->cpuType = CPU_TYPE_X86_64;
123 as->cpuType = CPU_TYPE_I386;
134 switch (asp->cpuType) {
AddressSpace.hpp 547 cpu_type_t cpuType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 260 HFDI DIAMONDAPI FDICreate(PFNALLOC pfnalloc,PFNFREE pfnfree,PFNOPEN pfnopen,PFNREAD pfnread,PFNWRITE pfnwrite,PFNCLOSE pfnclose,PFNSEEK pfnseek,int cpuType,PERF perf);

Completed in 553 milliseconds