Searched refs:has_x86 (Results 1 – 2 of 2) sorted by relevance
28 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local29 printf("Has X86 %x\n", has_x86); in TEST_F()47 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local48 if (has_x86) { in TEST_F()
54 bool has_x86 = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86); in TEST() local55 EXPECT_FALSE(has_arm && has_x86); in TEST()