Searched refs:GOTO (Results 1 - 25 of 74) sorted by relevance

123

/external/llvm/tools/msbuild/
H A Dinstall.bat11 IF %PLATFORM% == x64 GOTO LOOPEND
17 IF EXIST %D% GOTO FOUND_V100
19 IF EXIST %D% GOTO FOUND_V100
23 IF EXIST %D% GOTO FOUND_V110
25 IF EXIST %D% GOTO FOUND_V110
29 IF EXIST %D% GOTO FOUND_V120
31 IF EXIST %D% GOTO FOUND_V120
41 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
43 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
45 IF NOT %ERRORLEVEL% == 0 GOTO FAILE
[all...]
H A Duninstall.bat10 IF %PLATFORM% == x64 GOTO END
55 GOTO START
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat13 if %1 == () GOTO:TOOLNAME_NOT_FOUND
14 if %1 == --tool GOTO:TOOLNAME_FOUND
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
55 if EXIST %TSAN_SFX% GOTO TSAN_BINARY_O
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h10 #define GOTO 1 macro
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.bat22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
35 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
36 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
64 if EXIST %TSAN_SFX% GOTO TSAN_BINARY_O
[all...]
/external/proguard/bin/
H A Dproguard.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
H A Dproguardgui.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
H A Dretrace.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
/external/chromium_org/third_party/icu/source/allinone/
H A Dicucheck.bat53 @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/icu/icu4c/source/allinone/
H A Dicucheck.bat53 @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/
H A DNVPTXInstrInfo.cpp183 if (LastInst->getOpcode() == NVPTX::GOTO) {
203 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it.
205 LastInst->getOpcode() == NVPTX::GOTO) {
214 if (SecondLastInst->getOpcode() == NVPTX::GOTO &&
215 LastInst->getOpcode() == NVPTX::GOTO) {
232 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch)
262 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB);
271 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB);
/external/chromium_org/tools/win/
H A Dcopy-installer.bat85 GOTO :EOF
92 GOTO :EOF
115 GOTO :EOF
121 GOTO :EOF
125 GOTO :EOF
136 GOTO :EOF
142 IF "%0"=="" GOTO :EOF
144 GOTO _xcopy_hack
/external/javassist/src/main/javassist/bytecode/analysis/
H A DUtil.java37 return opcode == GOTO || opcode == GOTO_W;
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java53 public static final int GOTO = 6; field in class:RegOps
319 case GOTO: return "goto";
/external/pcre/dist/
H A Dmakevp.bat39 IF ERRORLEVEL 1 GOTO ERROR
46 IF ERRORLEVEL 1 GOTO ERROR
49 IF ERRORLEVEL 1 GOTO ERROR
51 IF ERRORLEVEL 1 GOTO ERROR
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DScannerTest.java118 /* 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/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DFixGotoTest.java22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
98 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
H A DFixOffsetsTest.java56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget));
75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget));
H A DPayloadAlignmentTest.java155 implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_target")));
179 new Opcode[]{Opcode.GOTO,
206 implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_target")));
230 new Opcode[]{Opcode.GOTO,
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java38 int GOTO = 319; // reserved keyword field in interface:TokenId
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java48 /*00: 0x00*/ new ImmutableInstruction10t(Opcode.GOTO, 1),
77 /*25: 0x37*/ new ImmutableInstruction10t(Opcode.GOTO, 1)
/external/chromium_org/v8/src/
H A Dbytecodes-irregexp.h37 V(GOTO, 16, 8) /* bc8 pad24 addr32 */ \
/external/javassist/src/main/javassist/expr/
H A DHandler.java127 b.addOpcode(Opcode.GOTO);
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java113 int GOTO = 167; field in interface:Opcode
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h177 GOTO = 395, enumerator in enum:yytokentype
378 #define GOTO 395 macro

Completed in 510 milliseconds

123