/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | BaseRecognizer.m | 232 -(id) match:(id<IntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow 249 -(void) matchAny:(id<IntStream>)anInput 256 -(BOOL) mismatchIsUnwantedToken:(id<IntStream>)anInput TokenType:(NSInteger)ttype 261 -(BOOL) mismatchIsMissingToken:(id<IntStream>)anInput Follow:(ANTLRBitSet *) follow 492 - (void)recover:(id<IntStream>)anInput Exception:(RecognitionException *)re 732 - (id<Token>)recoverFromMismatchedToken:(id<IntStream>)anInput 767 -(id) recoverFromMismatchedSet:(id<IntStream>)anInput 790 - (id) getCurrentInputSymbol:(id<IntStream>)anInput 814 - (id)getMissingSymbol:(id<IntStream>)anInput 823 -(void) consumeUntilTType:(id<IntStream>)anInput TokenType:(NSInteger)tokenType [all …]
|
H A D | MismatchedTokenException.m | 37 + (id) newException:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput 42 + (id) newExceptionMissing:(NSInteger)expectedTokenType 49 + (id) newExceptionChar:(unichar) expectedCharacter Stream:(id<IntStream>)anInput 54 … newExceptionStream:(id<IntStream>)anInput Exception:(NSException *)e Follow:(ANTLRBitSet *) follow 59 -(id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput 68 -(id) initWithTokenType:(NSInteger)expectedTokenType 79 - (id) initWithCharacter:(unichar) expectedCharacter Stream:(id<IntStream>)anInput
|
H A D | RecognitionException.m | 49 + (id) newException:(id<IntStream>) anInputStream 54 + (id) newException:(id<IntStream>) anInputStream reason:(NSString *)aReason 67 - (id) initWithStream:(id<IntStream>)anInputStream reason:(NSString *)aReason 94 - (id) initWithStream:(id<IntStream>)anInputStream 224 - (void) setStream: (id<IntStream>) aStream
|
H A D | TreeParser.m | 77 - (void) mismatch:(id<IntStream>)aStream tokenType:(TokenType)aTType follow:(ANTLRBitSet *)aBitset 99 - (id) getCurrentInputSymbol:(id<IntStream>) anInput 104 - (id) getMissingSymbol:(id<IntStream>)anInput 119 - (void) matchAny:(id<IntStream>)ignore 150 …ecoverFromMismatchedToken:(id<IntStream>)anInput Type:(NSInteger)ttype Follow:(ANTLRBitSet *)follow
|
H A D | DFA.m | 50 - (NSInteger) predict:(id<IntStream>)input 143 - (void) noViableAlt:(NSInteger)state Stream:(id<IntStream>)anInput 154 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<IntStream>)anInput
|
H A D | EarlyExitException.m | 32 …tException *) newException:(id<IntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber 37 - (id) initWithStream:(id<IntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber
|
H A D | MismatchedTreeNodeException.m | 34 + (id) newException:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput 39 -(id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput
|
H A D | MismatchedRangeException.m | 35 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput 40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput
|
H A D | MismatchedNotSetException.m | 43 - (MismatchedNotSetException *)newException:(id<IntStream>)anInput 56 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expected
|
H A D | UnwantedTokenException.m | 41 + (UnwantedTokenException *)newException:(NSInteger)expected Stream:(id<IntStream>)anInput 54 - (id) initWithStream:(id<IntStream>)anInput And:(NSInteger)expected
|
H A D | MismatchedSetException.m | 34 + (id) newException:(NSString *) theExpectedSet stream:(id<IntStream>) theStream 39 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<IntStream>) theStream
|
H A D | MissingTokenException.m | 42 + (id) newException:(NSInteger)expected 56 - (id) init:(NSInteger)expected Stream:(id<IntStream>)anInput With:(id<Token>)insertedToken
|
H A D | TreeException.m | 38 …wException:(id<BaseTree>)theOldRoot newRoot:(id<BaseTree>)theNewRoot stream:(id<IntStream>)aStream; 43 …ithOldRoot:(id<BaseTree>)theOldRoot newRoot:(id<BaseTree>)theNewRoot stream:(id<IntStream>)aStream;
|
H A D | NoViableAltException.m | 34 …eption:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<IntStream>)theStream 40 …cision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<IntStream>)theStream
|
H A D | FailedPredicateException.m | 35 …xception:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<IntStream>)theStream 40 …RuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<IntStream>)theStream
|
H A D | DebugTreeParser.m | 111 - (void) recoverFromMismatchedToken:(id<IntStream>)inputStream 120 - (void) recoverFromMismatchedSet:(id<IntStream>)inputStream
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
H A D | Fuzzy.m | 119 - (void)memoize:(id<IntStream>)anInput 126 - (BOOL)alreadyParsedRule:(id<IntStream>)anInput RuleIndex:(NSInteger)ruleIndex
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
H A D | OpTestCase.java | 131 Function<IntStream, IntStream> mInt, in exerciseOpsInt() 171 Function<IntStream, IntStream> mInt, in exerciseTerminalOpsInt() 200 Collection<U> exerciseOps(int[] data, Function<IntStream, S_OUT> m) { in exerciseOps() 204 …protected Collection<Integer> exerciseOps(int[] data, Function<IntStream, IntStream> m, int[] expe… in exerciseOps()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
H A D | OpTestCase.java | 130 Function<IntStream, IntStream> mInt, in exerciseOpsInt() 170 Function<IntStream, IntStream> mInt, in exerciseTerminalOpsInt() 199 Collection<U> exerciseOps(int[] data, Function<IntStream, S_OUT> m) { in exerciseOps() 203 …protected Collection<Integer> exerciseOps(int[] data, Function<IntStream, IntStream> m, int[] expe… in exerciseOps()
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | IntStream.as | 32 public interface IntStream { interface in org.antlr.runtime
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
H A D | CharStream.js | 8 org.antlr.runtime.IntStream = function() {}; class in org.antlr.runtime
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
H A D | IntStream.java | 33 public interface IntStream { interface
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3intstream.hpp | 100 class IntStream : public ImplTraits::AllocPolicyType class
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
H A D | FindFirstOpTest.java | 91 void exerciseIntStream(TestData.OfInt data, Function<IntStream, IntStream> fs) { in exerciseIntStream()
|
H A D | FindAnyOpTest.java | 86 void exerciseIntStream(TestData.OfInt data, Function<IntStream, IntStream> fs) { in exerciseIntStream()
|