/external/llvm/tools/msbuild/ |
D | 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 …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | pointer-sign-bits.ll | 10 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84 13 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6" 16 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver… 17 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"… 21 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5" 171 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed… 173 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78 179 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 182 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 188 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86 [all …]
|
/external/opencv3/samples/android/hello-android/ |
D | run.cmd | 25 …ld set an environment variable ANDROID_SDK to the full path to your copy of Android SDK & GOTO end) 26 …ECHO. & ECHO Directory "%ANDROID_SDK%" specified by ANDROID_SDK variable does not exist & GOTO end) 30 %adb% push .\bin\%PROJECT_NAME% /data/bin/sample/%PROJECT_NAME% || GOTO end 33 %adb% shell chmod 777 /data/bin/sample/%PROJECT_NAME% || GOTO end 36 %adb% shell /data/bin/sample/%PROJECT_NAME% || GOTO end 39 %adb% pull /mnt/sdcard/HelloAndroid.png || GOTO end 41 GOTO end 43 :: cleanup (comment out GOTO above to enable cleanup)
|
/external/webrtc/tools/valgrind-webrtc/ |
D | webrtc_tests.bat | 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND 23 if %1 == --tool GOTO:TOOLNAME_FOUND 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
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 161 if (LastInst->getOpcode() == NVPTX::GOTO) { in AnalyzeBranch() 183 LastInst->getOpcode() == NVPTX::GOTO) { in AnalyzeBranch() 192 if (SecondLastInst->getOpcode() == NVPTX::GOTO && in AnalyzeBranch() 193 LastInst->getOpcode() == NVPTX::GOTO) { in AnalyzeBranch() 210 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in RemoveBranch() 240 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in InsertBranch() 249 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in InsertBranch()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenterTest.java | 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); in testVisitJumpInsnWithProbe_GOTO() 87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe_GOTO() 184 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe() 206 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes() 210 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes() 230 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes() 234 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
|
/external/icu/icu4c/source/allinone/ |
D | 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% 98 @REM @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 118 /* 12 */ addJump(code, Opcode.GOTO, 125); in generate() 122 /* 20 */ addJump(code, Opcode.GOTO, 125); in generate() 139 /* 66 */ addJump(code, Opcode.GOTO, 111); in generate() 148 /* 85 */ addJump(code, Opcode.GOTO, 106); in generate() 161 /* 114 */ addJump(code, Opcode.GOTO, 123); in generate()
|
/external/pcre/dist/ |
D | makevp.bat | 39 IF ERRORLEVEL 1 GOTO ERROR 46 IF ERRORLEVEL 1 GOTO ERROR 49 IF ERRORLEVEL 1 GOTO ERROR 51 IF ERRORLEVEL 1 GOTO ERROR
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenter.java | 59 if (opcode == Opcodes.GOTO) { in visitJumpInsnWithProbe() 61 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe() 66 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe() 168 mv.visitJumpInsn(Opcodes.GOTO, label); in insertIntermediateProbe()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 55 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario02() 78 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario05() 94 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario07() 121 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario10() 339 testJumpInsn(GOTO, false); in testJumpInsn()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | FixGotoTest.java | 22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoToGoto16() 45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoToGoto32() 98 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoCascading()
|
D | PayloadAlignmentTest.java | 155 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testPackedSwitchAlignment() 179 new Opcode[]{Opcode.GOTO, in testPackedSwitchAlignment() 206 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testSparseSwitchAlignment() 230 new Opcode[]{Opcode.GOTO, in testSparseSwitchAlignment()
|
D | FixOffsetsTest.java | 56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget)); in testFixOffsets() 75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget)); in testFixOffsets()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | CMakeLists.txt | 30 find_package(GOTO) 39 set_target_properties(btl_goto PROPERTIES COMPILE_FLAGS "-DCBLASNAME=GOTO")
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 53 public static final int GOTO = 6; field in RegOps 319 case GOTO: return "goto"; in opName()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzerTest.java | 221 method.visitJumpInsn(Opcodes.GOTO, l1); in createJumpBackwards() 228 method.visitJumpInsn(Opcodes.GOTO, l2); in createJumpBackwards() 317 method.visitJumpInsn(Opcodes.GOTO, l5); in createTableSwitch() 323 method.visitJumpInsn(Opcodes.GOTO, l5); in createTableSwitch() 518 method.visitJumpInsn(Opcodes.GOTO, l4); in createTryCatchBlock()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMapTest.java | 48 /*00: 0x00*/ new ImmutableInstruction10t(Opcode.GOTO, 1), in testInstructionOffsetMap() 77 /*25: 0x37*/ new ImmutableInstruction10t(Opcode.GOTO, 1) in testInstructionOffsetMap()
|
/external/eigen/bench/btl/cmake/ |
D | FindGOTO.cmake | 13 find_package_handle_standard_args(GOTO DEFAULT_MSG GOTO_LIBRARIES)
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 396 bytecode.addOpcode(Opcode.GOTO); in atIfStmnt() 423 bytecode.addOpcode(Opcode.GOTO); in atWhileStmnt() 485 bytecode.addOpcode(Opcode.GOTO); in atForStmnt() 579 bytecode.addOpcode(Opcode.GOTO); in atBreakStmnt() 673 bc.addOpcode(Opcode.GOTO); in atSyncStmnt() 922 bytecode.addOpcode(Opcode.GOTO); in atCondExpr() 987 bytecode.addOpcode(Opcode.GOTO); in atBinExpr() 1118 bytecode.addOpcode(Opcode.GOTO); in booleanExpr() 1122 bytecode.addOpcode(Opcode.GOTO); in booleanExpr() 1473 bytecode.addOpcode(Opcode.GOTO); in atExpr() [all …]
|
D | TokenId.java | 38 int GOTO = 319; // reserved keyword field
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Util.java | 37 return opcode == GOTO || opcode == GOTO_W; in isGoto()
|
/external/proguard/bin/ |
D | proguard.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
D | retrace.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|
D | proguardgui.bat | 10 IF EXIST "%PROGUARD_HOME%" GOTO home
|