Searched refs:match_flags (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/patch/ |
D | backport-regex-Add-debug-strings-for-compile-and-match-option-flags.patch | 74 +match_options_to_string (GRegexMatchFlags match_flags) 80 + if (match_flags & G_REGEX_MATCH_DEFAULT) 82 + if (match_flags & G_REGEX_MATCH_ANCHORED) 84 + if (match_flags & G_REGEX_MATCH_NOTBOL) 86 + if (match_flags & G_REGEX_MATCH_NOTEOL) 88 + if (match_flags & G_REGEX_MATCH_NOTEMPTY) 90 + if (match_flags & G_REGEX_MATCH_PARTIAL) 92 + if (match_flags & G_REGEX_MATCH_NEWLINE_CR) 94 + if (match_flags & G_REGEX_MATCH_NEWLINE_LF) 96 + if (match_flags & G_REGEX_MATCH_NEWLINE_CRLF) [all …]
|
D | backport-regex-Do-not-mix-PCRE2-Compile-Match-Newline-and-BSR-flags.patch | 293 +get_pcre2_match_options (GRegexMatchFlags match_flags, 306 + if (match_flags & G_REGEX_MATCH_ANCHORED) 309 + if (match_flags & G_REGEX_MATCH_NOTBOL) 312 + if (match_flags & G_REGEX_MATCH_NOTEOL) 315 + if (match_flags & G_REGEX_MATCH_NOTEMPTY) 334 + if (match_flags & G_REGEX_MATCH_PARTIAL_SOFT) 337 + if (match_flags & G_REGEX_MATCH_PARTIAL_HARD) 340 + if (match_flags & G_REGEX_MATCH_NOTEMPTY_ATSTART) 425 + GRegexMatchFlags match_flags = G_REGEX_MATCH_DEFAULT; 429 + match_flags |= G_REGEX_MATCH_ANCHORED; [all …]
|
D | backport-regex-Make-possible-to-test-replacements-with-options.patch | 19 + GRegexMatchFlags match_flags; 35 + data->replacement, data->match_flags, &error); 57 + data->match_flags = _match_flags; \
|
D | backport-gregex-Use-pcre2-error-messages-if-we-dont-provide-a-specific-one.patch | 29 @@ -456,8 +456,25 @@ get_pcre2_bsr_match_options (GRegexMatchFlags match_flags)
|
D | backport-regex-Perform-more-tests-both-with-and-without-optimizations.patch | 163 data->match_flags = _match_flags; \
|
/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 285 switch (match_flags()) { in DescribeToImpl() 310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 326 switch (match_flags()) { in DescribeNegationToImpl() 351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 377 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in VerifyMatchMatrix() 402 if (match_flags() & UnorderedMatcherRequire::Superset) { in VerifyMatchMatrix() 416 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix() 442 if ((match_flags() & UnorderedMatcherRequire::Superset) && in FindPairing() [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 133 for (; id->match_flags; id++) { in usb_linux_lookup_id() 134 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id() 138 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) && in usb_linux_lookup_id() 142 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_linux_lookup_id() 146 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) && in usb_linux_lookup_id() 150 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_linux_lookup_id() 154 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) && in usb_linux_lookup_id() 158 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) && in usb_linux_lookup_id() 163 !(id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) && in usb_linux_lookup_id() 164 (id->match_flags & (USB_DEVICE_ID_MATCH_INT_CLASS | in usb_linux_lookup_id() [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | usb.h | 54 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
|
/third_party/libinput/src/ |
D | quirks.c | 97 enum match_flags { enum 297 matchflagname(enum match_flags f) in matchflagname()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usbdi.h | 298 uint16_t match_flags; member
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3598 UnorderedMatcherRequire::Flags match_flags() const { return match_flags_; } 3755 UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags match_flags, 3757 : match_flags_(match_flags), matchers_(first, last) {}
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 960 public bool match_flags(SubscriptionEventType t);
|