HomeSort by relevance Sort by last modified time
    Searched refs:tokenIndex (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 146 final int tokenIndex = nextTokenIndex();
147 final String s = new String(mBuffer, 0, tokenIndex, Charsets.US_ASCII);
148 consumeBuf(tokenIndex + 1);
156 final int tokenIndex = nextTokenIndex();
161 for (int i = negative ? 1 : 0; i < tokenIndex; i++) {
164 throw invalidLong(tokenIndex);
171 throw invalidLong(tokenIndex);
176 consumeBuf(tokenIndex + 1);
180 private NumberFormatException invalidLong(int tokenIndex) {
182 "invalid long: " + new String(mBuffer, 0, tokenIndex, Charsets.US_ASCII))
    [all...]
  /external/antlr/src/org/antlr/runtime/
UnbufferedTokenStream.java 52 protected int tokenIndex = 0; // simple counter to set token index in tokens
63 t.setTokenIndex(tokenIndex++);
  /external/antlr/src/org/antlr/runtime/debug/
TraceDebugEventListener.java 77 int tokenIndex = token.getTokenIndex();
78 System.out.println("create "+ID+": "+tokenIndex);
RemoteDebugEventSocketListener.java 132 public int tokenIndex = -1;
135 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, String text) {
140 this.tokenIndex = tokenIndex;
146 public int getTokenStartIndex() { return tokenIndex; }
386 int tokenIndex = Integer.parseInt(elements[2]);
387 // create dummy node/token filled with ID, tokenIndex
389 ProxyToken token = new ProxyToken(tokenIndex);
438 int tokenIndex = Integer.parseInt(elements[offset+4]);
441 return new ProxyTree(ID, type, tokenLine, charPositionInLine, tokenIndex, text)
    [all...]
DebugEventSocketProxy.java 257 int tokenIndex = adaptor.getTokenStartIndex(t);
259 buf.append(tokenIndex);
298 int tokenIndex = token.getTokenIndex();
299 transmit("createNode\t"+ID+"\t"+tokenIndex);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 278 for (unsigned tokenIndex = 0; tokenIndex != numTokens; ++tokenIndex) {
281 if (inst->getToken(token, tokenIndex)) {
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 237 milliseconds