Home
last modified time | relevance | path

Searched refs:catches (Results 1 – 25 of 135) sorted by relevance

123456

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java208 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/
DMETADATA3 "Error Prone is a static analysis tool for Java that catches common "
/external/autotest/server/site_tests/platform_InternalDisplay/
Dcontrol20 This test catches internal display not initialized for devices with internal display - crbug/508569.
/external/eigen/cmake/
DEigenDetermineVSServicePack.cmake19 # temporary fix, until CMake catches up
/external/llvm-project/llvm/test/SafepointIRVerifier/
Dbasic-use-after-reloc.ll5 ; catches this.
/external/llvm-project/llvm/test/MachineVerifier/
Dverify-regops.mir5 # Check that MachineVerifier catches corrupt operands where MO->isReg()
Dtest_g_phi.mir50 ; This test makes sure that the Verifier catches G_PHI with mismatching types.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-too-small-loop-variable.rst34 filters out those catches in which the loop variable's type has more magnitude
/external/llvm-project/llvm/test/CodeGen/ARM/
Dvldm-liveness.mir13 # The verifier catches this, so this test just makes sure that appropriate
D2010-05-17-FastAllocCrash.ll8 ; catches it.
/external/llvm/test/CodeGen/ARM/
Dvldm-liveness.ll13 ; The verifier catches this, so this test just makes sure that appropriate
D2010-05-17-FastAllocCrash.ll8 ; catches it.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dmverify-optypes.mir4 # Test that the machine verifier catches wrong operand types.
/external/harfbuzz_ng/
DTESTING.md21 # often catches files you didn't add, e.g. test fonts to EXTRA_DIST
/external/pcre/dist2/testdata/
DtestinputEBC3 # functionality is working. It catches cases where explicit values such as 0x0a
DtestoutputEBC4 # functionality is working. It catches cases where explicit values such as 0x0a
/external/llvm-project/llvm/test/CodeGen/X86/
Dmisched-new.ll85 ; catches any pressure set underflow.
/external/llvm/test/CodeGen/X86/
Dmisched-new.ll85 ; catches any pressure set underflow.
/external/llvm/test/Verifier/
Dstatepoint.ll27 ; This test catches two cases where the verifier was too strict:
/external/bcc/tools/
Dexecsnoop_example.txt23 and shows details of the arguments and return value. This catches new processes
/external/llvm-project/llvm/test/Analysis/MemoryDependenceAnalysis/
Dmemdep_with_tbaa.ll4 ; This test catches an issue in MemoryDependenceAnalysis caching mechanism in presense of TBAA.
/external/llvm-project/llvm/test/Verifier/
Dstatepoint.ll28 ; This test catches two cases where the verifier was too strict:
/external/llvm/docs/
DDebuggingJITedCode.rst22 function, GDB catches the breakpoint signal, loads the new object file from
/external/llvm-project/llvm/docs/
DDebuggingJITedCode.rst22 function, GDB catches the breakpoint signal, loads the new object file from
/external/python/cpython2/Doc/howto/
Ddoanddont.rst146 Python has the ``except:`` clause, which catches all exceptions. Since *every*
175 Because ``except:`` catches *all* exceptions, including :exc:`SystemExit`,

123456