Searched refs:has_arm (Results 1 – 2 of 2) sorted by relevance
53 bool has_arm = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasARM); in TEST() local55 EXPECT_FALSE(has_arm && has_x86); in TEST()
24 int has_arm = TestCpuFlag(kCpuHasARM); in TEST_F() local25 printf("Has ARM %x\n", has_arm); in TEST_F()