Searched defs:newToken (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h54 + (id<ANTLRToken>) newToken; variable
55 + (id<ANTLRToken>) newToken:(id<ANTLRCharStream>)anInput
60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
61 + (id<ANTLRToken>) newToken:(NSInteger)tokenType Text:(NSString *)tokenText;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h346 pANTLR3_COMMON_TOKEN (*newToken) (struct ANTLR3_TOKEN_FACTORY_struct * factory); member in struct:ANTLR3_TOKEN_FACTORY_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontoken.c62 static pANTLR3_COMMON_TOKEN newToken (void);
79 token = newToken();
107 factory->newToken = newPoolToken;
304 newToken(void) function
H A Dantlr3commontreeadaptor.c293 pANTLR3_COMMON_TOKEN newToken; local
295 newToken = adaptor->tokenFactory->newToken(adaptor->tokenFactory);
297 if (newToken != NULL)
299 newToken->textState = ANTLR3_TEXT_CHARP;
300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
301 newToken->setType(newToken, tokenType);
302 newToken->input = adaptor->tokenFactory->input;
303 newToken
329 pANTLR3_COMMON_TOKEN newToken; local
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java640 newToken ();
658 // ignore return type for now: newToken ();
742 private void newToken () method in class:Types.methodDescriptorCompiler
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp192 newToken();//
203 newToken();
205 newToken();
216 newToken();
218 newToken();
237 newToken();
242 newToken();
247 newToken();
253 newToken();
255 newToken();
540 void newToken() { function in class:CppState
[all...]
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp192 newToken();//
203 newToken();
205 newToken();
216 newToken();
218 newToken();
237 newToken();
242 newToken();
247 newToken();
253 newToken();
255 newToken();
540 void newToken() { function in class:CppState
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2857 return newToken(EOF);
2900 private Token newToken(int type, String text, boolean hidden) { method in class:smaliFlexLexer
2913 private Token newToken(int type, String text) { method in class:smaliFlexLexer
2914 return newToken(type, text, false);
2917 private Token newToken(int type, boolean hidden) { method in class:smaliFlexLexer
2918 return newToken(type, yytext(), hidden);
2921 private Token newToken(int type) { method in class:smaliFlexLexer
2922 return newToken(type, yytext(), false);
3337 { return newToken(INSTRUCTION_FORMAT22b);
3341 { return newToken(VTABLE_INDE
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 271 milliseconds