Home
last modified time | relevance | path

Searched refs:match (Results 2401 - 2425 of 4040) sorted by relevance

1...<<919293949596979899100>>...162

/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js326 const matched = rawSpec.match(/^git\+ssh:\/\/([^:#]+:[^#]+(?:\.git)?)(?:#(.*))?$/i)
327 if (matched && !matched[1].match(/:[0-9]+\/?.*$/i)) {
/third_party/node/deps/npm/test/lib/commands/
H A Dfund.js512 t.match(joinedOutput(), 'not a valid index')
538 t.match(
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_lib.c113 * or when the provider and the name ID match. The latter case handles the in evp_keymgmt_util_export_to_provider()
388 * The key types are determined to match, so we try cross export, in evp_keymgmt_util_match()
392 && keymgmt2->match != NULL) { in evp_keymgmt_util_match()
413 && keymgmt1->match != NULL) { in evp_keymgmt_util_match()
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js45 async match (request, options = {}) {
47 webidl.argumentLengthCheck(arguments, 1, { header: 'Cache.match' })
598 message: 'operation type does not match "delete" or "put"'
793 match: kEnumerableProperty,
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js218 const m = val.toString().match(KEEPALIVE_TIMEOUT_EXPR)
473 const m = range ? range.match(/^bytes (\d+)-(\d+)\/(\d+)?$/) : null
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java94 // IMPORTANT: This test tests that the expected bytes (rather than the compiled bytes) match the
125 Result result = matcher.match(new Sequence(s)); in testExpectedMatch()
136 Result result = matcher.match(new Sequence(s)); in testExpectedFailure()
/third_party/openssl/crypto/evp/
H A Dkeymgmt_lib.c113 * or when the provider and the name ID match. The latter case handles the in evp_keymgmt_util_export_to_provider()
388 * The key types are determined to match, so we try cross export, in evp_keymgmt_util_match()
392 && keymgmt2->match != NULL) { in evp_keymgmt_util_match()
413 && keymgmt1->match != NULL) { in evp_keymgmt_util_match()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.cpp275 matcher->match(segment, result, status); in parseGreedy()
280 // Greedy heuristic: accept the match and loop back in parseGreedy()
284 // Matcher did not match: try the next one in parseGreedy()
325 bool maybeMore = matcher->match(segment, candidate, status); in parseLongestRecursive()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dstatic_dict.c28 uint32_t match = (uint32_t)((distance << 5) + len_code); in AddMatch() local
29 matches[len] = BROTLI_MIN(uint32_t, matches[len], match); in AddMatch()
/third_party/python/Lib/
H A Dwarnings.py136 'message' -- a regex that the warning message must match
138 'module' -- a regex that the module name must match
353 if ((msg is None or msg.match(text)) and
355 (mod is None or mod.match(module)) and
543 # - a compiled regex that must match the warning message
545 # - a compiled regex that must match the module that is being warned
547 # If either if the compiled regexs are None, match anything.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp501 return match(V, m_Add(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
503 return match(V, m_Mul(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py327 keep = pattern.match(caseName)
350 discard = pattern.match(caseName)
/third_party/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c369 log_err("Error with the initialization of match start and length\n"); in assertEqualWithUStringSearch()
381 log_err("Error next match found at idx %d (len:%d); expected %d (len:%d)\n", in assertEqualWithUStringSearch()
405 log_err("Error next match found at %d (len:%d); expected <NO MATCH>\n", in assertEqualWithUStringSearch()
423 log_err("Error previous match found at %d (len:%d); expected %d (len:%d)\n", in assertEqualWithUStringSearch()
447 log_err("Error previous match found at %d (len:%d); expected <NO MATCH>\n", in assertEqualWithUStringSearch()
470 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n", in assertEqualWithUStringSearch()
488 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", in assertEqualWithUStringSearch()
506 count = -1; /* last non-negative offset index, could be -1 if no match */ in assertEqualWithUStringSearch()
521 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n", in assertEqualWithUStringSearch()
540 log_err("Error preceding match startin in assertEqualWithUStringSearch()
2838 int32_t match = 0; TestPCEBuffer_with() local
2924 int32_t match = usearch_first(usearch, &errorCode); TestUInt16Overflow() local
2978 int32_t match = 0; TestMatchFollowedByIgnorables() local
[all...]
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp294 // Helper functions that match ids between src and dst
303 match);
304 // Helper functions that match id-less instructions between src and dst.
315 // Helper functions that match debug and annotation instructions of already
332 // attempt to match ids between src and dst only when said property is
353 // Ids corresponding to A and D cannot match based on this property.
414 // Helper functions that determine if two instructions match
700 match) {
716 if (match(src_inst, dst_inst)) {
723 // Find a match fo
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java112 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
113 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
124 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
125 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
297 * match fails because it ends in the middle of an expansion...
331 * match fails because it ends in the middle of an expansion...
346 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
432 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
512 /* testing tightest match */
679 errln("Error with the initialization of match star in assertEqualWithStringSearch()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java115 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
116 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
127 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
128 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
300 * match fails because it ends in the middle of an expansion...
334 * match fails because it ends in the middle of an expansion...
349 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
435 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
515 /* testing tightest match */
682 errln("Error with the initialization of match star in assertEqualWithStringSearch()
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo-compiled.js505 function tc(a,b,c,d,f,e){if(0==b.length)return 0;b=new z(b);var g;null!=c&&(g=q(c,11));null==g&&(g="NonMatch");var h=b.toString();if(0==h.length)g=20;else if(nb.test(h))h=h.replace(nb,""),A(b),b.g(Eb(h)),g=1;else{h=new RegExp(g);Fb(b);g=b.toString();if(0==g.search(h)){h=g.match(h)[0].length;var m=g.substring(h).match(ob);m&&null!=m[1]&&0<m[1].length&&"0"==L(m[1],ib)?g=!1:(A(b),b.g(g.substring(h)),g=!0)}else g=!1;g=g?5:20}f&&t(e,6,g);if(20!=g){if(2>=b.h.length)throw Error("Phone number too short after IDD");
510 e=new H;d&&t(e,5,b);a:{b=f.toString();g=b.search(wb);if(0<=g&&Db(b.substring(0,g))){h=b.match(wb);for(var m=h.length,p=1;p<m;++p)if(null!=h[p]&&0<h[p].length){A(f);f.g(b.substring(0,g));b=h[p];break a}}b=""}0<b.length&&t(e,3,b);g=Q(a,c);b=new z;h=0;m=f.toString();try{h=tc(a,m,g,b,d,e)}catch(r){if("Invalid country calling code"==r.message&&nb.test(m)){if(m=m.replace(nb,""),h=tc(a,m,g,b,d,e),0==h)throw r;}else throw r;}0!=h?(f=P(h),f!=c&&(g=O(a,h,f))):(Fb(f),b.g(f.toString()),null!=c?(h=v(g,10),t(e,
512 1!=a&&t(e,8,a)}t(e,2,parseInt(d,10));return e}function wc(a,b){a=Q(a,mc(a,b));if(null==a)return!0;b=N(b);return!R(b,q(a,24))}function K(a,b){return(a="string"==typeof a?b.match("^(?:"+a+")$"):b.match(a))&&a[0].length==b.length?!0:!1};function xc(a){this.fa=/\u2008/;this.ma="";this.v=new z;this.da="";this.s=new z;this.ba=new z;this.u=!0;this.ea=this.ca=this.oa=!1;this.ga=hb.ja();this.$=0;this.h=new z;this.ha=!1;this.o="";this.g=new z;this.j=[];this.na=a;this.l=yc(this,this.na)}var zc=new F;t(zc,11,"NA");
514 function Cc(a){for(var b=a.j.length,c=0;c<b;++c){var d=a.j[c],f=v(d,1);if(a.da==f)return!1;var e=a;var g=d,h=v(g,1);A(e.v);var m=e;g=v(g,2);var p="999999999999999".match(h)[0];p.length<m.g.h.length?m="":(m=p.replace(new RegExp(h,"g"),g),m=m.replace(/9/g,"\u2008"));0<m.length?(e.v.g(m),e=!0):e=!1;if(e)return a.da=f,a.ha=Bc.test(q(d,4)),a.$=0,!0}return a.u=!1}
520 function Ic(a){var b=a.g.toString(),c=0;if(1!=q(a.l,10))var d=!1;else d=a.g.toString(),d="1"==d.charAt(0)&&"0"!=d.charAt(1)&&"1"!=d.charAt(1);d?(c=1,a.h.g("1").g(" "),a.ca=!0):n(a.l,15)&&(d=new RegExp("^(?:"+q(a.l,15)+")"),d=b.match(d),null!=d&&null!=d[0]&&0<d[0].length&&(a.ca=!0,c=d[0].length,a.h.g(b.substring(0,c))));A(a.g);a.g.g(b.substring(c));return b.substring(0,c)}
521 function Fc(a){var b=a.ba.toString(),c=new RegExp("^(?:\\+|"+q(a.l,11)+")");c=b.match(c);return null!=c&&null!=c[0]&&0<c[0].length?(a.ca=!0,c=c[0].length,A(a.g),a.g.g(b.substring(c)),A(a.h),a.h.g(b.substring(0,c)),"+"!=b.charAt(0)&&a.h.g(" "),!0):!1}function Gc(a){if(0==a.g.h.length)return!1;var b=new z,c=sc(a.g,b);if(0==c)return!1;A(a.g);a.g.g(b.toString());b=P(c);"001"==b?a.l=Q(a.ga,""+c):b!=a.na&&(a.l=yc(a,b));a.h.g(""+c).g(" ");a.o="";return!0}
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py512 result1 = re.match(pattern, message)
750 match_result = re.match("^TestSource_.+_.+_(\\d+)$", d_unique_id)
851 if re.match(r'^\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}', version_list[i]):
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c227 regmatch_t match[1]; in rval_lookup_main() local
276 if (regexec(&re, s, ARRAY_SIZE(match), match, 0) == 0) { in rval_lookup_main()
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp286 // The default locale does not match any of the supported locales. in testUnsupportedDefault()
362 // arz is a close one-way match to ar, and the region matches. in testDirection()
372 // nb is a less close two-way match to nn, and the regions differ. in testDirection()
396 // Allow a script difference to still match. in testMaxDistanceAndIsMatch()
421 assertEquals("exact match", 1.0, matcher.internalMatch(en_CA, en_CA, errorCode)); in testMatch()
425 double match = matcher.internalMatch(ar_MK, en_CA, errorCode); in testMatch() local
426 assertTrue("mismatch: 0<=match<0.2", 0 <= match && match < 0.2); in testMatch()
440 assertTrue("zh should not match und_T in testMatch()
[all...]
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtodg.c502 if (match(&s,"nf")) {
504 if (!match(&s,"inity"))
512 if (match(&s, "an")) {
H A Dstrtod.c304 if (match(&s,"nf")) {
306 if (!match(&s,"inity"))
315 if (match(&s, "an")) {
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py465 m = cls.RSA_OAEP_RE.match(alg.string)
477 m = cls.BRAINPOOL_RE.match(key_type.string)
776 if re.match(pattern, keyword):
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py515 if re.match(r'\s*\(TOTALS\)', data[5]):
543 m = re.match(r'\w+' + self.mod_total_suffix, line)
763 if re.match(r'size', self.size_common_info.measure_cmd.strip()):
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py116 m = _TYPE_SPLIT_RE.match(type_)
121 m = _TYPE_SPLIT_RE.match(type_)
138 m = _TYPE_SPLIT_RE.match(type_)
212 # The values returned for constant folding match the behavior required by
1353 # can't be generated from HLSL, we want to match what would be coming from DXC.

Completed in 38 milliseconds

1...<<919293949596979899100>>...162