/external/junit/src/main/java/org/junit/experimental/categories/ |
D | Categories.java | 95 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/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | Lexer.as | 173 public function matchAny():void { method in org.antlr.runtime.Lexer
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 53 matchAny: function(ignore) { // ignore stream, copy of this.input method
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3lexer.h | 163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
|
D | antlr3baserecognizer.h | 125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRLexer.m | 243 {
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | Lexer.java | 187 public void matchAny() { in matchAny() method in Lexer
|
D | BaseRecognizer.java | 120 public void matchAny(IntStream input) { in matchAny() method in BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 100 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3lexer.c | 849 matchAny (pANTLR3_LEXER lexer) in matchAny() function
|
D | antlr3baserecognizer.c | 489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
|
/external/skia/tests/ |
D | SkPEGTest.cpp | 228 const auto matchAny = Any<LIT<'f', 'o', 'o'>>::Match(gTests[i].fInput); in test_AnySome() local
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | recognizers.py | 225 def matchAny(self, input): member in BaseRecognizer 1214 def matchAny(self): member in Lexer
|
D | tree.py | 2311 def matchAny(self, ignore): # ignore stream, copy of this.input member in TreeParser
|