Home
last modified time | relevance | path

Searched defs:matchAny (Results 1 – 20 of 20) sorted by relevance

/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()
134 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude()
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as173 public function matchAny():void { method in org.antlr.runtime.Lexer
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input method
/external/antlr/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/runtime/ObjC/Framework/
DLexer.m248 {
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java196 public void matchAny() { in matchAny() method in Lexer
DBaseRecognizer.java120 public void matchAny(IntStream input) { in matchAny() method in BaseRecognizer
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java105 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
/external/antlr/runtime/C/src/
Dantlr3lexer.c850 matchAny (pANTLR3_LEXER lexer) in matchAny() function
Dantlr3baserecognizer.c489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
/external/skqp/tests/
DSkPEGTest.cpp229 const auto matchAny = Any<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local
/external/skia/tests/
DSkPEGTest.cpp229 const auto matchAny = Any<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local
/external/antlr/runtime/Cpp/include/
Dantlr3lexer.inl340 void Lexer<ImplTraits>::matchAny() function in Lexer
Dantlr3baserecognizer.inl96 void BaseRecognizer<ImplTraits, StreamType>::matchAny() function in BaseRecognizer
/external/antlr/runtime/Python/antlr3/
Drecognizers.py225 def matchAny(self, input): member in BaseRecognizer
1214 def matchAny(self): member in Lexer
Dtree.py2311 def matchAny(self, ignore): # ignore stream, copy of this.input member in TreeParser
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py224 def matchAny(self): member in BaseRecognizer
1189 def matchAny(self): member in Lexer
Dtree.py2298 def matchAny(self): member in TreeParser