/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 1337 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip 32K sliding window */
in HWTEST_F() 1342 window = match; /* reuse match buffer */
in HWTEST_F()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 105 primary objects of the build. It will match the cpu architecture of the 184 primary object(s) of the build. It will match the OS of the default 598 This list is a list of patterns that must not match any of the transitive 1151 build directory. Only one output may be listed and it must match the first 1803 an #include line in source code. The compiler will match this string against 2232 If visibility is defined, only the targets with labels that match it can
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 575 // Try and match with brackets, but fallback to matching without 576 var arrow = func_code.match(/^\(\)\s*=>\s*(?:{(.*)}\s*|(.*))$/); 1896 * @param {RegExp} expected - RegExp ``actual`` must match. 3709 var string = low || high; // only one of these alternates can match 4522 // Create a pattern to match stack frames originating within testharness.js. These include the 4715 var matches = src && src.match(/^(.*\/|)testharness\.js$/);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 136 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); in wsi_x11_check_dri3_compatible() 140 return match; in wsi_x11_check_dri3_compatible()
|
/third_party/lz4/tests/ |
H A D | frametest.c | 193 size_t match = pos - offset; in FUZ_fillCompressibleNoiseBuffer() local 194 while (pos < end) BBuffer[pos++] = BBuffer[match++]; in FUZ_fillCompressibleNoiseBuffer()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_lib.c | 269 if (keymgmt2 != NULL && keymgmt2->match != NULL) { in evp_pkey_cmp_any() 277 if (tmp_keydata == NULL && keymgmt1 != NULL && keymgmt1->match != NULL) { in evp_pkey_cmp_any() 1638 * match is ambiguous. This should never happen, but... in EVP_PKEY_set_type_by_keymgmt()
|
/third_party/python/Tools/gdb/ |
H A D | libpython.py | 1911 m = re.match(r'\s*(\d+)\s*', args) 1916 m = re.match(r'\s*(\d+)\s*,\s*(\d+)\s*', args)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 882 m = re.match(r'(\d+(\.\d+)?) (K|M|G|T)b?$', limit, 1187 regex_match = re.compile(regex).match 1195 # Try to match parts of the test identifier. 1412 Try to match a single dict with the supplied arguments. 1429 Try to match a single stored value (dv) with a supplied value (v). 1571 whether they match the public name convention and were defined in
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 1106 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom) 1607 m = _line_indent_re.match(line) 1631 OPENERS=('class', 'def', 'for', 'if', 'match', 'try',
|
/third_party/openssl/crypto/evp/ |
H A D | p_lib.c | 269 if (keymgmt2 != NULL && keymgmt2->match != NULL) { in evp_pkey_cmp_any() 277 if (tmp_keydata == NULL && keymgmt1 != NULL && keymgmt1->match != NULL) { in evp_pkey_cmp_any() 1635 * match is ambiguous. This should never happen, but... in EVP_PKEY_set_type_by_keymgmt()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 390 (cd $srcdir; $valgrind $pcre2grep --match-limit=1000 --no-jit -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtrygrep 2>&1 509 (cd $srcdir; $valgrind $vjs $pcre2grep --binary-files=without-match "dog" ./testdata/grepbinary) >>testtrygrep 2>&1 597 (cd $srcdir; $valgrind $vjs $pcre2grep --om-separator / -Mo0 -o1 -o2 'match (\d+):\n (.)\n' testdata/grepinput) >>testtrygrep 601 (cd $srcdir; $valgrind $vjs $pcre2grep --line-offsets -M 'match (\d+):\n (.)\n' testdata/grepinput) >>testtrygrep 605 (cd $srcdir; $valgrind $vjs $pcre2grep --file-offsets -M 'match (\d+):\n (.)\n' testdata/grepinput) >>testtrygrep 718 (cd $srcdir; exec 3<testdata/grepinput; $valgrind $vjs $pcre2grep -m1 -A3 '^match' <&3; echo '---'; head -1 <&3; exec 3<&-) >>testtrygrep 2>&1 722 (cd $srcdir; exec 3<testdata/grepinput; $valgrind $vjs $pcre2grep -m1 -A3 '^match' <&3; echo '---'; $valgrind $vjs $pcre2grep -m1 -A3 '^match' <&3; exec 3<&-) >>testtrygrep 2>&1 838 # generates a "no match" result. Therefore, we test for locale support, and if
|
/third_party/python/Lib/test/ |
H A D | test_deque.py | 520 for match in (True, False): 522 d.extend([MutateCmp(d, match), 'c'])
|
H A D | test_httpservers.py | 1022 match = self.HTTPResponseMatch.search(response) 1023 self.assertIsNotNone(match)
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 475 if not self.field_spec.match(fieldname): 480 if spec and not self.fmt_spec.match(spec):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 1670 return DefaultAliasRegex.match(Name); in isModulePassName() 1882 if (!DefaultAliasRegex.match(Name, &Matches)) in parseModulePass()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 1407 r'"\^Expected\$" does not match "Unexpected"', 1412 r'"\^Expected\$" does not match "Unexpected"', 1555 # Failure when message doesn't match 1599 # Failure when message doesn't match 1637 for rec, match in zip(records, matches): 1639 for k, v in match.items():
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 995 if re.match(r"ns\d+$", prefix): 1764 _looks_like_prefix_name = re.compile(r'^\w+:\w+$', re.UNICODE).match
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 421 /* Update the malloc'ed array of pollfds to match the dictionary 1757 # error uintptr_t does not match void *! 1774 # error uintptr_t does not match int, long, or long long!
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 72 // is low (8 or 16) in almost all cases a match in H2 is also a lookup hit. 348 // Returns a bitmask representing the positions of slots that match hash. 350 auto match = _mm_set1_epi8(hash); 352 _mm_movemask_epi8(_mm_cmpeq_epi8(match, ctrl))); 409 // - they only occur if there is a real match 1312 // a better match if non-const iterator is passed as an argument. 1882 "constructed value does not match the lookup key");
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 2050 struct devlink_dpipe_match *match) in devlink_dpipe_match_put() 2052 struct devlink_dpipe_header *header = match->header; in devlink_dpipe_match_put() 2053 struct devlink_dpipe_field *field = &header->fields[match->field_id]; in devlink_dpipe_match_put() 2060 if (nla_put_u32(skb, DEVLINK_ATTR_DPIPE_MATCH_TYPE, match->type) || in devlink_dpipe_match_put() 2061 nla_put_u32(skb, DEVLINK_ATTR_DPIPE_HEADER_INDEX, match->header_index) || in devlink_dpipe_match_put() 2352 if (!value->match) in devlink_dpipe_match_value_put() 2354 if (devlink_dpipe_match_put(skb, value->match)) in devlink_dpipe_match_value_put() 3564 /* verify it match generic parameter by id and name */ in devlink_param_generic_verify() 2049 devlink_dpipe_match_put(struct sk_buff *skb, struct devlink_dpipe_match *match) devlink_dpipe_match_put() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 361 #define REGEX_TESTLM(pat, text, looking, match) UPRV_BLOCK_MACRO_BEGIN { \ 362 doRegexLMTest(pat, text, looking, match, __LINE__); \ 363 doRegexLMTestUTF8(pat, text, looking, match, __LINE__); \ 366 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { in doRegexLMTest() argument 412 if (actualmatch != match) { in doRegexLMTest() 427 UBool RegexTest::doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { in doRegexLMTestUTF8() argument 488 if (actualmatch != match) { in doRegexLMTestUTF8() 637 // Supplemental chars match as single chars, not a pair of surrogates. in Basic() 836 // match(pos, status) in API_Match() 860 // Successful match a in API_Match() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 1469 * h->dev[] to match the mid layer's view. in fixup_botched_add() 1541 /* Find needle in haystack. If exact match found, return DEVICE_SAME, 3113 bool match = false; in hpsa_cmd_dev_match() local 3123 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, in hpsa_cmd_dev_match() 3130 /* HBA mode match */ in hpsa_cmd_dev_match() 3131 match = true; in hpsa_cmd_dev_match() 3137 for (i = 0; i < dev->nphysical_disks && !match; i++) { in hpsa_cmd_dev_match() 3140 * match = dev->phys_disk[i]->ioaccel_handle in hpsa_cmd_dev_match() 3142 match = dev->phys_disk[i] == c->phys_disk; in hpsa_cmd_dev_match() 3148 for (i = 0; i < dev->nphysical_disks && !match; in hpsa_cmd_dev_match() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 1475 * h->dev[] to match the mid layer's view. in fixup_botched_add() 1547 /* Find needle in haystack. If exact match found, return DEVICE_SAME, 3117 bool match = false; in hpsa_cmd_dev_match() local 3127 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, in hpsa_cmd_dev_match() 3134 /* HBA mode match */ in hpsa_cmd_dev_match() 3135 match = true; in hpsa_cmd_dev_match() 3141 for (i = 0; i < dev->nphysical_disks && !match; i++) { in hpsa_cmd_dev_match() 3144 * match = dev->phys_disk[i]->ioaccel_handle in hpsa_cmd_dev_match() 3146 match = dev->phys_disk[i] == c->phys_disk; in hpsa_cmd_dev_match() 3152 for (i = 0; i < dev->nphysical_disks && !match; in hpsa_cmd_dev_match() [all...] |
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 3347 int32_t WifiRegisterActionFrameReceiver(const char *ifName, const uint8_t *match, uint32_t matchLen) in WifiRegisterActionFrameReceiver() argument 3352 if (ifName == NULL || match == NULL || matchLen == 0) { in WifiRegisterActionFrameReceiver() 3375 if (nla_put(msg, NL80211_ATTR_FRAME_MATCH, matchLen, match) != RET_CODE_SUCCESS) { in WifiRegisterActionFrameReceiver()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 1789 /* Didn't match, but we're expecting a clk_hw */ in clk_fetch_parent_index() 3019 /* true if clk->core pointers match. Avoid dereferencing garbage */ in clk_is_match() 5127 const struct of_device_id *match; in of_clk_init() local 5138 for_each_matching_node_and_match(np, matches, &match) { in of_clk_init() 5156 parent->clk_init_cb = match->data; in of_clk_init()
|