Home
last modified time | relevance | path

Searched refs:match (Results 726 - 750 of 2188) sorted by relevance

1...<<21222324252627282930>>...88

/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2016Plus.js17 const testRegExpMatchArrayGroups = "2019-04-30".match(/(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})/g).groups;
64 var testRegExpMatchArrayGroups = "2019-04-30".match(/(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})/g).groups;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dupnp_xml.c192 const char *match = item; in xml_get_first_item() local
206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dupnp_xml.c192 const char *match = item; in xml_get_first_item() local
206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
/third_party/jerryscript/tests/jerry/es5.1/
H A Dregression-test-issue-787.js17 String.prototype.match(String.prototype);
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_preorder.py6 def match(self, node): return False member in FixPreorder
H A Dfix_first.py6 def match(self, node): return False member in FixFirst
H A Dfix_last.py7 def match(self, node): return False member in FixLast
H A Dfix_explicit.py6 def match(self): return False member in FixExplicit
/third_party/ffmpeg/libavfilter/
H A Dvf_idet.c121 int match = 0; in filter() local
172 match++; in filter()
174 match=0; in filter()
180 if(match ) idet->last_type = best_type; in filter()
182 if(match>2) idet->last_type = best_type; in filter()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java333 Matcher match = (isPattern ? QUOTED_TEXT : NUMERIC_PLACEHOLDER).matcher(text); in createMessage()
338 for (; match.find(); start = match.end()) { in createMessage()
339 out.addFragment(text.substring(start, match.start()), !isPattern); in createMessage()
340 out.addFragment(match.group(), isPattern); in createMessage()
/third_party/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp199 // No match if there are too many characters that don't fit the encoding scheme. in match_mbcs()
269 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() function in CharsetRecog_sjis
369 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_jp
391 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_kr
443 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_big5
519 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_gb_18030
/third_party/libwebsockets/lib/core-net/client/
H A Dsort-dns.c113 int n = 0, match = 0; in lws_ipv6_prefix_match_len() local
117 match += 8; in lws_ipv6_prefix_match_len()
122 if (match != 128) { in lws_ipv6_prefix_match_len()
127 match++; in lws_ipv6_prefix_match_len()
133 return match; in lws_ipv6_prefix_match_len()
/third_party/ltp/scripts/
H A Dcheckbashisms.pl243 # Don't match lines that look like a rule if we're in a
278 my $match = '';
337 # Determine which one would match first:
396 $match = $1;
414 $match = $1;
445 # can match "foo <<-?'xyz'" as a heredoc later
463 $match = $1;
478 $match = $1;
503 # last match in a variable, as s/// resets it back
508 # position += length of match
[all...]
/third_party/node/lib/internal/test_runner/
H A Dcoverage.js139 const match = RegExpPrototypeExec(kIgnoreRegex, line);
141 if (match !== null) {
142 ignoreCount = NumberParseInt(match.groups?.count ?? 1, 10);
148 const match = RegExpPrototypeExec(kStatusRegex, line);
149 const status = match?.groups?.status;
/third_party/node/deps/v8/tools/
H A Dlocs.py212 if (self.regexp.match(unit.file)):
271 if group.regexp.match(filename):
329 cmd = self.cmd_pattern.match(compilation_unit['command'])
363 match = re.search(r"#deps (\d+)", line)
364 deps_number = match.group(1)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py211 match = _punctuation_re.match(word)
212 if match:
213 lead, middle, trail = match.groups()
231 not ':' in middle and _simple_email_re.match(middle):
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrmbcs.cpp199 // No match if there are too many characters that don't fit the encoding scheme. in match_mbcs()
269 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() function in CharsetRecog_sjis
369 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_jp
391 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_kr
443 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_big5
519 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_gb_18030
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js266 if (arg.match(/^-{2,}$/)) {
357 } else if (!la.match(/^-{2,}[^-]/) &&
363 } else if (!la.match(/^-[^-]/) && hasTypeDef(argType, StringType)) {
382 } else if (la.match(/^-{1,2}[^-]+/)) {
388 if (la && la.match(/^-{2,}$/)) {
430 // not a match to some other abbrev.
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_android_bp.py111 match = re.match(target_regex, target)
112 assert match is not None
114 gn_file_path = match.group(1)
115 target_name = match.group(2)
292 # Override AOSP build flags to match ANGLE's CQ testing and reduce binary size
/third_party/skia/src/core/
H A DSkGlyph.cpp302 const SkGlyph::Intercept* match = in ensureIntercepts() local
317 if (match) { in ensureIntercepts()
318 if (match->fInterval[0] < match->fInterval[1]) { in ensureIntercepts()
319 offsetResults(match, array, count); in ensureIntercepts()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp202 // No match if there are too many characters that don't fit the encoding scheme. in match_mbcs()
272 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() function in CharsetRecog_sjis
372 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_jp
394 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_kr
446 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_big5
522 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_gb_18030
/third_party/skia/tools/skpbench/
H A Dskpbench.py202 match = BenchResult.match(line.rstrip())
203 if match and match.bench == 'warmup':
246 result = BenchResult.match(message.value)
/third_party/node/
H A Dconfigure.py984 match = re.search(regexp, to_utf8(proc.communicate()[1]))
986 return match.group(2) if match else '0.0'
1000 match = re.match(r"NASM version ([2-9]\.[0-9][0-9]+)",
1003 return match.group(1) if match else '0.0'
1032 match = re.match(r"GNU assembler version ([2-9]\.[0-9]+)", gas_ret)
1034 if match
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc327 ZoneList<CharacterRange>* match, RegExpNode* on_success, in NegativeLookaroundAgainstReadDirectionAndMatch()
331 zone, match, read_backward, on_success); in NegativeLookaroundAgainstReadDirectionAndMatch()
342 RegExpCompiler* compiler, ZoneList<CharacterRange>* match, in MatchAndNegativeLookaroundInReadDirection()
353 zone, match, read_backward, lookaround.ForMatch(negative_match)); in MatchAndNegativeLookaroundInReadDirection()
367 RegExpNode* match; in AddLoneLeadSurrogates() local
370 // surrogate, and then backward match the lead surrogate. in AddLoneLeadSurrogates()
371 match = NegativeLookaroundAgainstReadDirectionAndMatch( in AddLoneLeadSurrogates()
374 // Reading forward. Forward match the lead surrogate and assert that in AddLoneLeadSurrogates()
376 match = MatchAndNegativeLookaroundInReadDirection( in AddLoneLeadSurrogates()
379 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
325 NegativeLookaroundAgainstReadDirectionAndMatch( RegExpCompiler* compiler, ZoneList<CharacterRange>* lookbehind, ZoneList<CharacterRange>* match, RegExpNode* on_success, bool read_backward) NegativeLookaroundAgainstReadDirectionAndMatch() argument
341 MatchAndNegativeLookaroundInReadDirection( RegExpCompiler* compiler, ZoneList<CharacterRange>* match, ZoneList<CharacterRange>* lookahead, RegExpNode* on_success, bool read_backward) MatchAndNegativeLookaroundInReadDirection() argument
393 RegExpNode* match; AddLoneTrailSurrogates() local
988 ForMatch(RegExpNode* match) RationalizeConsecutiveAtoms() argument
1022 RegExpNode* match = body_->ToNode(compiler, builder.on_match_success()); RationalizeConsecutiveAtoms() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecognizer.java21 * state pertaining to a specific match or detect operation.
42 * Test the match of this charset with the input text data
47 * @return A CharsetMatch object containing details of match
48 * with this charset, or null if there was no match.
50 abstract CharsetMatch match(CharsetDetector det); in match() method in CharsetRecognizer

Completed in 17 milliseconds

1...<<21222324252627282930>>...88