| /external/igt-gpu-tools/gtests/src/ |
| D | gtest_kms_flip.cpp | 226 runSubTest(testBinaryName, "wf_vblank-ts-check-interruptible"); in TEST_F() 230 runSubTest(testBinaryName, "2x-wf_vblank-ts-check-interruptible"); in TEST_F() 234 runSubTest(testBinaryName, "absolute-wf_vblank-interruptible"); in TEST_F() 238 runSubTest(testBinaryName, "2x-absolute-wf_vblank-interruptible"); in TEST_F() 242 runSubTest(testBinaryName, "blocking-absolute-wf_vblank-interruptible"); in TEST_F() 246 runSubTest(testBinaryName, "2x-blocking-absolute-wf_vblank-interruptible"); in TEST_F() 250 runSubTest(testBinaryName, "plain-flip-interruptible"); in TEST_F() 254 runSubTest(testBinaryName, "2x-plain-flip-interruptible"); in TEST_F() 258 runSubTest(testBinaryName, "flip-vs-fences-interruptible"); in TEST_F() 262 runSubTest(testBinaryName, "2x-flip-vs-fences-interruptible"); in TEST_F() [all …]
|
| /external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
| D | MonitorTestCase.java | 25 * Tests for {@link Monitor}, either interruptible or uninterruptible. 49 private final boolean interruptible; field in MonitorTestCase 55 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase() argument 56 this.interruptible = interruptible; in MonitorTestCase() 73 return interruptible ? "enterInterruptibly" : "enter"; in enter() 81 return interruptible ? "enterIfInterruptibly" : "enterIf"; in enterIf() 89 return interruptible ? "enterWhen" : "enterWhenUninterruptibly"; in enterWhen() 93 return interruptible ? "waitFor" : "waitForUninterruptibly"; in waitFor() 237 // TODO: Test interrupts with both interruptible and uninterruptible monitor.
|
| D | InterruptibleMonitorTest.java | 21 * Tests for {@link Monitor}'s interruptible methods.
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | MonitorTestCase.java | 25 * Tests for {@link Monitor}, either interruptible or uninterruptible. 49 private final boolean interruptible; field in MonitorTestCase 55 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase() argument 56 this.interruptible = interruptible; in MonitorTestCase() 73 return interruptible ? "enterInterruptibly" : "enter"; in enter() 81 return interruptible ? "enterIfInterruptibly" : "enterIf"; in enterIf() 89 return interruptible ? "enterWhen" : "enterWhenUninterruptibly"; in enterWhen() 93 return interruptible ? "waitFor" : "waitForUninterruptibly"; in waitFor() 239 // TODO: Test interrupts with both interruptible and uninterruptible monitor.
|
| D | InterruptibleMonitorTest.java | 21 * Tests for {@link Monitor}'s interruptible methods.
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_ctx_switch.c | 47 #define INTERRUPTIBLE 0x1 macro 144 if (flags & INTERRUPTIBLE) { in single() 183 igt_while_interruptible(flags & INTERRUPTIBLE) { in single() 199 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 218 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 300 flags & INTERRUPTIBLE ? in all() 301 " (interruptible)" : "", in all() 323 { "-interruptible", INTERRUPTIBLE, NULL }, 325 { "-queue-interruptible", QUEUE | INTERRUPTIBLE, gem_has_queues },
|
| D | gem_exec_flush.c | 38 #define INTERRUPTIBLE 64 macro 267 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 281 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 293 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 301 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 313 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 638 igt_subtest_f("uc-%s-%s-interruptible", 642 UNCACHED | m->flags | INTERRUPTIBLE); 651 igt_subtest_f("wb-%s-%s-interruptible", 655 COHERENT | m->flags | INTERRUPTIBLE); [all …]
|
| D | gem_exec_whisper.c | 75 #define INTERRUPTIBLE 0x4 macro 344 igt_while_interruptible(flags & INTERRUPTIBLE) { in whisper() 528 { "interruptible", INTERRUPTIBLE }, 533 { "chain-interruptible", CHAIN | INTERRUPTIBLE }, 536 { "fds-interruptible", FDS | INTERRUPTIBLE}, 542 { "contexts-interruptible", CONTEXTS | INTERRUPTIBLE}, 548 { "queues-interruptible", QUEUES | INTERRUPTIBLE}, 590 if (m->flags & INTERRUPTIBLE)
|
| D | gem_fenced_exec_thrash.c | 91 #define INTERRUPTIBLE (1 << 1) macro 137 igt_while_interruptible(flags & INTERRUPTIBLE) { in run_test() 181 flags & INTERRUPTIBLE ? "-interruptible" : "")
|
| D | gem_evict_everything.c | 205 "interruptible" : "normal") { 238 igt_subtest("mlocked-interruptible") 241 igt_subtest("swapping-interruptible") 244 igt_subtest("minor-interruptible") 247 igt_subtest("major-interruptible") {
|
| D | gem_ringfill.c | 43 #define INTERRUPTIBLE 0x1 macro 88 igt_while_interruptible(flags & INTERRUPTIBLE) { in fill_ring() 250 { "-interruptible", INTERRUPTIBLE, 1, true }, 255 { "-bomb", BOMB | NEWFD | INTERRUPTIBLE, 150 },
|
| D | gem_reloc_vs_gpu.c | 321 igt_subtest("interruptible") 324 igt_subtest("interruptible-hang") 327 igt_subtest("faulting-reloc-interruptible") 330 igt_subtest("faulting-reloc-interruptible-hang") 339 flags & INTERRUPT ? "-interruptible" : "",
|
| D | gem_render_copy_redux.c | 220 igt_subtest("interruptible") { 234 igt_subtest("flink-interruptible") {
|
| D | gem_userptr_blits.c | 1924 "interruptible" : "normal") { 1953 igt_subtest("mlocked-unsync-interruptible") 1956 igt_subtest("swapping-unsync-interruptible") 1959 igt_subtest("minor-unsync-interruptible") 1962 igt_subtest("major-unsync-interruptible") { 2042 "interruptible" : "normal") { 2071 igt_subtest("mlocked-sync-interruptible") 2074 igt_subtest("swapping-sync-interruptible") 2077 igt_subtest("minor-sync-interruptible") 2080 igt_subtest("major-sync-interruptible") {
|
| /external/mesa3d/docs/ |
| D | gitlab-ci.yml | 36 interruptible: true 61 interruptible: true
|
| /external/mbedtls/library/ |
| D | psa_crypto_core.h | 572 * interruptible function in a single call. 589 * interruptible function in a single call. 597 * by an interruptible function in a single call. 645 * interruptible manner. 670 * \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations 683 * short message with a private key, in an interruptible manner. 747 * interruptible manner. 774 * Either no internal interruptible operations are currently supported, 790 * short message with a private key, in an interruptible manner.
|
| /external/perfetto/test/trace_processor/diff_tests/metrics/startup/ |
| D | android_startup_slow.out | 66 slow_start_reason: "Main Thread - Time spent in interruptible sleep state" 90 reason: "Main Thread - Time spent in interruptible sleep state"
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 3 interruptible: true 24 interruptible: true 48 interruptible: true 193 interruptible: true
|
| /external/mbedtls/docs/ |
| D | driver-only-builds.md | 184 ### Limitations regarding restartable / interruptible ECC operations 186 At the moment, there is no driver support for interruptible operations 190 Similarly, there is no PSA support for interruptible ECDH operations so these
|
| /external/mbedtls/include/psa/ |
| D | crypto_builtin_composites.h | 103 /* Context structure for the Mbed TLS interruptible sign hash implementation. */ 136 /* Context structure for the Mbed TLS interruptible verify hash
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
| D | Interruptible.kt | 12 …* [an interruptible manner](https://docs.oracle.com/javase/tutorial/essential/concurrency/interrup… in <lambda>() 27 * It enables single-call conversion of interruptible Java methods into suspending functions. in <lambda>()
|
| /external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
| D | JimfsFileChannel.java | 59 * Set of threads that are currently doing an interruptible blocking operation; that is, doing 114 * Begins a blocking operation, making the operation interruptible. Returns {@code true} if the 602 // lock is interruptible in lock() 621 // tryLock is not interruptible in tryLock()
|
| /external/mbedtls/docs/architecture/psa-migration/ |
| D | psa-limitations.md | 14 Restartable (aka interruptible) ECC operations 17 Support for interruptible ECDSA sign/verify was added to PSA in Mbed TLS 3.4. 18 However, support for interruptible ECDH is not present yet. Also, PK, X.509 and
|
| /external/trusty/arm-trusted-firmware/plat/qti/common/src/ |
| D | qti_interrupt_svc.c | 30 * EL3 non-interruptible. Interrupt shouldn't occur when we are at in qti_el3_interrupt_handler()
|
| /external/arm-trusted-firmware/plat/qti/common/src/ |
| D | qti_interrupt_svc.c | 30 * EL3 non-interruptible. Interrupt shouldn't occur when we are at in qti_el3_interrupt_handler()
|