HomeSort by relevance Sort by last modified time
    Searched defs:getNextToken (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/icu/icu4c/source/tools/genrb/
read.c 66 getNextToken(UCHARBUF* buf,
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 174 public String getNextToken(char delim) throws ParseException {
LexerCore.java 159 public Token getNextToken() {
  /external/clang/lib/Format/
FormatTokenLexer.cpp 49 Tokens.push_back(getNextToken());
386 FormatToken *FormatTokenLexer::getNextToken() {
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 169 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
170 /// token the parser is looking at. getNextToken reads another token from the
173 static int getNextToken() { return CurTok = gettok(); }
206 getNextToken(); // consume the number
212 getNextToken(); // eat (.
219 getNextToken(); // eat ).
229 getNextToken(); // eat identifier.
235 getNextToken(); // eat (
249 getNextToken();
254 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 142 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
143 /// token the parser is looking at. getNextToken reads another token from the
146 static int getNextToken() {
178 getNextToken(); // eat identifier.
184 getNextToken(); // eat (
196 getNextToken();
201 getNextToken();
209 getNextToken(); // consume the number
215 getNextToken(); // eat (.
221 getNextToken(); // eat )
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 119 public final int getNextToken() {
CalendarColorPickerDialog.java 151 mService.startUpdate(mService.getNextToken(), null, ContentUris.withAppendedId(
DeleteEventHelper.java 139 mService.startDelete(mService.getNextToken(), null, uri, null, null, Utils.UNDO_DELAY);
211 mService.startQuery(mService.getNextToken(), null, uri, EditEventHelper.EVENT_PROJECTION,
350 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null,
391 mService.startInsert(mService.getNextToken(), null, Events.CONTENT_URI, values,
397 mService.startDelete(mService.getNextToken(), null, uri, null, null,
406 mService.startDelete(mService.getNextToken(), null, uri, null, null,
431 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null,
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 190 else token = token.next = token_source.getNextToken();
201 final public Token getNextToken() {
203 else token = token.next = token_source.getNextToken();
213 else t = t.next = token_source.getNextToken();
220 return (jj_ntk = (token.next=token_source.getNextToken()).kind);
ContentTypeParserTokenManager.java 691 public Token getNextToken()
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 178 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
179 /// token the parser is looking at. getNextToken reads another token from the
182 static int getNextToken() { return CurTok = gettok(); }
216 getNextToken(); // consume the number
222 getNextToken(); // eat (.
229 getNextToken(); // eat ).
239 getNextToken(); // eat identifier.
245 getNextToken(); // eat (
259 getNextToken();
264 getNextToken();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 187 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
188 /// token the parser is looking at. getNextToken reads another token from the
191 static int getNextToken() { return CurTok = gettok(); }
225 getNextToken(); // consume the number
231 getNextToken(); // eat (.
238 getNextToken(); // eat ).
248 getNextToken(); // eat identifier.
254 getNextToken(); // eat (
268 getNextToken();
273 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
toy.cpp 154 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
155 /// token the parser is looking at. getNextToken reads another token from the
158 static int getNextToken() {
190 getNextToken(); // eat identifier.
196 getNextToken(); // eat (
208 getNextToken();
213 getNextToken();
221 getNextToken(); // consume the number
227 getNextToken(); // eat (.
233 getNextToken(); // eat )
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 161 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
162 /// token the parser is looking at. getNextToken reads another token from the
165 static int getNextToken() {
197 getNextToken(); // eat identifier.
203 getNextToken(); // eat (
215 getNextToken();
220 getNextToken();
228 getNextToken(); // consume the number
234 getNextToken(); // eat (.
240 getNextToken(); // eat )
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 489 else token = token.next = token_source.getNextToken();
500 final public Token getNextToken() {
502 else token = token.next = token_source.getNextToken();
512 else t = t.next = token_source.getNextToken();
519 return (jj_ntk = (token.next=token_source.getNextToken()).kind);
DateTimeParserTokenManager.java 730 public Token getNextToken()
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 63 NextToken = getNextToken();
70 NextToken = getNextToken();
79 NextToken = getNextToken();
86 TokenInfo getNextToken() {
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 230 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
231 /// token the parser is looking at. getNextToken reads another token from the
234 static int getNextToken() { return CurTok = gettok(); }
268 getNextToken(); // consume the number
274 getNextToken(); // eat (.
281 getNextToken(); // eat ).
291 getNextToken(); // eat identifier.
297 getNextToken(); // eat (
311 getNextToken();
316 getNextToken();
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 190 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
191 /// token the parser is looking at. getNextToken reads another token from the
194 static int getNextToken() {
226 getNextToken(); // eat identifier.
232 getNextToken(); // eat (
244 getNextToken();
249 getNextToken();
257 getNextToken(); // consume the number
263 getNextToken(); // eat (.
269 getNextToken(); // eat )
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 794 else token = token.next = token_source.getNextToken();
821 jj_lastpos = jj_scanpos = jj_scanpos.next = token_source.getNextToken();
838 final public Token getNextToken() {
840 else token = token.next = token_source.getNextToken();
850 else t = t.next = token_source.getNextToken();
857 return (jj_ntk = (token.next=token_source.getNextToken()).kind);
AddressListParserTokenManager.java 805 public Token getNextToken()
  /external/icu/icu4c/source/i18n/
plurrule.cpp 459 getNextToken(status);
595 getNextToken(status);
609 getNextToken(status);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); }
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 283 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
284 /// token the parser is looking at. getNextToken reads another token from the
287 static int getNextToken() { return CurTok = gettok(); }
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
334 getNextToken(); // eat ).
344 getNextToken(); // eat identifier.
350 getNextToken(); // eat (
364 getNextToken();
369 getNextToken();
    [all...]

Completed in 518 milliseconds

1 2 3 4 5 6