Home
last modified time | relevance | path

Searched refs:theInput (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_ClassLoader.java104 FileInputStream theInput = null; in loadClassFromFile() local
110 theInput = new FileInputStream(theFile); in loadClassFromFile()
114 int count = theInput.read(theBytes, dataRead, in loadClassFromFile()
137 if (theInput != null) { in loadClassFromFile()
138 theInput.close(); in loadClassFromFile()
/external/antlr/runtime/ObjC/Framework/
DMismatchedRangeException.m35 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput
37 return [[MismatchedRangeException alloc] initWithRange:aRange stream:theInput];
40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput
42 if ((self = [super initWithStream:theInput]) != nil) {
DMismatchedRangeException.h39 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput;
40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput;
DTreeParser.h42 - (id) initWithStream:(id<TreeNodeStream>)theInput;
43 - (id) initWithStream:(id<TreeNodeStream>)theInput
DTreeParser.m43 - (id) initWithStream:(id<TreeNodeStream>)theInput
46 [self setInput:theInput];
51 - (id) initWithStream:(id<TreeNodeStream>)theInput State:(RecognizerSharedState *)theState
54 [self setInput:theInput];