OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match
(Results
76 - 100
of
10247
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST64.g
5
a : ID -> ID? ; //
match
an ID to optional ID
/external/clang/test/Preprocessor/
directive-invalid.c
6
// expected-note {{to
match
this '('}}
/external/clang/test/Sema/
recover-goto.c
3
void a() { // expected-note {{to
match
this '{'}}
block-explicit-noreturn-type.c
11
return (double)2.0; // expected-error {{return type 'double' must
match
previous return type 'float' when block literal has}}
13
return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must
match
previous return type 'float' when}}
/external/icu4c/i18n/
csrsbcs.h
56
virtual UBool
match
(InputText *det, CharsetMatch *results) const = 0;
65
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
73
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
124
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
134
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
144
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
156
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
166
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
176
virtual UBool
match
(InputText *det, CharsetMatch *results) const;
188
virtual UBool
match
(InputText *det, CharsetMatch *results) const
[
all
...]
/external/iptables/include/linux/netfilter/
xt_owner.h
15
__u8
match
, invert;
member in struct:xt_owner_match_info
/external/llvm/test/FileCheck/
two-checks-for-same-match.txt
1
// Check that two distinct CHECK lines won't
match
the same string
/external/mockito/src/org/mockito/internal/util/
Decamelizer.java
30
Matcher
match
= CAPS.matcher(className);
local
32
while(
match
.find()) {
34
deCameled.append(
match
.group());
37
deCameled.append(
match
.group().toLowerCase());
/external/skia/gm/tests/outputs/aaclip-readback/output-expected/
command_line
1
out/Debug/gm --
match
simpleaaclip_path --config 8888 --config 565 -r gm/tests/tempfiles/aaclip-images --writeJsonSummary gm/tests/outputs/aaclip-readback/output-actual/json-summary.txt
/external/skia/gm/tests/outputs/aaclip-write/output-expected/
command_line
1
out/Debug/gm --
match
simpleaaclip_path --config 8888 --config 565 -w gm/tests/tempfiles/aaclip-images --writeJsonSummary gm/tests/outputs/aaclip-write/output-actual/json-summary.txt
/external/skia/gm/tests/outputs/no-readpath/output-expected/
command_line
1
out/Debug/gm --hierarchy --
match
dashing2 --config 8888 --config 565 --writeJsonSummary gm/tests/outputs/no-readpath/output-actual/json-summary.txt
/external/skia/tools/tests/skdiff/identical-bits/output-expected/
command_line
1
out/Debug/skdiff --nodiffs --
match
identical-bits tools/tests/skdiff/baseDir tools/tests/skdiff/comparisonDir tools/tests/skdiff/identical-bits/output-actual
/external/valgrind/main/memcheck/tests/
supp_unknown.supp
1
# This contains a
match
against a "???" entry
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-002.js
2
* File Name: String/
match
-002.js
11
* String.
match
( regexp )
20
* RegExp.prototype.exec repeatedly until there is no
match
. If there is a
21
*
match
with an empty string (in other words, if the value of
27
* Note that the
match
function is intentionally generic; it does not
36
var SECTION = "String/
match
-002.js";
38
var TITLE = "String.prototype.
match
( regexp )";
105
string + ".
match
(" + regexp +")",
107
string.
match
(regexp) );
113
"( " + string + " ).
match
(" + str_regexp +").length"
[
all
...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_dollar_number.js
42
// 'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$1
43
'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/);
44
testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$1",
47
// 'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$2
48
testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$2",
51
// 'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$3
52
testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$3",
55
// 'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$4
56
testcases[count++] = new TestCase ( SECTION, "'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$4",
59
// 'abcdefghi'.
match
(/(a(b(c(d(e)f)g)h)i)/); RegExp.$
[
all
...]
flags.js
42
testcases[count++] = new TestCase ( SECTION, "'aBCdEfGHijKLmno'.
match
(/fghijk/i)",
43
String(["fGHijK"]), String('aBCdEfGHijKLmno'.
match
(/fghijk/i)));
45
testcases[count++] = new TestCase ( SECTION, "'aBCdEfGHijKLmno'.
match
(new RegExp('fghijk','i'))",
46
String(["fGHijK"]), String('aBCdEfGHijKLmno'.
match
(new RegExp("fghijk","i"))));
49
testcases[count++] = new TestCase ( SECTION, "'xa xb xc xd xe xf'.
match
(/x./g)",
50
String(["xa","xb","xc","xd","xe","xf"]), String('xa xb xc xd xe xf'.
match
(/x./g)));
52
testcases[count++] = new TestCase ( SECTION, "'xa xb xc xd xe xf'.
match
(new RegExp('x.','g'))",
53
String(["xa","xb","xc","xd","xe","xf"]), String('xa xb xc xd xe xf'.
match
(new RegExp('x.','g'))));
56
testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.
match
(/x./gi)",
57
String(["xa","Xb","xc","xd","Xe","xf"]), String('xa Xb xc xd Xe xf'.
match
(/x./gi)))
[
all
...]
hexadecimal.js
47
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
48
String(["ABCDEFGHIJKLMNOPQRSTUVWXYZ"]), String(testString.
match
(new RegExp(testPattern))));
55
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
56
String(["abcdefghijklmnopqrstuvwxyz"]), String(testString.
match
(new RegExp(testPattern))));
63
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
64
String([" !\"#$%&'()*+,-./0123"]), String(testString.
match
(new RegExp(testPattern))));
71
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
72
String(["456789:;<=>?@"]), String(testString.
match
(new RegExp(testPattern))));
79
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
80
String(["{|}~"]), String(testString.
match
(new RegExp(testPattern))))
[
all
...]
octal.js
47
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
48
String(["ABCDEFGHIJKLMNOPQRSTUVWXYZ"]), String(testString.
match
(new RegExp(testPattern))));
55
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
56
String(["abcdefghijklmnopqrstuvwxyz"]), String(testString.
match
(new RegExp(testPattern))));
63
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
64
String([" !\"#$%&'()*+,-./0123"]), String(testString.
match
(new RegExp(testPattern))));
71
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
72
String(["456789:;<=>?@"]), String(testString.
match
(new RegExp(testPattern))));
79
"'" + testString + "'.
match
(new RegExp('" + testPattern + "'))",
80
String(["{|}~"]), String(testString.
match
(new RegExp(testPattern))))
[
all
...]
whitespace.js
46
"'" + whitespace + "'.
match
(new RegExp('\\s+'))",
47
String([whitespace]), String(whitespace.
match
(new RegExp('\\s+'))));
51
"'" + non_whitespace + "'.
match
(new RegExp('\\S+'))",
52
String([non_whitespace]), String(non_whitespace.
match
(new RegExp('\\S+'))));
56
"'" + non_whitespace + "'.
match
(new RegExp('\\s'))",
57
null, non_whitespace.
match
(new RegExp('\\s')));
61
"'" + whitespace + "'.
match
(new RegExp('\\S'))",
62
null, whitespace.
match
(new RegExp('\\S')));
68
"'" + s + "'.
match
(new RegExp('\\s+'))",
69
String([whitespace]), String(s.
match
(new RegExp('\\s+'))))
[
all
...]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
mozilla
34
If-
Match
35
If-
Match
-Any
37
If-None-
Match
38
If-None-
Match
-Any
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js
10
// The regular expression produced a
match
, so notify the background page.
13
// No
match
was found.
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
match.js
23
Filename:
match
.js
24
Description: 'This tests the new String object method:
match
'
33
var TITLE = 'String:
match
';
35
writeHeaderToLog('Executing script:
match
.js');
44
testcases[count++] = new TestCase( SECTION, "aString.
match
(/is.*test/) ", String(["is is a test"]), String(aString.
match
(/is.*test/)));
45
testcases[count++] = new TestCase( SECTION, "aString.
match
(/s.*s/) ", String(["s is a test s"]), String(aString.
match
(/s.*s/)));
/frameworks/compile/libbcc/tools/build/
gen-config-from-mk.py
36
if conf_patt.
match
(line.strip()):
42
if split_patt.
match
(line.strip()):
48
match
= var_patt.
match
(line.strip())
49
if
match
:
50
print '#define',
match
.group(1),
match
.group(2)
52
elif split_patt.
match
(line.strip()):
/external/iptables/extensions/
libxt_policy.c
26
"policy
match
options:\n"
27
" --dir in|out
match
policy applied during decapsulation/\n"
29
" --pol none|ipsec
match
policy\n"
30
" --strict
match
entire policy instead of single element\n"
33
"[!] --reqid reqid
match
reqid\n"
34
"[!] --spi spi
match
SPI\n"
35
"[!] --proto proto
match
protocol (ah/esp/ipcomp)\n"
36
"[!] --mode mode
match
mode (transport/tunnel)\n"
37
"[!] --tunnel-src addr/mask
match
tunnel source\n"
38
"[!] --tunnel-dst addr/mask
match
tunnel destination\n
[
all
...]
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java
450
* Tests if any certificates
match
in the case of null criteria,
451
* if [not]proper certificates [do not]
match
459
assertTrue("Any certificates should
match
in the case of null "
461
selector.
match
(cert_1) && selector.
match
(cert_2));
463
assertTrue("The certificate should
match
the selection criteria.",
464
selector.
match
(cert_1));
465
assertFalse("The certificate should not
match
the selection criteria.",
466
selector.
match
(cert_2));
468
assertTrue("The certificate should
match
the selection criteria."
[
all
...]
Completed in 654 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>