Searched refs:catches (Results 1 – 25 of 135) sorted by relevance
123456
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 208 private StdTypeList catches = StdTypeList.EMPTY; field in Code 369 catches = toTypeList(catchTypes); in addCatchClause() 382 catches = toTypeList(catchTypes); in removeCatchClause() 391 RegisterSpecList.make(toThrow.spec()), catches)); in throwValue() 487 RegisterSpecList.EMPTY, catches, Constants.getConstant(value))); in loadConstant() 523 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches)); in op() 592 RegisterSpecList.make(instance.spec()), catches, fieldId.constant)); in iget() 602 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant)); in iput() 610 RegisterSpecList.EMPTY, catches, fieldId.constant)); in sget() 619 RegisterSpecList.make(source.spec()), catches, fieldId.constant)); in sput() [all …]
|
/external/error_prone/error_prone/ |
D | METADATA | 3 "Error Prone is a static analysis tool for Java that catches common "
|
/external/autotest/server/site_tests/platform_InternalDisplay/ |
D | control | 20 This test catches internal display not initialized for devices with internal display - crbug/508569.
|
/external/eigen/cmake/ |
D | EigenDetermineVSServicePack.cmake | 19 # temporary fix, until CMake catches up
|
/external/llvm-project/llvm/test/SafepointIRVerifier/ |
D | basic-use-after-reloc.ll | 5 ; catches this.
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | verify-regops.mir | 5 # Check that MachineVerifier catches corrupt operands where MO->isReg()
|
D | test_g_phi.mir | 50 ; This test makes sure that the Verifier catches G_PHI with mismatching types.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-too-small-loop-variable.rst | 34 filters out those catches in which the loop variable's type has more magnitude
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.mir | 13 # The verifier catches this, so this test just makes sure that appropriate
|
D | 2010-05-17-FastAllocCrash.ll | 8 ; catches it.
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 13 ; The verifier catches this, so this test just makes sure that appropriate
|
D | 2010-05-17-FastAllocCrash.ll | 8 ; catches it.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | mverify-optypes.mir | 4 # Test that the machine verifier catches wrong operand types.
|
/external/harfbuzz_ng/ |
D | TESTING.md | 21 # often catches files you didn't add, e.g. test fonts to EXTRA_DIST
|
/external/pcre/dist2/testdata/ |
D | testinputEBC | 3 # functionality is working. It catches cases where explicit values such as 0x0a
|
D | testoutputEBC | 4 # functionality is working. It catches cases where explicit values such as 0x0a
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | misched-new.ll | 85 ; catches any pressure set underflow.
|
/external/llvm/test/CodeGen/X86/ |
D | misched-new.ll | 85 ; catches any pressure set underflow.
|
/external/llvm/test/Verifier/ |
D | statepoint.ll | 27 ; This test catches two cases where the verifier was too strict:
|
/external/bcc/tools/ |
D | execsnoop_example.txt | 23 and shows details of the arguments and return value. This catches new processes
|
/external/llvm-project/llvm/test/Analysis/MemoryDependenceAnalysis/ |
D | memdep_with_tbaa.ll | 4 ; This test catches an issue in MemoryDependenceAnalysis caching mechanism in presense of TBAA.
|
/external/llvm-project/llvm/test/Verifier/ |
D | statepoint.ll | 28 ; This test catches two cases where the verifier was too strict:
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 22 function, GDB catches the breakpoint signal, loads the new object file from
|
/external/llvm-project/llvm/docs/ |
D | DebuggingJITedCode.rst | 22 function, GDB catches the breakpoint signal, loads the new object file from
|
/external/python/cpython2/Doc/howto/ |
D | doanddont.rst | 146 Python has the ``except:`` clause, which catches all exceptions. Since *every* 175 Because ``except:`` catches *all* exceptions, including :exc:`SystemExit`,
|
123456