/external/xz-java/src/org/tukaani/xz/lz/ |
D | LZEncoder.java | 43 private boolean finishing = false; field in LZEncoder 198 assert !finishing; in fillWindow() local 269 finishing = true; 410 if (avail < requiredForFinishing || !finishing) {
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 820 val finishing = state as? Finishing ?: Finishing(list, false, null) in <lambda>() constant 823 synchronized(finishing) { in <lambda>() 825 if (finishing.isCompleting) return COMPLETING_ALREADY_COMPLETING in <lambda>() 827 finishing.isCompleting = true in <lambda>() 831 if (finishing !== state) { in <lambda>() 832 if (!_state.compareAndSet(state, finishing)) return COMPLETING_RETRY in <lambda>() 835 require(!finishing.isSealed) // cannot be sealed in <lambda>() 837 val wasCancelling = finishing.isCancelling in <lambda>() 838 … (proposedUpdate as? CompletedExceptionally)?.let { finishing.addExceptionLocked(it.cause) } in <lambda>() 840 notifyRootCause = finishing.rootCause.takeIf { !wasCancelling } in <lambda>() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | cfi-scope-errors.s | 13 # CHECK: error: starting new .cfi frame before finishing the previous one
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | libjingle_media_unittest.gtest-drmemory_win32.txt | 1 # Times out before finishing on DrMemory Full
|
/external/autotest/test_suites/ |
D | control.graphics_browser | 17 The machine should reboot after finishing the suite or timing out.
|
D | control.graphics_system | 18 The machine should reboot after finishing the suite or timing out.
|
D | control.graphics | 27 The machine should reboot after finishing the suite or timing out.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fence_sync.txt | 31 - Flushing or finishing before wait
|
/external/python/cpython3/Include/internal/ |
D | pycore_pystate.h | 26 int finishing; member
|
/external/webrtc/webrtc/base/ |
D | maccocoasocketserver.mm | 42 // NSApp stop only exits after finishing processing of the
|
/external/lzma/DOC/ |
D | installer.txt | 27 temp files after program finishing. Self-extract archive for installers must be created
|
/external/libcups/cups/ |
D | cupspm.md | 344 the finishing processes that are applied to the job, including stapling, 387 For example, the following code prints the supported finishing processes for a 466 finishing processes but the ready values will only list the punch processes. 478 For example, the following code lists the ready finishing processes:
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 445 testfile9: 3860 error while finishing `%s': %s
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 236 the cache of parsed strings from clearing after finishing the decoding.
|
D | 3.6.6rc1.rst | 222 the cache of parsed strings from clearing after finishing the decoding.
|
/external/angle/src/libANGLE/renderer/metal/ |
D | SurfaceMtl.mm | 517 // The GPU might be taking too long finishing its rendering to the previous frame.
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.39.txt | 153 Fix use-after-free bug in e2fsck when finishing up the use of the
|
/external/mesa3d/docs/relnotes/ |
D | 7.9.2.rst | 186 - intel: Check for unsupported texture when finishing using as a render
|
/external/libcups/filter/ |
D | postscript-driver.shtml | 12 … features. Typically this is used to support advanced job management or finishing functions on the…
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 688 // because the exception handling thread is still finishing up
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 869 // because the exception handling thread is still finishing up
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 468 Close the :class:`TarFile`. In write mode, two finishing zero blocks are
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.2rc1.rst | 1591 Fix test_startfile to wait for child process to terminate before finishing.
|
/external/python/cpython3/Python/ |
D | ceval.c | 482 if (pending->finishing) { in _PyEval_AddPendingCall() 597 pending->finishing = 1; in _Py_FinishPendingCalls()
|
/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 506 Close the :class:`TarFile`. In write mode, two finishing zero blocks are
|