/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentDisposition.java | 106 public void setHandling(String handling) throws ParseException { in setHandling() argument 107 if (handling == null) in setHandling() 111 this.setParameter("handling", handling); in setHandling()
|
/external/arm-trusted-firmware/docs/components/ |
D | ras.rst | 9 paradigm for handling platform errors: exceptions resulting from errors are 12 Recovery interrupts. The |EHF| document mentions various `error handling 15 .. __: exception-handling.rst#delegation-use-cases 25 As mentioned above, the RAS support in |TF-A| enables routing to and handling of 50 .. __: ../getting_started/porting-guide.rst#external-abort-handling-and-ras-support 150 Recovery interrupts. For the firmware-first handling paradigm for interrupts to 171 Double-fault handling 175 handling of a previously signalled error is still underway. When a Double Fault 202 - ``EL3_EXCEPTION_HANDLING=1`` enables handling of exceptions at EL3. See 230 arbitrate handling of RAS exceptions with others that are routed to EL3. This [all …]
|
D | exception-handling.rst | 4 This document describes various aspects of handling exceptions by Runtime 12 |TF-A|'s handling of synchronous ``SMC`` exceptions raised from lower ELs is 14 semantics of `interrupt handling`__ and `synchronous exceptions`__ other than 17 .. __: firmware-design.rst#handling-an-smc 18 .. __: `Interrupt handling`_ 50 too implies that firmware-first handling is required, where the events are 54 For |TF-A|, firmware-first handling means that asynchronous exceptions are 56 software components that are capable of handling those exceptions that target 63 handling terminates in EL3. 66 rest of the handling to a dedicated software stack running at lower Secure [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 38 handling map[ID]*Request member 78 handling: make(map[ID]*Request), 99 handling, found := c.handling[id] 102 handling.cancel() 297 r.conn.handling[*r.ID] = r 299 delete(r.conn.handling, *r.ID)
|
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 38 handling map[ID]*Request member 78 handling: make(map[ID]*Request), 99 handling, found := c.handling[id] 102 handling.cancel() 297 r.conn.handling[*r.ID] = r 299 delete(r.conn.handling, *r.ID)
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 38 handling map[ID]*Request member 78 handling: make(map[ID]*Request), 99 handling, found := c.handling[id] 102 handling.cancel() 297 r.conn.handling[*r.ID] = r 299 delete(r.conn.handling, *r.ID)
|
/external/elfutils/ |
D | NEWS | 424 Improved SHT_GROUP sections handling. 444 libdw: Fix for handling huge .debug_aranges section. 446 libdwfl: Fix for handling prelinked DSO with separate debug file. 468 libdwfl: Fixes in core-file handling, support cores from PIEs. 475 libdw: Fixes in CFI handling, best possible handling of bogus CFA ops. 513 Location expression handling now supports DW_OP_implicit_value. 532 Basic handling of some new encodings slated for DWARF 4. 558 readelf: Implement call frame information and exception handling dumping. 578 nm: bug fixes for handling corrupt input files 593 strip: changed handling of ET_REL files wrt symbol tables and relocs [all …]
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 12 exception handling in LLVM. It describes the format that LLVM exception 13 handling information takes, which is useful for those interested in creating 15 provides specific examples of what exception handling information is used for in 21 Exception handling for most programming languages is designed to recover from 23 exception handling should not interfere with the main flow of an application's 29 speculative exception handling code in the flow of an application's main 33 A more complete description of the Itanium ABI exception handling runtime 46 Setjmp/Longjmp (SJLJ) based exception handling uses LLVM intrinsics 48 exception handling. 60 In contrast to DWARF exception handling, which encodes exception regions and [all …]
|
/external/kotlinx.coroutines/ |
D | coroutines-guide.md | 78 * <a name='declarative-handling'></a>[Declarative handling](docs/flow.md#declarative-handling) 94 <!--- TOC_REF docs/exception-handling.md --> 95 * <a name='exception-handling'></a>[Exception Handling](docs/exception-handling.md#exception-handli… 96 …* <a name='exception-propagation'></a>[Exception propagation](docs/exception-handling.md#exception… 97 …* <a name='coroutineexceptionhandler'></a>[CoroutineExceptionHandler](docs/exception-handling.md#c… 98 …* <a name='cancellation-and-exceptions'></a>[Cancellation and exceptions](docs/exception-handling.… 99 …* <a name='exceptions-aggregation'></a>[Exceptions aggregation](docs/exception-handling.md#excepti… 100 * <a name='supervision'></a>[Supervision](docs/exception-handling.md#supervision) 101 * <a name='supervision-job'></a>[Supervision job](docs/exception-handling.md#supervision-job) 102 …* <a name='supervision-scope'></a>[Supervision scope](docs/exception-handling.md#supervision-scope) [all …]
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.mm | 6 // This files tests our path-sensitive handling of Objective-c++ files. 9 // Test basic handling of references. 20 // Test basic handling of references with Objective-C classes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 12 exception handling in LLVM. It describes the format that LLVM exception 13 handling information takes, which is useful for those interested in creating 15 provides specific examples of what exception handling information is used for in 21 Exception handling for most programming languages is designed to recover from 23 exception handling should not interfere with the main flow of an application's 29 speculative exception handling code in the flow of an application's main 33 A more complete description of the Itanium ABI exception handling runtime 46 Setjmp/Longjmp (SJLJ) based exception handling uses LLVM intrinsics 48 exception handling. 60 In contrast to DWARF exception handling, which encodes exception regions and [all …]
|
/external/ltp/testcases/network/stress/dns/ |
D | 00_Descriptions.txt | 2 Verify the dns server or the kernel is not down after handling 6 Verify the dns server or the kernel is not down after handling
|
/external/catch2/projects/ExtraTests/ |
D | ToDo.txt | 5 CATCH_CONFIG_WINDOWS_SEH // Enable SEH handling on Windows 8 CATCH_CONFIG_POSIX_SIGNALS // Enable handling POSIX signals
|
/external/arm-trusted-firmware/docs/design/ |
D | interrupt-framework-design.rst | 14 respect to their delivery and handling without the possibility of 64 to the First Exception Level (FEL) capable of handling interrupts. When 100 control of handling secure interrupts. 104 handover the interrupt to Secure-EL1 for handling. 113 can handover the interrupt to Secure-EL1 for handling. 139 non-secure software for handling. 147 by EL3 interrupt and can handover the interrupt to EL3 for handling. 152 handling`__ documentation. 154 .. __: exception-handling.rst#interrupt-handling 218 managed by the interrupt handling framework. This entails: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | implicit-null-check.ll | 329 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 5 331 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 7 333 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 9 335 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 7 337 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 3 339 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 4 341 ; OBJDUMP-NEXT: Fault kind: FaultingStore, faulting PC offset: 0, handling PC offset: 7 343 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 11
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 143 * Fix (more like clarify) `bytes` / `str` handling in crypto 180 * `tox` updates for new environment handling in `tox`. 189 * Better handling of `body` during token refresh when `body` is a stream. 190 * Better handling of expired tokens in storage. 200 * Better handling of filesystem errors in credential refresh. 258 * Quick bugfix for bad error handling in from_json. 269 * Better exception handling around missing crypto libraries (#56). 275 * Better unicode handling with PKCS12 passwords (#31, thanks @jterrace). 276 * Better retry handling with bad server replies on refresh (#29, thanks 329 * Consolidate handling of scopes. [all …]
|
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
D | control | 14 Note that shill's DHCP timeout handling depends on the device technology. 15 This test only vaidates shill's handling of DHCP timeouts for Ethernet.
|
/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/ |
D | control | 15 Note that shill's DHCP timeout handling depends on the device technology. 16 This test only vaidates shill's handling of DHCP timeouts for Ethernet.
|
/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 23 *encoding* using the error handling method defined by *errors*. *errors* may 32 *encoding* using the error handling method defined by *errors*. *errors* may 75 Register the error handling callback function *error* under the given *name*. 94 Lookup the error handling callback function registered under *name*. As a 95 special case *NULL* can be passed, in which case the error handling callback
|
/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 23 *encoding* using the error handling method defined by *errors*. *errors* may 32 *encoding* using the error handling method defined by *errors*. *errors* may 75 Register the error handling callback function *error* under the given *name*. 94 Lookup the error handling callback function registered under *name*. As a 95 special case ``NULL`` can be passed, in which case the error handling callback
|
/external/arm-trusted-firmware/docs/resources/diagrams/ |
D | Makefile | 46 sec-int-handling.png \ 47 non-sec-int-handling.png
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc2.rst | 16 Previous change to ``sys.argv[0]`` handling for -m command line option 17 reverted due to unintended side effects on handling of ``sys.path``. See 96 logging: Improved error handling for Unicode in exception text.
|
/external/python/cpython2/Doc/library/ |
D | autogil.rst | 2 :mod:`autoGIL` --- Global Interpreter Lock handling in event loops 7 :synopsis: Global Interpreter Lock handling in event loops.
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | sdei_explicit_dispatch.puml | 31 note over RAS: Critical event handling 45 RAS->EL3: error handling done
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/ |
D | AbstractFakeCommandHandler.groovy | 59 LOG.warn("Error handling command: $command; ${e}") 63 LOG.warn("Error handling command: $command; ${e}") 67 LOG.warn("Error handling command: $command; ${e}") 71 LOG.warn("Error handling command: $command; ${e}; path: ${e.path}") 75 LOG.warn("Error handling command: $command; ${e}; path: ${e.path}") 80 LOG.warn("Error handling command: $command; ${e}")
|