/external/llvm/tools/msbuild/ |
install.bat | 12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND
19 IF EXIST %D% GOTO FOUND_V100
21 IF EXIST %D% GOTO FOUND_V100
25 IF EXIST %D% GOTO FOUND_V110
27 IF EXIST %D% GOTO FOUND_V110
31 IF EXIST %D% GOTO FOUND_V120
33 IF EXIST %D% GOTO FOUND_V120
37 IF EXIST %D% GOTO FOUND_V140
39 IF EXIST %D% GOTO FOUND_V140
43 GOTO PLATFORMLOOPHEAD [all...] |
/art/compiler/optimizing/ |
pretty_printer_test.cc | 47 " 1: Goto 1\n" 60 " 1: Goto 1\n" 62 " 2: Goto 2\n" 70 Instruction::GOTO | 0x100, 80 " 1: Goto 1\n" 82 " 2: Goto 2\n" 84 " 3: Goto 3\n" 91 Instruction::GOTO | 0x100, 92 Instruction::GOTO | 0x100, 102 " 1: Goto 1\n [all...] |
dominator_test.cc | 65 Instruction::GOTO | 0x100, // Block number 1 80 Instruction::GOTO | 0x100, // Block number 1 81 Instruction::GOTO | 0x100, // Block number 2 97 Instruction::GOTO | 0x200, // Block number 1 99 Instruction::GOTO | 0xFF00); // Block number 3 129 Instruction::GOTO | 0xFF00); 149 Instruction::GOTO | 0x100, // Dead block 150 Instruction::GOTO | 0xFE00); // Block number 2 167 Instruction::GOTO | 0x100, 186 Instruction::GOTO | 0x100, // Block number [all...] |
ssa_test.cc | 107 " 1: Goto\n" 112 " 4: Goto\n" 119 " 7: Goto\n"; 124 Instruction::GOTO | 0x100, 137 " 2: Goto\n" 142 " 5: Goto\n" 150 " 9: Goto\n"; 169 " 3: Goto\n" 174 " 6: Goto\n" 176 " 7: Goto\n [all...] |
linearize_test.cc | 72 Instruction::GOTO | 0xFE00, 98 Instruction::GOTO | 0xFE00); 123 Instruction::GOTO | 0x0100, 125 Instruction::GOTO | 0xFD00); 154 Instruction::GOTO | 0xFE00, 185 Instruction::GOTO | 0xFE00); 207 Instruction::GOTO | 0x0100, 211 Instruction::GOTO | 0xFA00); 235 Instruction::GOTO | 0x0100, 239 Instruction::GOTO | 0xFA00) [all...] |
liveness_test.cc | 140 Instruction::GOTO | 0x100, 187 Instruction::GOTO | 0x200, 279 Instruction::GOTO | 0xFD00, 324 Instruction::GOTO | 0xFD00, 374 Instruction::GOTO | 0x500, 377 Instruction::GOTO | 0xFD00, 378 Instruction::GOTO | 0xFC00, 431 Instruction::GOTO | 0x200, 434 Instruction::GOTO | 0xFE00, 483 Instruction::GOTO | 0xFA00 [all...] |
find_loops_test.cc | 64 Instruction::GOTO | 0x100, 80 Instruction::GOTO | 0x200, 142 Instruction::GOTO | 0xFE00, 167 Instruction::GOTO | 0x400, 169 Instruction::GOTO | 0xFE00, 170 Instruction::GOTO | 0xFD00, 178 TestBlock(graph, 1, false, kInvalidBlockId); // goto block 193 Instruction::GOTO | 0x100, 195 Instruction::GOTO | 0xFE00, 203 TestBlock(graph, 1, false, kInvalidBlockId); // goto bloc [all...] |
dead_code_elimination_test.cc | 66 * if v1 >= 0 goto L1 2. if-gez v1, +3 85 " 2: Goto 1\n" 90 " 7: Goto 3\n" 98 " 0: Goto 3\n"; 125 * goto L2 4. goto +4 127 * goto L3 7. goto +4 129 * goto L1 10. goto +(-5 [all...] |
graph_checker_test.cc | 67 Instruction::GOTO | 0x100, 77 Instruction::GOTO | 0x100, 87 Instruction::GOTO | 0x100, 88 Instruction::GOTO | 0xFF00);
|
/external/webrtc/tools/valgrind-webrtc/ |
webrtc_tests.bat | 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
25 goto :PARSE_ARGS_LOOP
36 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
58 goto :RUN_TESTS [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
configure.com | 30 $ IF F.EQS."," THEN GOTO END 34 $ GOTO LOOP
|
/external/libyuv/files/tools_libyuv/valgrind/ |
libyuv_tests.bat | 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
25 goto :PARSE_ARGS_LOOP
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 [all...] |
/external/protobuf/ |
appveyor.bat | 3 IF %language%==cpp GOTO build_cpp 4 IF %language%==csharp GOTO build_csharp 7 goto :error 14 msbuild protobuf.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error 16 tests.exe || goto error 17 goto :EOF 23 msbuild Google.Protobuf.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error 24 nunit-console Google.Protobuf.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error 25 goto :EOF
|
/external/protobuf/util/ |
appveyor.bat | 3 IF %language%==cpp GOTO build_cpp 4 IF %language%==csharp GOTO build_csharp 7 goto :error 14 msbuild protobuf.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error 16 tests.exe || goto error 17 goto :EOF 23 msbuild Google.Protobuf.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error 24 nunit-console Google.Protobuf.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error 25 goto :EOF
|
/external/proguard/bin/ |
proguard.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
proguardgui.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug005.go | 13 goto Foo; 17 bug5.go:4: fatal error: walktype: switch 1 unknown op GOTO l(4)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug005.go | 13 goto Foo; 17 bug5.go:4: fatal error: walktype: switch 1 unknown op GOTO l(4)
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
/sdk/files/proguard/bin/ |
proguard.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
MethodInstrumenterTest.java | 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); 87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); 184 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); 206 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); 210 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); 230 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); 234 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label());
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 164 if (LastInst.getOpcode() == NVPTX::GOTO) { 184 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it. 186 LastInst.getOpcode() == NVPTX::GOTO) { 195 if (SecondLastInst.getOpcode() == NVPTX::GOTO && 196 LastInst.getOpcode() == NVPTX::GOTO) { 213 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) 245 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); 254 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]} */ 327 case GOTO: return "goto" [all...] |