Searched refs:match (Results 1 - 25 of 1792) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-181422.js28 assertArrayEquals(["\u00a0"], "ab\u00a0cd".match(/\s/));
29 assertArrayEquals(["a", "b", "c", "d"], "ab\u00a0cd".match(/\S/g));
31 assertArrayEquals(["\u00a0"], "\u2604b\u00a0cd".match(/\s/));
32 assertArrayEquals(["\u2604", "b", "c", "d"], "\u2604b\u00a0cd".match(/\S/g));
H A Dregress-126412.js28 "".match(/(A{9999999999}B|C*)*D/);
29 "C".match(/(A{9999999999}B|C*)*D/);
30 "".match(/(A{9999999999}B|C*)*/ );
31 "C".match(/(A{9999999999}B|C*)*/ );
32 "".match(/(9u|(2\`shj{2147483649,}\r|3|f|y|3*)+8\B)\W93+/);
33 "9u8 ".match(/(9u|(2\`shj{2147483649,}\r|3|f|y|3*)+8\B)\W93+/);
H A Dregress-187.js30 assertEquals(["f", undefined], "foo".match(/(?:(?=(f)o)fx|)./));
H A Dregress-176.js31 "foo".match(/(?:(?=(f)o))?f/),
32 "zero length match in (?:) with capture in lookahead");
34 "foo".match(/(?=(f)o)?f/),
35 "zero length match in (?=) with capture in lookahead");
37 "foo".match(/(?:(?=(f)o)f)?o/),
38 "non-zero length match with capture in lookahead");
40 "foo".match(/(?:(?=(f)o)f?)?o/),
41 "non-zero length match with greedy ? in (?:)");
43 "foo".match(/(?:(?=(f)o)f??)?o/),
44 "non-zero length match wit
[all...]
H A Dregress-2058.js31 // A match after a replace with a function argument needs to reset
33 // to indicate the last match.
35 "foo bar".match(/( )/);
H A Dregress-399.js31 var year = Number(String(date).match(/.*(200\d)/)[1]);
H A Dregress-851.js31 assertNull(JSON.stringify({x: null}).match(/\0/));
H A Dregress-crbug-178790.js35 "test".match(RegExp(r1));
41 "test".match(RegExp(r2));
51 "test".match(RegExp(r3));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Durls.py66 match = re.search(bug_url_short, string)
67 if match:
68 return int(match.group('bug_id'))
69 match = re.search(bug_url_long, string)
70 if match:
71 return int(match.group('bug_id'))
78 match = re.search(attachment_url, string)
79 if match:
80 return int(match.group('attachment_id'))
81 match
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-187.js30 assertEquals(["f", undefined], "foo".match(/(?:(?=(f)o)fx|)./));
H A Dregress-176.js31 "foo".match(/(?:(?=(f)o))?f/),
32 "zero length match in (?:) with capture in lookahead");
34 "foo".match(/(?=(f)o)?f/),
35 "zero length match in (?=) with capture in lookahead");
37 "foo".match(/(?:(?=(f)o)f)?o/),
38 "non-zero length match with capture in lookahead");
40 "foo".match(/(?:(?=(f)o)f?)?o/),
41 "non-zero length match with greedy ? in (?:)");
43 "foo".match(/(?:(?=(f)o)f??)?o/),
44 "non-zero length match wit
[all...]
H A Dregress-399.js31 var year = Number(String(date).match(/.*(200\d)/)[1]);
H A Dregress-851.js31 assertNull(JSON.stringify({x: null}).match(/\0/));
/external/nist-sip/java/gov/nist/core/
H A DMatch.java39 /** Return true if a match occurs for searchString.
40 * This is used for pattern matching in the find and replace and match
45 public boolean match(String searchString); method in interface:Match
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DSelector.java6 boolean match(Object obj); method in interface:Selector
/external/chromium_org/v8/test/mjsunit/
H A Dfunction-caller.js28 function f(match) {
29 g(match);
32 function g(match) {
34 assertEquals(match, f.caller);
H A Dwith-function-expression.js36 var res = assertTrue(eval(source).match(regexp) == 'function');
/external/chromium_org/v8/test/webkit/fast/js/
H A Dregexp-lastindex.js30 var match; variable
31 shouldBe('while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate', '"abcdefg; "');
35 shouldBe('while (match = re.exec("123456789")) accumulate += match + "; "; accumulate', '"1; 2; 3; 4; 5; 6; 7; 8; 9; "');
/external/v8/test/mjsunit/
H A Dfunction-caller.js28 function f(match) {
29 g(match);
32 function g(match) {
34 assertEquals(match, f.caller);
H A Dwith-function-expression.js36 var res = assertTrue(eval(source).match(regexp) == 'function');
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DSearchSymbol.cpp18 match = false;
30 match = true;
36 return match;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcoffeescript.js65 if (stream.match("####")) {
71 if (stream.match("###")) {
83 if (stream.match(/^-?[0-9\.]/, false)) {
86 if (stream.match(/^-?\d*\.\d+(e[\+\-]?\d+)?/i)) {
89 if (stream.match(/^-?\d+\.\d*/)) {
92 if (stream.match(/^-?\.\d+/)) {
106 if (stream.match(/^-?0x[0-9a-f]+/i)) {
110 if (stream.match(/^-?[1-9]\d*(e[\+\-]?\d+)?/)) {
114 if (stream.match(/^-?0(?![\dx])/i)) {
123 if (stream.match(stringPrefixe
[all...]
H A Dpython.js85 if (stream.match(/^[0-9\.]/, false)) {
88 if (stream.match(/^\d*\.\d+(e[\+\-]?\d+)?/i)) { floatLiteral = true; }
89 if (stream.match(/^\d+\.\d*/)) { floatLiteral = true; }
90 if (stream.match(/^\.\d+/)) { floatLiteral = true; }
99 if (stream.match(/^0x[0-9a-f]+/i)) { intLiteral = true; }
101 if (stream.match(/^0b[01]+/i)) { intLiteral = true; }
103 if (stream.match(/^0o[0-7]+/i)) { intLiteral = true; }
105 if (stream.match(/^[1-9]\d*(e[\+\-]?\d+)?/)) {
112 if (stream.match(/^0(?![\dx])/i)) { intLiteral = true; }
121 if (stream.match(stringPrefixe
[all...]
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c74 Dwarf_Line **match = *nsrcs == 0 ? NULL : *srcsp; local
95 no match is performed. */
121 /* See whether line and possibly column match. */
125 /* Cannot match. */
128 /* Determine whether this is the best match so far. */
131 if (match[inner]->files == line->files
132 && match[inner]->file == line->file)
135 && (match[inner]->line != line->line
136 || match[inner]->line != lineno
138 && (match[inne
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsource_filter_parser.js73 var match = /^sort:(.*)$/.exec(filterElement);
74 if (!match)
76 return { method: match[1], backwards: backwards };
84 var match = /^is:(.*)$/.exec(filterElement);
85 if (!match)
87 if (match[1] == 'active') {
90 if (match[1] == 'error') {
102 var match = RegExp('^([^:]*):(.*)$').exec(filterElement);
103 if (!match)
107 var parameters = match[
[all...]

Completed in 1794 milliseconds

1234567891011>>