Home
last modified time | relevance | path

Searched refs:catches (Results 1 – 25 of 131) 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()
499 … RegisterSpecList.EMPTY, catches, Constants.getConstant(value))); in loadConstantInternal()
535 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches)); in op()
604 RegisterSpecList.make(instance.spec()), catches, fieldId.constant)); in iget()
614 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant)); in iput()
622 RegisterSpecList.EMPTY, catches, fieldId.constant)); in sget()
631 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/eigen/cmake/
DEigenDetermineVSServicePack.cmake19 # temporary fix, until CMake catches up
/external/linux-kselftest/android/patches/
D0023-userfaultfd-pagemap-not-supported-5.14.patch6 Disable uffd tests with pagemap until Android kernel 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/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/test/CodeGen/X86/
Dmisched-new.ll85 ; catches any pressure set underflow.
Dremat-fold-load.ll9 ; catches the problem.
/external/cronet/third_party/icu/patches/
Diso2022jp.patch57 - * for Shift-JIS so that the converter catches it.
/external/AFLplusplus/utils/libdislocator/
DREADME.md23 on the original block. This catches use-after-realloc bugs,
/external/llvm/test/Verifier/
Dstatepoint.ll27 ; 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/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`,
/external/bcc/tools/
Dexecsnoop_example.txt23 and shows details of the arguments and return value. This catches new processes
/external/skia/include/config/
Dcopts.bzl39 # SkRawCodec catches any exceptions thrown by dng_sdk, insulating the rest of Skia.
/external/wycheproof/doc/
Drsa.md58 necessary a test decrypts some random ciphertexts and catches the exceptions. If
/external/e2fsprogs/doc/RelNotes/
Dv1.28.txt62 E2fsck now catches SIGINT and SIGTERM to make sure it will can
/external/python/cpython2/Misc/NEWS.d/
D2.7rc1.rst345 test_support.transient_internet() catches gaierror(EAI_NONAME) and
/external/python/cpython2/Doc/library/
Dexceptions.rst211 :exc:`BaseException` so as to not be accidentally caught by code that catches
361 or :exc:`Exception` so that it is not accidentally caught by code that catches
/external/apache-commons-lang/src/site/resources/release-notes/
DRELEASE-NOTES-3.0.txt143 [LANG-585] exception.DefaultExceptionContext.getFormattedExceptionMessage catches Throwable.
/external/doclava/src/com/google/doclava/parser/
DJava.g889 ( catches 'finally' block
890 | catches
895 catches
/external/lzma/DOC/
Dlzma.txt321 7-Zip catches any exception in internal code and converts it to HRESULT code.
/external/pigweed/docs/
Dfaq.rst181 module that catches their eye, and after that goes well, they’d quickly start

123456