/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RequireParser.java | 75 while (lexer.lookAhead(0) != '\n') { 87 while (lexer.lookAhead(0) == ',') {
|
SupportedParser.java | 75 while (lexer.lookAhead(0) != '\n') { 88 while (lexer.lookAhead(0) == ',') {
|
UnsupportedParser.java | 73 while (lexer.lookAhead(0) != '\n') { 86 while (lexer.lookAhead(0) == ',') {
|
AddressParametersParser.java | 58 char la = this.lexer.lookAhead(0);
|
AuthenticationInfoParser.java | 81 while (lexer.lookAhead(0) == ',') {
|
RecordRouteParser.java | 78 char la = lexer.lookAhead(0);
|
RouteParser.java | 74 char la = lexer.lookAhead(0);
|
RetryAfterParser.java | 88 if (lexer.lookAhead(0) == '(') { 94 while (lexer.lookAhead(0) == ';') {
|
AcceptParser.java | 90 while (lexer.lookAhead(0) == ',') {
|
AllowEventsParser.java | 84 while (lexer.lookAhead(0) == ',') {
|
AllowParser.java | 83 while (lexer.lookAhead(0) == ',') {
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PChargingVectorParser.java | 75 while (lexer.lookAhead(0) != '\n') { 78 char la = lexer.lookAhead(0);
|
PMediaAuthorizationParser.java | 88 while (lexer.lookAhead(0) != '\n') 100 if (lexer.lookAhead(0) == ',')
|
ServiceRouteParser.java | 87 if (lexer.lookAhead(0) == ',') { 90 } else if (lexer.lookAhead(0) == '\n')
|
PChargingFunctionAddressesParser.java | 96 while (lexer.lookAhead(0) != '\n') { 100 char la = lexer.lookAhead(0);
|
PrivacyParser.java | 86 while (lexer.lookAhead(0) != '\n') { 99 while (lexer.lookAhead(0) == ';')
|
PAccessNetworkInfoParser.java | 103 while (lexer.lookAhead(0) == ';') {
|
PAssertedIdentityParser.java | 85 while (lexer.lookAhead(0) == ',')
|
PathParser.java | 87 char la = lexer.lookAhead(0);
|
PAssociatedURIParser.java | 97 while (lexer.lookAhead(0) == ',')
|
/external/nist-sip/java/gov/nist/core/ |
HostNameParser.java | 105 char la = lexer.lookAhead(0); 148 char la = lexer.lookAhead(0); 178 if (lexer.lookAhead(0) == '[') { 271 char la = lexer.lookAhead(0); 307 " Illegal character in hostname:" + lexer.lookAhead(0),
|
ParserCore.java | 61 char la = lexer.lookAhead(0); 68 if (lexer.lookAhead(0) == '\"') {
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontreenodestream.h | 241 /// to fit new lookahead depths, but consume() wraps like a circular 244 pANTLR3_BASE_TREE * lookAhead; 246 /// Number of elements available in the lookahead buffer at any point in 251 /// lookAhead[head] is the first symbol of lookahead, LT(1). 255 /// Add new lookahead at lookahead[tail]. tail wraps around at the 256 /// end of the lookahead buffer so tail could be less than head. 325 pANTLR3_BASE_TREE * lookAhead;
|
/external/icu4c/common/ |
rbbinode.h | 32 lookAhead,
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Analyzer.java | 140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack); 195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos)); 197 merge(queue, frame, lookAhead(iter, pos)); 203 merge(queue, frame, lookAhead(iter, pos)); 261 int next = iter.lookAhead(); 268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { 272 return iter.lookAhead();
|