OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMatch
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/test/mjsunit/
string-match.js
33
function
testMatch
(name, input, regexp, result, captures, from, to) {
93
testMatch
("Nonglobal", stringSample, re_nog,
100
testMatch
("Nonglobal-ignore-lastIndex", stringSample, re_nog,
108
testMatch
("Capture-Nonglobal", stringSample3, re_multicap,
116
testMatch
("Global", stringSample2, re,
121
testMatch
("Global-ignore-lastIndex", stringSample2, re,
129
testMatch
("Capture-Global", stringSample, re_cap,
138
testMatch
("Atom", stringSample, re_atom,
147
testMatch
("Global-Atom", stringSample, re_atomg,
/external/v8/test/mjsunit/
string-match.js
33
function
testMatch
(name, input, regexp, result, captures, from, to) {
93
testMatch
("Nonglobal", stringSample, re_nog,
100
testMatch
("Nonglobal-ignore-lastIndex", stringSample, re_nog,
108
testMatch
("Capture-Nonglobal", stringSample3, re_multicap,
116
testMatch
("Global", stringSample2, re,
121
testMatch
("Global-ignore-lastIndex", stringSample2, re,
129
testMatch
("Capture-Global", stringSample, re_cap,
138
testMatch
("Atom", stringSample, re_atom,
147
testMatch
("Global-Atom", stringSample, re_atomg,
/cts/tests/tests/content/src/android/content/cts/
IntentFilter_AuthorityEntryTest.java
54
public void
testMatch
() {
UriMatcherTest.java
52
public void
testMatch
() {
/cts/tests/tests/os/src/android/os/cts/
PatternMatcherTest.java
115
public void
testMatch
() {
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java
543
public void
testMatch
() {
X509CertSelectorTest.java
[
all
...]
/external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp
41
int
testMatch
(const char *aName) {
191
if(testName!=NULL &&
testMatch
(tn)) return; // skipped.
Completed in 183 milliseconds