HomeSort by relevance Sort by last modified time
    Searched defs:getNextToken (Results 1 - 25 of 31) 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/icu4c/tools/genrb/
read.c 62 enum ETokenType 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 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() {
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,
EventInfoFragment.java     [all...]
  /packages/apps/Email/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 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/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/Email/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/icu4c/i18n/
plurrule.cpp 357 mParser->getNextToken(ruleData, &ruleIndex, token, type, status);
1206 RuleParser::getNextToken(const UnicodeString& ruleData,
    [all...]
  /external/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/Email/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/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 218 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
219 /// token the parser is looking at. getNextToken reads another token from the
222 static int getNextToken() {
254 getNextToken(); // eat identifier.
260 getNextToken(); // eat (
272 getNextToken();
277 getNextToken();
285 getNextToken(); // consume the number
291 getNextToken(); // eat (.
297 getNextToken(); // eat )
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 236 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
237 /// token the parser is looking at. getNextToken reads another token from the
240 static int getNextToken() {
272 getNextToken(); // eat identifier.
278 getNextToken(); // eat (
290 getNextToken();
295 getNextToken();
303 getNextToken(); // consume the number
309 getNextToken(); // eat (.
315 getNextToken(); // eat )
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 816 TokenType getNextToken(){
951 token = s.getNextToken();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 529 mService.startBatch(mService.getNextToken(), null, android.provider.CalendarContract.AUTHORITY, ops,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 500 milliseconds

1 2