Home
last modified time | relevance | path

Searched defs:GOTO (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dins.h10 #define GOTO 1 macro
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java53 public static final int GOTO = 6; field in RegOps
DRops.java119 public static final Rop GOTO = field in Rops
/external/javassist/src/main/javassist/compiler/
DTokenId.java38 int GOTO = 319; // reserved keyword field
/external/javassist/src/main/javassist/bytecode/
DOpcode.java113 int GOTO = 167; field
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java261 MAP.put(Rops.GOTO, Dops.GOTO); in MAP.put()
DDops.java229 public static final Dop GOTO = field in Dops
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglsl_parser.h177 GOTO = 395, enumerator
378 #define GOTO 395 macro
Dglsl_parser.cc286 GOTO = 395, enumerator
487 #define GOTO 395 macro
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java84 public static final int GOTO = 0x28; field in Opcodes
DOpcodeInfo.java222 public static final Info GOTO = field in OpcodeInfo
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java77 public static final int GOTO=49; field in JavaLexer
DJavaParser.java222 public static final int GOTO=49; field in JavaParser
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DOpcode.java77 GOTO((short)0x28, "goto", ReferenceType.none, Format.Format10t), enumConstant