Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java97 boolean matchAny() default true; in matchAny() method
112 boolean matchAny() default true; in matchAny() method
121 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { in include()
133 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DPolicyNodeImpl.java335 String expectedOID, boolean matchAny) { in getPolicyNodesExpected()
345 String expectedOID, boolean matchAny) { in getPolicyNodesExpectedHelper()
H A DPolicyChecker.java657 boolean matchAny) throws CertPathValidatorException in processParents()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue4847.go22 var matchAny = matcher(matchList) // ERROR "initialization cycle|depends upon itself" var
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as173 public function matchAny():void { method in org.antlr.runtime.Lexer
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input method
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Drecognizers.py224 def matchAny(self): member in BaseRecognizer
1189 def matchAny(self): member in Lexer
H A Dtree.py2298 def matchAny(self): member in TreeParser
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Drecognizers.py225 def matchAny(self, input): member in BaseRecognizer
1214 def matchAny(self): member in Lexer
H A Dtree.py2311 def matchAny(self, ignore): # ignore stream, copy of this.input member in TreeParser
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dinit1.go95 var matchAny /* ERROR "initialization cycle" */ = matcher(matchList) var
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3lexer.h163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
H A Dantlr3baserecognizer.h125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DLexer.m247 - (void) matchAny method
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java196 public void matchAny() { in matchAny() method in Lexer
H A DBaseRecognizer.java120 public void matchAny(IntStream input) { in matchAny() method in BaseRecognizer
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java105 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3lexer.c850 matchAny (pANTLR3_LEXER lexer) in matchAny() function
H A Dantlr3baserecognizer.c489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3lexer.inl340 void Lexer<ImplTraits>::matchAny() function in Lexer
H A Dantlr3baserecognizer.inl96 void BaseRecognizer<ImplTraits, StreamType>::matchAny() function in BaseRecognizer
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/apf/
DApfV4Generator.java264 ApfCounterTracker.Counter cnt, boolean matchAny, boolean drop) in addCountAndDropOrPassByMatchingBytesAtR0()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjunit-4.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/linux_glibc_common/javac/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...

123