Home
last modified time | relevance | path

Searched refs:match_flags (Results 1 – 7 of 7) sorted by relevance

/third_party/googletest/googlemock/src/
Dgmock-matchers.cc282 switch (match_flags()) { in DescribeToImpl()
307 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
313 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
323 switch (match_flags()) { in DescribeNegationToImpl()
348 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
354 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
382 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix()
396 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix()
422 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing()
433 if ((match_flags() & UnorderedMatcherRequire::Subset) && in FindPairing()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c134 for (; id->match_flags; id++) { in usb_linux_lookup_id()
135 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id()
139 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) && in usb_linux_lookup_id()
143 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_linux_lookup_id()
147 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) && in usb_linux_lookup_id()
151 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_linux_lookup_id()
155 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_linux_lookup_id()
159 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_linux_lookup_id()
164 !(id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id()
165 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_linux_lookup_id()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/libinput/src/
Dquirks.c97 enum match_flags { enum
297 matchflagname(enum match_flags f) in matchflagname()
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h300 uint16_t match_flags; member
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h3413 UnorderedMatcherRequire::Flags match_flags() const { return match_flags_; }
3468 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
3588 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags,
3590 : match_flags_(match_flags), matchers_(first, last) {}
/third_party/pulseaudio/vala/
Dlibpulse.vapi938 public bool match_flags(SubscriptionEventType t);