Searched defs:has_x86 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcpuid_unittest.cc54 bool has_x86 = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86); local
55 EXPECT_FALSE(has_arm && has_x86);
/external/chromium_org/third_party/libyuv/unit_test/
H A Dmath_test.cc105 int has_x86 = TestCpuFlag(kCpuHasX86); local
107 if (has_x86) {
140 int has_x86 = TestCpuFlag(kCpuHasX86); local
142 if (has_x86) {
H A Dcpu_test.cc28 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) {
/external/libyuv/files/unit_test/
H A Dcpu_test.cc28 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/libyuv/util/
H A Dcpuid.c24 int has_x86 = TestCpuFlag(kCpuHasX86); local
27 if (has_x86) {
63 printf("Has X86 %x\n", has_x86);
74 if (has_x86) {

Completed in 1286 milliseconds