Searched refs:testMatch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { function
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/
H A Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { function
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/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CRLSelectorTest.java543 public void testMatch() { method in class:X509CRLSelectorTest
H A DX509CertSelectorTest.java2752 public void testMatch() throws Exception { method in class:X509CertSelectorTest
/external/icu4c/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp41 int testMatch(const char *aName) { function
191 if(testName!=NULL && testMatch(tn)) return; // skipped.

Completed in 305 milliseconds