Home
last modified time | relevance | path

Searched refs:matchAny (Results 1 – 25 of 48) sorted by relevance

12

/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java95 public boolean matchAny() default true; in matchAny() method
110 public boolean matchAny() default true; in matchAny() method
119 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { in include() argument
123 return categoryFilter(matchAny, createSet(categories), true, null); in include()
134 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude() argument
138 return categoryFilter(true, null, matchAny, createSet(categories)); in exclude()
328 return annotation == null || annotation.matchAny(); in isAnyIncluded()
338 return annotation == null || annotation.matchAny(); in isAnyExcluded()
/external/skia/tests/
DSkPEGTest.cpp228 const auto matchAny = Any<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local
229 REPORTER_ASSERT(r, matchAny); in test_AnySome()
230 REPORTER_ASSERT(r, matchAny->fValues.count() == gTests[i].fCount); in test_AnySome()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3lexer.h163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
Dantlr3baserecognizer.h125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3lexer.c52 static void matchAny (pANTLR3_LEXER lexer);
139 lexer->matchAny = matchAny; in antlr3LexerNew()
849 matchAny (pANTLR3_LEXER lexer) in matchAny() function
Dantlr3baserecognizer.c55 static void matchAny (pANTLR3_BASE_RECOGNIZER recognizer);
170 recognizer->matchAny = matchAny; in antlr3BaseRecognizerNew()
489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input method
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java187 public void matchAny() { in matchAny() method in Lexer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DLexer.js157 matchAny: function() {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py225 def matchAny(self, input): member in BaseRecognizer
1214 def matchAny(self): member in Lexer
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m235 [self matchAny]; if ( state.failed ) return ;
1196 [self matchAny]; if ( state.failed ) return ;
1267 [self matchAny]; if ( state.failed ) return ;
1362 [self matchAny]; if ( state.failed ) return ;
1452 [self matchAny]; if ( state.failed ) return ;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input

12