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

1 2

  /sdk/emulator/opengl/host/tools/emugen/
strUtils.cpp 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & delim)
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 62 enum ETokenType getNextToken(UCHARBUF* buf,
  /external/icu/icu4c/source/tools/genrb/
read.c 64 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/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 136 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
137 /// token the parser is looking at. getNextToken reads another token from the
140 static int getNextToken() {
171 getNextToken(); // eat identifier.
177 getNextToken(); // eat (
189 getNextToken();
194 getNextToken();
202 getNextToken(); // consume the number
208 getNextToken(); // eat (.
214 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/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c 133 static int getNextToken(
464 rc = getNextToken(pParse, iCol, &z[iColLen], n-iColLen, ppExpr, pnConsumed);
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 62 NextToken = getNextToken();
69 NextToken = getNextToken();
78 NextToken = getNextToken();
85 TokenInfo getNextToken() {
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 156 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
157 /// token the parser is looking at. getNextToken reads another token from the
160 static int getNextToken() {
192 getNextToken(); // eat identifier.
198 getNextToken(); // eat (
210 getNextToken();
215 getNextToken();
223 getNextToken(); // consume the number
229 getNextToken(); // eat (.
235 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 163 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
164 /// token the parser is looking at. getNextToken reads another token from the
167 static int getNextToken() {
199 getNextToken(); // eat identifier.
205 getNextToken(); // eat (
217 getNextToken();
222 getNextToken();
230 getNextToken(); // consume the number
236 getNextToken(); // eat (.
242 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/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 192 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
193 /// token the parser is looking at. getNextToken reads another token from the
196 static int getNextToken() {
228 getNextToken(); // eat identifier.
234 getNextToken(); // eat (
246 getNextToken();
251 getNextToken();
259 getNextToken(); // consume the number
265 getNextToken(); // eat (.
271 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/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 298 mParser->getNextToken(ruleData, &ruleIndex, token, type, status);
960 RuleParser::getNextToken(const UnicodeString& ruleData,
  /external/icu/icu4c/source/i18n/
plurrule.cpp 486 getNextToken(status);
621 getNextToken(status);
635 getNextToken(status);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 220 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
221 /// token the parser is looking at. getNextToken reads another token from the
224 static int getNextToken() {
256 getNextToken(); // eat identifier.
262 getNextToken(); // eat (
274 getNextToken();
279 getNextToken();
287 getNextToken(); // consume the number
293 getNextToken(); // eat (.
299 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 238 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
239 /// token the parser is looking at. getNextToken reads another token from the
242 static int getNextToken() {
274 getNextToken(); // eat identifier.
280 getNextToken(); // eat (
292 getNextToken();
297 getNextToken();
305 getNextToken(); // consume the number
311 getNextToken(); // eat (.
317 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 255 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
256 /// token the parser is looking at. getNextToken reads another token from the
259 static int getNextToken() {
291 getNextToken(); // eat identifier.
297 getNextToken(); // eat (
309 getNextToken();
314 getNextToken();
322 getNextToken(); // consume the number
328 getNextToken(); // eat (.
334 getNextToken(); // eat )
    [all...]

Completed in 493 milliseconds

1 2