Searched refs:MatchesAny (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/device/hid/
H A Dhid_device_filter.h27 static bool MatchesAny(const HidDeviceInfo& device_info,
H A Dhid_device_filter_unittest.cc95 ASSERT_FALSE(HidDeviceFilter::MatchesAny(device_info_, filters));
103 ASSERT_TRUE(HidDeviceFilter::MatchesAny(device_info_, filters));
111 ASSERT_FALSE(HidDeviceFilter::MatchesAny(device_info_, filters));
H A Dhid_device_filter.cc76 bool HidDeviceFilter::MatchesAny( function in class:device::HidDeviceFilter
/external/chromium_org/device/usb/
H A Dusb_device_filter.h34 static bool MatchesAny(scoped_refptr<UsbDevice> device,
H A Dusb_device_filter_unittest.cc137 ASSERT_FALSE(UsbDeviceFilter::MatchesAny(android_phone_, filters));
143 ASSERT_TRUE(UsbDeviceFilter::MatchesAny(android_phone_, filters));
149 ASSERT_FALSE(UsbDeviceFilter::MatchesAny(android_phone_, filters));
H A Dusb_device_filter.cc122 bool UsbDeviceFilter::MatchesAny(scoped_refptr<UsbDevice> device, function in class:device::UsbDeviceFilter
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp176 struct MatchesAny { struct in namespace:clang::tooling
177 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {} function in struct:clang::tooling::MatchesAny
243 MatchesAny(std::string("-no-integrated-as"))),
274 Args.begin(), Args.end(), MatchesAny(CompileAnalyzer.Inputs));
277 End = std::remove_if(Args.begin(), End, MatchesAny(DiagClient.UnusedInputs));
/external/chromium_org/extensions/browser/api/usb_private/
H A Dusb_private_api.cc72 if (filters.empty() || UsbDeviceFilter::MatchesAny(device, filters)) {
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_device_manager.cc58 !HidDeviceFilter::MatchesAny(device_info, filters)) {
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc692 if ((filters.empty() || UsbDeviceFilter::MatchesAny(device, filters)) &&
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp43 template <class T> struct MatchesAny { struct in namespace:__anon18069
44 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {} function in struct:__anon18069::MatchesAny
60 typedef MatchesAny<OpenMPClauseKind> MatchesAnyClause;
61 typedef MatchesAny<OpenMPDirectiveKind> MatchesAnyDirective;

Completed in 1391 milliseconds