OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPatterns
(Results
1 - 5
of
5
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java
26
String[]
testPatterns
= {
147
for (String element :
testPatterns
) {
152
for (String element :
testPatterns
) {
297
for (int i = 0; i <
testPatterns
.length; i++) {
298
Pattern pat = Pattern.compile(
testPatterns
[i]);
301
assertTrue("Incorrect match: " +
testPatterns
[i] + " vs "
/prebuilts/go/darwin-x86/src/cmd/go/internal/load/
match_test.go
68
testPatterns
(t, "matchPattern", matchPatternTests, func(pattern, name string) bool {
109
testPatterns
(t, "treeCanMatchPattern", treeCanMatchPatternTests, func(pattern, name string) bool {
139
func
testPatterns
(t *testing.T, name, tests string, fn func(string, string) bool) {
/prebuilts/go/linux-x86/src/cmd/go/internal/load/
match_test.go
68
testPatterns
(t, "matchPattern", matchPatternTests, func(pattern, name string) bool {
109
testPatterns
(t, "treeCanMatchPattern", treeCanMatchPatternTests, func(pattern, name string) bool {
139
func
testPatterns
(t *testing.T, name, tests string, fn func(string, string) bool) {
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java
31
String[]
testPatterns
= {
174
for (String aPattern :
testPatterns
) {
186
for (String aPattern :
testPatterns
) {
530
for (int i = 0; i <
testPatterns
.length; i++) {
532
assertTrue("Incorrect match: " +
testPatterns
[i] + " vs "
533
+ posSeq[i][j], Pattern.matches(
testPatterns
[i],
[
all
...]
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
KernelLogParserTest.java
166
public void
testPatterns
() {
Completed in 661 milliseconds