Home
last modified time | relevance | path

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

123

/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()
581 RegisterSpecList.make(instance.spec()), catches, fieldId.constant)); in iget()
591 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant)); in iput()
599 RegisterSpecList.EMPTY, catches, fieldId.constant)); in sget()
608 RegisterSpecList.make(source.spec()), catches, fieldId.constant)); in sput()
[all …]
/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/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/pcre/dist2/testdata/
DtestinputEBC3 # functionality is working. It catches cases where explicit values such as 0x0a
DtestoutputEBC3 # functionality is working. It catches cases where explicit values such as 0x0a
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-05-17-FastAllocCrash.ll8 ; catches it.
/external/llvm/test/CodeGen/X86/
Dmisched-new.ll85 ; catches any pressure set underflow.
Dremat-fold-load.ll9 ; catches the problem.
/external/llvm/test/Verifier/
Dstatepoint.ll27 ; This test catches two cases where the verifier was too strict:
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt130 > call. This catches jmps from PLT code.
132 > - If this is the first BB of a function, treat as a call. This catches
Dsegments-seginfos.txt94 > possibly: mapping is > 1 page (catches the case of mapping first
/external/llvm/docs/
DDebuggingJITedCode.rst22 function, GDB catches the breakpoint signal, loads the new object file from
DExceptionHandling.rst263 there are no catches or filters that require it to.
308 function catches exceptions of type ``A``, and it's inlined into a function that
309 catches exceptions of type ``B``. The inliner will update the ``landingpad``
/external/bison/m4/
Dprintf.m4498 /* This catches a FreeBSD 6.1 bug: it doesn't round. */
505 /* This catches a FreeBSD 6.1 bug. See
510 /* This catches a Mac OS X 10.3.9 (Darwin 7.9) bug. */
517 /* This catches the same Mac OS X 10.3.9 (Darwin 7.9) bug and also a
577 /* This catches a Cygwin 1.5.x bug. */
/external/dexmaker/lib/
Ddalvik-dx-1.jar ... .android.dx.cf.code.ByteCatchList catches private final com.android.dx.cf. ...
/external/wycheproof/doc/
Drsa.md58 necessary a test decrypts some random ciphertexts and catches the exceptions. If
/external/doclava/src/com/google/doclava/parser/
DJava.g889 ( catches 'finally' block
890 | catches
895 catches
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g391 catches
397 List<BuilderTryBlock> tryBlocks = $catches.tryBlocks;
545 catches returns[List<BuilderTryBlock> tryBlocks]
/external/lzma/DOC/
Dlzma.txt321 7-Zip catches any exception in internal code and converts it to HRESULT code.
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dltdl.m4146 # The case above catches anything before 6.2, and it's known that
/external/libpng/
Dconfigure.ac163 # The following is for pngvalid, to ensure it catches FP errors even on
/external/clang/docs/
DDriverInternals.rst357 have been used to do what the user wanted) but still catches the most
/external/llvm/lib/Support/Unix/
DPath.inc302 // Note: this check catches strange situations. In all cases, LLVM should

123