HomeSort by relevance Sort by last modified time
    Searched refs:firstToken (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
BaseNode.java 27 public Token firstToken;
AddressListParser.jj 86 ((SimpleNode)n).firstToken = getToken(1);
AddressListParser.java 48 ((SimpleNode)n).firstToken = getToken(1);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
BaseNode.java 27 public Token firstToken;
AddressListParser.jj 86 ((SimpleNode)n).firstToken = getToken(1);
AddressListParser.java 48 ((SimpleNode)n).firstToken = getToken(1);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
NegotiateAuthentication.java 157 incoming==null?firstToken():nextToken(incoming));
170 * <code>Negotiator.firstToken()</code> failed.
172 private byte[] firstToken() throws IOException {
190 return negotiator.firstToken();
Negotiator.java 73 public abstract byte[] firstToken() throws IOException;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 123 String firstToken = mNames[0];
128 mNames[0] = firstToken;
250 String firstToken = mNames[fromIndex];
253 mNames[i] = firstToken;
259 mNames[fromIndex] = firstToken;
NameSplitter.java 332 String firstToken = tokenizer.mTokens[tokenizer.mStartPointer];
720 String firstToken = tokens.mTokens[tokens.mStartPointer];
721 if (mPrefixesSet.contains(firstToken.toUpperCase())) {
723 firstToken += '.';
725 name.prefix = firstToken;
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 208 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
217 Token firstToken = input.LT(1);
220 : element+ -> ^(ALT[firstToken,"ALT"] element+ EOA["EOA"])
287 Token firstToken = input.LT(1);
290 $ebnf.tree.getToken().setLine(firstToken.getLine());
291 $ebnf.tree.getToken().setCharPositionInLine(firstToken.getCharPositionInLine());
348 Token firstToken = input.LT(1);
395 Token firstToken = input.LT(1);
398 $rewrite_tree_ebnf.tree.getToken().setLine(firstToken.getLine());
399 $rewrite_tree_ebnf.tree.getToken().setCharPositionInLine(firstToken.getCharPositionInLine())
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 205 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
213 Token firstToken = input.LT(1);
216 : element+ -> ^(ALT[firstToken,"ALT"] element+ EOA["EOA"])
316 Token firstToken = input.LT(1);
319 $ebnf.tree.getToken().setLine(firstToken.getLine());
320 $ebnf.tree.getToken().setCharPositionInLine(firstToken.getCharPositionInLine());
352 Token firstToken = input.LT(1);
399 Token firstToken = input.LT(1);
402 $rewrite_tree_ebnf.tree.getToken().setLine(firstToken.getLine());
403 $rewrite_tree_ebnf.tree.getToken().setCharPositionInLine(firstToken.getCharPositionInLine())
    [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 43 const Token &firstToken = ReplacementTokens.front();
45 SourceLocation macroStart = firstToken.getLocation();
48 assert((macroStart.isFileID() || firstToken.is(tok::comment)) &&
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 313 JsonToken firstToken = nextValue();
318 return firstToken;
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 334 JsonToken firstToken = nextValue();
339 return firstToken;
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 192 Token head = node.firstToken;
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
Builder.java 192 Token head = node.firstToken;
  /external/libxml2/
rngparser.c 80 int firstToken;
256 token = &(ctxt->tokens[(ctxt->firstToken + ctxt->nbTokens) % MAX_TOKEN]);
390 ret = &(ctxt->tokens[(ctxt->firstToken + no) % MAX_TOKEN]);
407 ctxt->firstToken++;
414 ctxt->firstToken = ctxt->firstToken % MAX_TOKEN;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /development/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 

Completed in 665 milliseconds

1 2 3