Home
last modified time | relevance | path

Searched refs:windows_isprocessorfeaturepresent_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/
H A Dcpuinfo_aarch64_test.cc31 return windows_isprocessorfeaturepresent_.count(dwProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
35 windows_isprocessorfeaturepresent_.insert(dwProcessorFeature); in SetWindowsIsProcessorFeaturePresent()
47 std::set<DWORD> windows_isprocessorfeaturepresent_; member in cpu_features::FakeCpuAarch64
H A Dcpuinfo_x86_test.cc63 return windows_isprocessorfeaturepresent_.count(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
67 windows_isprocessorfeaturepresent_.insert(ProcessorFeature); in SetWindowsIsProcessorFeaturePresent()
77 std::set<DWORD> windows_isprocessorfeaturepresent_; member in cpu_features::FakeCpu
/aosp_15_r20/external/cpu_features/test/
H A Dcpuinfo_aarch64_test.cc53 std::set<DWORD> windows_isprocessorfeaturepresent_;
58 return windows_isprocessorfeaturepresent_.count(dwProcessorFeature);
62 windows_isprocessorfeaturepresent_.insert(dwProcessorFeature);
H A Dcpuinfo_x86_test.cc63 return windows_isprocessorfeaturepresent_.count(ProcessorFeature); in GetWindowsIsProcessorFeaturePresent()
67 windows_isprocessorfeaturepresent_.insert(ProcessorFeature); in SetWindowsIsProcessorFeaturePresent()
77 std::set<DWORD> windows_isprocessorfeaturepresent_; member in cpu_features::FakeCpu