Searched refs:catching (Results 1 – 25 of 84) sorted by relevance
1234
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | XLogger.java | 185 public void catching(Throwable throwable) { in catching() method in XLogger 199 public void catching(Level level, Throwable throwable) { in catching() method in XLogger
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/ |
D | XLoggerTest.java | 124 logger.catching(ex); in testCaught() 125 logger.catching(XLogger.Level.DEBUG, ex); in testCaught()
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/ |
D | control | 27 catching errors.
|
/external/autotest/client/site_tests/hardware_SAT/ |
D | control.hwqual | 11 system interfaces. It is good at catching memory signal integrity issues or
|
D | control.memory_qual | 11 system interfaces. It is good at catching memory signal integrity issues or
|
D | control | 11 system interfaces. It is good at catching memory signal integrity issues or
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_6-1.in | 10 in sa_sigaction identifying the signal-catching function.
|
D | template_13-1.in | 10 signal-catching functions are executed on the current stack if the
|
D | template_12-2.in | 10 signal-catching functions are executed on the current stack if the
|
D | template_8-1.in | 11 execution of the signal-catching function.
|
D | template_12-1.in | 10 signal-catching functions are executed on the alternate stack if the
|
D | template_25-1.in | 9 that when the sa_sigaction signal-catching function is entered, then
|
D | template_22-1.in | 11 sa_sigaction signal-catching function is entered, then the signal that
|
/external/flatbuffers/docs/source/ |
D | Support.md | 14 feature set, and is likely most robust. Other languages are catching up
|
/external/bcc/tools/ |
D | mysqld_qslower_example.txt | 31 It worked, but I'm not catching any faster queries in this example. Notice I
|
D | xfsslower_example.txt | 61 spanned 14 seconds), as the lower threshold is catching more I/O.
|
D | fileslower_example.txt | 61 spanned 12 seconds), and the lower threshold is catching more I/O.
|
D | btrfsslower_example.txt | 71 spanned 6 seconds), as the lower threshold is catching more I/O.
|
/external/pdfium/third_party/libopenjpeg20/ |
D | CMakeLists.txt | 92 # catching mechanism something is busted in cmake 2.8.5, I had to use the
|
/external/perfetto/gn/standalone/libc++/ |
D | libc++.gni | 25 # that Chrome uses on most production configurations (% lagging catching up
|
/external/glide/third_party/disklrucache/ |
D | README.md | 41 should handle other problems by catching `IOException` and responding
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFlags.def | 33 "use exit with this exitcode after catching a deadly signal.")
|
/external/ltp/doc/ |
D | style-guide.txt | 46 error catching logic. 47 * Ensure that error catching is consistent and informative; all
|
/external/markdown/docs/ |
D | CHANGE_LOG | 105 May 18, 2006: Stopped catching unquoted titles in reference links.
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 101 catch an asynchronous exception generated in the same frame as the catching
|
1234