/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svcsubs.c | 209 nlm_host_match_fn_t match) in nlm_traverse_locks() 229 if (match(lockhost, host)) { in nlm_traverse_locks() 252 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() argument 254 nlmsvc_traverse_blocks(host, file, match); in nlm_inspect_file() 255 nlmsvc_traverse_shares(host, file, match); in nlm_inspect_file() 256 return nlm_traverse_locks(host, file, match); in nlm_inspect_file() 299 nlm_traverse_files(void *data, nlm_host_match_fn_t match, in nlm_traverse_files() argument 316 if (nlm_inspect_file(data, file, match)) in nlm_traverse_files() 368 * returns 1 iff the two hosts match. Used to release 208 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) nlm_traverse_locks() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 212 struct component_match *match = NULL; in exynos_drm_match_add() local 227 component_match_add(dev, &match, component_compare_dev, d); in exynos_drm_match_add() 233 return match ?: ERR_PTR(-ENODEV); in exynos_drm_match_add() 337 struct component_match *match; in exynos_drm_platform_probe() local 341 match = exynos_drm_match_add(&pdev->dev); in exynos_drm_platform_probe() 342 if (IS_ERR(match)) in exynos_drm_platform_probe() 343 return PTR_ERR(match); in exynos_drm_platform_probe() 346 match); in exynos_drm_platform_probe()
|
/third_party/nghttp2/ |
H A D | git-clang-format | 280 match = re.search(r'^\+\+\+\ [^/]+/(.*)', line) 281 if match: 282 filename = match.group(1).rstrip('\r\n') 283 match = re.search(r'^@@ -[0-9,]+ \+(\d+)(,(\d+))?', line) 284 if match: 285 start_line = int(match.group(1)) 287 if match.group(3): 288 line_count = int(match.group(3))
|
/third_party/mesa3d/src/glx/tests/ |
H A D | clientinfo_unittest.cpp | 687 char *match = strstr(haystack, needle); in TEST_F() local 689 if (match[len] == '\0' || match[len] == ' ') { in TEST_F() 694 haystack = match + len; in TEST_F() 713 char *match = strstr(haystack, needle); in TEST_F() local 715 if (match[len] == '\0' || match[len] == ' ') { in TEST_F() 720 haystack = match + len; in TEST_F()
|
/third_party/python/Tools/scripts/ |
H A D | pindent.py | 155 i = self.wsprog.match(line).end() 169 m = self.endprog.match(line) 181 m = self.kwprog.match(line) 213 m = self.endprog.match(line) 218 m = self.kwprog.match(line) 240 i = self.wsprog.match(line).end() 241 m = self.endprog.match(line) 247 m = self.kwprog.match(line)
|
H A D | find-uname.py | 36 for match in matches: 37 print("%s (%d)" % match)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 17 It is designed to match the working of the Python tokenizer exactly, except 87 # Because of leftmost-then-longest match semantics, be sure to put the 273 match = cookie_re.match(line_string) 274 if not match: 276 encoding = _get_normal_name(match.group(1)) 301 if not blank_re.match(first): 322 Untokenized source will match input source exactly 373 endmatch = endprog.match(line) 425 "unindent does not match an [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 658 if (match(CarryIn, m_ZeroInt())) { in simplifyX86addcarry() 661 // The types have to be adjusted to match the x86 call types. in simplifyX86addcarry() 1197 if (match(Op0, m_BitReverse(m_Value(X)))) { in foldCttzCtlz() 1205 if (match(Op0, m_Neg(m_Value(X)))) { in foldCttzCtlz() 1243 if (!match(II.getArgOperand(1), m_One())) { in foldCttzCtlz() 1271 if (match(Op0, m_BitReverse(m_Value(X))) || match(Op0, m_BSwap(m_Value(X)))) { in foldCtpop() 1321 // First, cast the x86 intrinsic scalar pointer to a vector pointer to match in simplifyX86MaskedLoad() 1364 // First, cast the x86 intrinsic scalar pointer to a vector pointer to match in simplifyX86MaskedStore() 1900 if (match(IIOperan in visitCallInst() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 218 * priority match takes precedence over lower priority match. 742 const struct ofdpa_flow_tbl_entry *match) in ofdpa_flow_tbl_find() 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 748 entry, match->key_crc32) { in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 757 int flags, struct ofdpa_flow_tbl_entry *match) in ofdpa_flow_tbl_add() 761 size_t key_len = match->key_len ? match in ofdpa_flow_tbl_add() 741 ofdpa_flow_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_find() argument 756 ofdpa_flow_tbl_add(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_add() argument 791 ofdpa_flow_tbl_del(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_del() argument 1048 ofdpa_group_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_find() argument 1075 ofdpa_group_tbl_add(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_add() argument 1106 ofdpa_group_tbl_del(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_del() argument 1884 ofdpa_fdb_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_fdb_tbl_entry *match) ofdpa_fdb_tbl_find() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 218 * priority match takes precedence over lower priority match. 742 const struct ofdpa_flow_tbl_entry *match) in ofdpa_flow_tbl_find() 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 748 entry, match->key_crc32) { in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 757 int flags, struct ofdpa_flow_tbl_entry *match) in ofdpa_flow_tbl_add() 761 size_t key_len = match->key_len ? match in ofdpa_flow_tbl_add() 741 ofdpa_flow_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_find() argument 756 ofdpa_flow_tbl_add(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_add() argument 791 ofdpa_flow_tbl_del(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_flow_tbl_entry *match) ofdpa_flow_tbl_del() argument 1048 ofdpa_group_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_find() argument 1075 ofdpa_group_tbl_add(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_add() argument 1106 ofdpa_group_tbl_del(struct ofdpa_port *ofdpa_port, int flags, struct ofdpa_group_tbl_entry *match) ofdpa_group_tbl_del() argument 1885 ofdpa_fdb_tbl_find(const struct ofdpa *ofdpa, const struct ofdpa_fdb_tbl_entry *match) ofdpa_fdb_tbl_find() argument [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 232 [OP_MATCH] = "match", in operation_str() 1773 bool match = false; in match_key() local 1780 match = (streq(key_value, val)); in match_key() 1783 match = (fnmatch(key_value, val, 0) == 0); in match_key() 1799 match = (matchlen == len && strneq(s, val, matchlen)); in match_key() 1800 if (match) in match_key() 1803 match = (streq(s, val)); in match_key() 1822 match = (fnmatch(key_value, val, 0) == 0); in match_key() 1823 if (match) in match_key() 1830 match in match_key() 1943 bool match = false; udev_rules_apply_to_event() local 1986 bool match = false; udev_rules_apply_to_event() local 2075 bool match = udev_device_has_tag(event->dev_parent, rules_str(rules, cur->key.value_off)); udev_rules_apply_to_event() local 2101 int match; udev_rules_apply_to_event() local [all...] |
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 325 # These values must match WireType enum in google/protobuf/wire_format.h. 1290 match = self._whitespace_pattern.match(self._current_line, self._column) 1291 if not match: 1293 length = len(match.group(0)) 1324 if not self._COMMENT.match(result): 1362 if not self._IDENTIFIER.match(result): 1384 if not self._IDENTIFIER_OR_NUMBER.match(result): 1556 match = self._TOKEN.match(sel [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | list_internal_identifiers.py | 52 identifiers = ["{}\n".format(match.name) for match in result]
|
/third_party/node/test/internet/ |
H A D | test-snapshot-dns-lookup.js | 22 assert.match(stdout, /address: "\d+\.\d+\.\d+\.\d+"/); 23 assert.match(stdout, /family: 4/);
|
/third_party/node/test/parallel/ |
H A D | test-snapshot-dns-lookup-localhost-promise.js | 22 assert.match(stdout, /address: "\d+\.\d+\.\d+\.\d+"/); 23 assert.match(stdout, /family: 4/);
|
H A D | test-snapshot-dns-lookup-localhost.js | 22 assert.match(stdout, /address: "\d+\.\d+\.\d+\.\d+"/); 23 assert.match(stdout, /family: 4/);
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
H A D | RegexBasedMatcher.java | 26 * proto message to match numbers. 41 // We don't want to consider it a prefix match when matching non-empty input against an empty in matchNationalNumber() 46 return match(number, regexCache.getPatternForRegex(nationalNumberPattern), allowPrefixMatch); in matchNationalNumber() 49 private static boolean match(CharSequence number, Pattern pattern, boolean allowPrefixMatch) { in match() method in RegexBasedMatcher
|
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
H A D | core.c | 521 bool match; in kprobe_emulate_loop() local 525 match = ((*(u32 *)®s->cx)--) != 0; in kprobe_emulate_loop() 528 match = ((*(u64 *)®s->cx)--) != 0; in kprobe_emulate_loop() 531 match = ((*(u16 *)®s->cx)--) != 0; in kprobe_emulate_loop() 534 match = *(u32 *)(®s->cx) == 0; in kprobe_emulate_loop() 537 match = *(u64 *)(®s->cx) == 0; in kprobe_emulate_loop() 540 match = *(u16 *)(®s->cx) == 0; in kprobe_emulate_loop() 544 match = match && !(regs->flags & X86_EFLAGS_ZF); in kprobe_emulate_loop() 546 match in kprobe_emulate_loop() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | SwiftConfig.cpp | 157 bool match(const char **url, const char *string) in match() function 173 if(match(&request, "GET /")) in respond() 175 if(match(&request, "swiftshader") || match(&request, "swiftconfig")) in respond() 177 if(match(&request, " ") || match(&request, "/ ")) in respond() 183 else if(match(&request, "POST /")) in respond() 185 if(match(&request, "swiftshader") || match(&request, "swiftconfig")) in respond() 187 if(match( in respond() [all...] |
/third_party/python/Lib/urllib/ |
H A D | parse.py | 443 if not re.match(r"\Av[a-fA-F0-9]+\..+\Z", hostname): 945 parameters in the output will match the order of parameters in the 1064 match = _typeprog.match(url) 1065 if match: 1066 scheme, data = match.groups() 1085 match = _hostprog.match(url) 1086 if match: 1087 host_port, path = match [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 95 // Matches either I & 2^x-1 or 2^x-1 & I. If we find a match, we update RT in lookThroughAnd() 97 if (match(J, m_c_And(m_Instruction(I), m_APInt(M)))) { in lookThroughAnd() 235 // Return early if the recurrence kind does not match the type of Phi. If the in AddReductionVar() 488 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 490 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 492 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 494 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 496 else if (m_OrdFMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 498 else if (m_OrdFMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 500 else if (m_UnordFMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Selec in isMinMaxSelectCmpPattern() [all...] |
/kernel/linux/linux-6.6/arch/riscv/kvm/ |
H A D | vcpu_insn.c | 136 unsigned long match; member 335 .match = INSN_MATCH_CSRRW, 340 .match = INSN_MATCH_CSRRS, 345 .match = INSN_MATCH_CSRRC, 350 .match = INSN_MATCH_CSRRWI, 355 .match = INSN_MATCH_CSRRSI, 360 .match = INSN_MATCH_CSRRCI, 365 .match = INSN_MATCH_WFI, 378 if ((insn & ifn->mask) == ifn->match) { in system_opcode_insn()
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 311 const struct isa_bitset *match = NULL; in find_bitset() local 329 if (!BITSET_EQUAL(m.bitset, bitsets[n]->match.bitset)) { in find_bitset() 333 /* We should only have exactly one match in find_bitset() 336 * bit pattern will only have a single match? in find_bitset() 338 if (match) { in find_bitset() 339 decode_error(state, "bitset conflict: %s vs %s", match->name, in find_bitset() 344 match = bitsets[n]; in find_bitset() 347 if (match) { in find_bitset() 349 BITSET_AND(m.bitset, match->dontcare.bitset, val.bitset); in find_bitset() 353 match in find_bitset() [all...] |
/third_party/python/Lib/lib2to3/ |
H A D | pytree.py | 433 name = None # Optional name used to store match in results dict 454 def match(self, node, results=None): member in BasePattern 456 Does this pattern exactly match a node? 481 Does this pattern exactly match a sequence of nodes? 487 return self.match(nodes[0], results) 496 if nodes and self.match(nodes[0], r): 522 def match(self, node, results=None): member in LeafPattern 523 """Override match() to insist on a leaf node.""" 526 return BasePattern.match(self, node, results) 555 non-leaf nodes that also match th 673 def match(self, node, results=None): global() member in WildcardPattern 808 def match(self, node): global() member in NegatedPattern [all...] |
/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 442 # a re to match a gzip Accept-Encoding 452 match = self.aepattern.match(e) 453 if match: 454 v = match.group(3) 456 r[match.group(1)] = v 724 match = pattern.search(text, here) 725 if not match: break 726 start, end = match.span() 729 all, scheme, rfc, pep, selfdot, name = match [all...] |