Searched defs:tokenName (Results 1 - 19 of 19) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliLexicalElementType.java41 protected SmaliLexicalElementType(int tokenId, String tokenName, TextAttributesKey textAttributesKey) { argument
42 super(tokenName, SmaliLanguage.INSTANCE);
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/other/
H A DGrammarLetterGenerator.java14 private static void generate(String tokenName, Function<Integer, Boolean> f) { argument
16 System.out.println(" < #" + tokenName + ": [");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs192 public virtual int GetTokenType(string tokenName) { argument
198 if (tokenNameToTypeMap.TryGetValue(tokenName, out value))
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeWizard.java156 public int getTokenType(String tokenName) { argument
160 Integer ttypeI = (Integer)tokenNameToTypeMap.get(tokenName);
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp407 Token tokenName; local
411 while (readToken(tokenName)) {
413 while (tokenName.type_ == tokenComment && initialTokenOk)
414 initialTokenOk = readToken(tokenName);
417 if (tokenName.type_ == tokenObjectEnd && name.empty()) // empty object
420 if (tokenName.type_ == tokenString) {
421 if (!decodeString(tokenName, name))
423 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) {
425 if (!decodeNumber(tokenName, numberName))
458 "Missing '}' or object member name", tokenName, tokenObjectEn
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java2077 public int getTokenType(String tokenName) { argument
2079 if ( tokenName.charAt(0)=='\'') {
2080 I = (Integer)composite.stringLiteralToTypeMap.get(tokenName);
2083 I = (Integer)composite.tokenIDToTypeMap.get(tokenName);
2086 //System.out.println("grammar type "+type+" "+tokenName+"->"+i);
2413 String tokenName = null;
2423 tokenName = (String)composite.typeToTokenList.get(Label.NUM_FAUX_LABELS+ttype);
2431 tokenName = (String)composite.typeToTokenList.get(index);
2432 if ( tokenName!=null &&
2433 tokenName
[all...]
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/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/ ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5583 milliseconds