HomeSort by relevance Sort by last modified time
    Searched refs:GOTO (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/chromium_org/tools/valgrind/
chrome_tests.bat 13 if %1 == () GOTO:TOOLNAME_NOT_FOUND
14 if %1 == --tool GOTO:TOOLNAME_FOUND
16 goto :PARSE_ARGS_LOOP
26 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
27 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
28 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
29 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
30 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
35 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
39 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
    [all...]
  /external/proguard/bin/
proguard.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
proguardgui.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
retrace.bat 6 IF EXIST "%PROGUARD_HOME%" GOTO home
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 10 #define GOTO 1
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
proguardgui.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
retrace.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
  /sdk/files/proguard/bin/
proguard.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
proguardgui.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
retrace.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
  /external/chromium_org/third_party/icu/source/allinone/
icucheck.bat 47 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
58 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
69 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
80 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
91 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
  /external/icu4c/allinone/
icucheck.bat 53 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
64 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
75 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
86 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
97 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 180 if (LastInst->getOpcode() == NVPTX::GOTO) {
200 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it.
202 LastInst->getOpcode() == NVPTX::GOTO) {
211 if (SecondLastInst->getOpcode() == NVPTX::GOTO &&
212 LastInst->getOpcode() == NVPTX::GOTO) {
229 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch)
259 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB);
268 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB);
  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 37 return opcode == GOTO || opcode == GOTO_W;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
319 case GOTO: return "goto"
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
319 case GOTO: return "goto"
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
319 case GOTO: return "goto"
    [all...]
  /external/chromium_org/tools/win/
copy-installer.bat 85 GOTO :EOF
92 GOTO :EOF
115 GOTO :EOF
119 GOTO :EOF
130 GOTO :EOF
136 IF "%0"=="" GOTO :EOF
138 GOTO _xcopy_hack
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 118 /* 12 */ addJump(code, Opcode.GOTO, 125);
122 /* 20 */ addJump(code, Opcode.GOTO, 125);
139 /* 66 */ addJump(code, Opcode.GOTO, 111);
148 /* 85 */ addJump(code, Opcode.GOTO, 106);
161 /* 114 */ addJump(code, Opcode.GOTO, 123);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 38 int GOTO = 319; // reserved keyword
  /external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 90 goto end
96 GOTO :EOF
103 GOTO :EOF
126 GOTO :EOF
130 GOTO :EOF
  /external/chromium_org/v8/src/
bytecodes-irregexp.h 60 V(GOTO, 16, 8) /* bc8 pad24 addr32 */ \
  /external/javassist/src/main/javassist/expr/
Handler.java 127 b.addOpcode(Opcode.GOTO);
  /external/v8/src/
bytecodes-irregexp.h 60 V(GOTO, 16, 8) /* bc8 pad24 addr32 */ \

Completed in 331 milliseconds

1 2 3 4 5