OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_x86
(Results
1 - 2
of
2
) sorted by null
/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 59 milliseconds