HomeSort by relevance Sort by last modified time
    Searched full:has_x86 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libyuv/unit_test/
cpu_test.cc 28 int has_x86 = TestCpuFlag(kCpuHasX86); local
29 printf("Has X86 %x\n", has_x86);
57 int has_x86 = TestCpuFlag(kCpuHasX86); local
58 if (has_x86) {
math_test.cc 105 int has_x86 = TestCpuFlag(kCpuHasX86); local
107 if (has_x86) {
140 int has_x86 = TestCpuFlag(kCpuHasX86); local
142 if (has_x86) {
  /external/chromium_org/third_party/libyuv/util/
cpuid.c 24 int has_x86 = TestCpuFlag(kCpuHasX86); local
27 if (has_x86) {
63 printf("Has X86 %x\n", has_x86);
74 if (has_x86) {
  /external/libyuv/files/unit_test/
cpu_test.cc 28 int has_x86 = TestCpuFlag(kCpuHasX86); local
29 printf("Has X86 %x\n", has_x86);
47 int has_x86 = TestCpuFlag(kCpuHasX86); local
48 if (has_x86) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid_unittest.cc 54 bool has_x86 = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86); local
55 EXPECT_FALSE(has_arm && has_x86);

Completed in 7034 milliseconds