Home
last modified time | relevance | path

Searched defs:IntStream (Results 1 – 25 of 248) sorted by relevance

12345678910

/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DBaseRecognizer.m232 -(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 DMismatchedTokenException.m37 + (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 DRecognitionException.m49 + (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 DTreeParser.m77 - (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 DDFA.m50 - (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 DEarlyExitException.m32 …tException *) newException:(id<IntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber
37 - (id) initWithStream:(id<IntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber
H A DMismatchedTreeNodeException.m34 + (id) newException:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput
39 -(id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<IntStream>)anInput
H A DMismatchedRangeException.m35 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput
40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput
H A DMismatchedNotSetException.m43 - (MismatchedNotSetException *)newException:(id<IntStream>)anInput
56 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expected
H A DUnwantedTokenException.m41 + (UnwantedTokenException *)newException:(NSInteger)expected Stream:(id<IntStream>)anInput
54 - (id) initWithStream:(id<IntStream>)anInput And:(NSInteger)expected
H A DMismatchedSetException.m34 + (id) newException:(NSString *) theExpectedSet stream:(id<IntStream>) theStream
39 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<IntStream>) theStream
H A DMissingTokenException.m42 + (id) newException:(NSInteger)expected
56 - (id) init:(NSInteger)expected Stream:(id<IntStream>)anInput With:(id<Token>)insertedToken
H A DTreeException.m38 …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 DNoViableAltException.m34 …eption:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<IntStream>)theStream
40 …cision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<IntStream>)theStream
H A DFailedPredicateException.m35 …xception:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<IntStream>)theStream
40 …RuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<IntStream>)theStream
H A DDebugTreeParser.m111 - (void) recoverFromMismatchedToken:(id<IntStream>)inputStream
120 - (void) recoverFromMismatchedSet:(id<IntStream>)inputStream
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m119 - (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 DOpTestCase.java131 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 DOpTestCase.java130 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 DIntStream.as32 public interface IntStream { interface in org.antlr.runtime
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DCharStream.js8 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 DIntStream.java33 public interface IntStream { interface
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3intstream.hpp100 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 DFindFirstOpTest.java91 void exerciseIntStream(TestData.OfInt data, Function<IntStream, IntStream> fs) { in exerciseIntStream()
H A DFindAnyOpTest.java86 void exerciseIntStream(TestData.OfInt data, Function<IntStream, IntStream> fs) { in exerciseIntStream()

12345678910