Home
last modified time | relevance | path

Searched refs:finishing (Results 1 – 25 of 80) sorted by relevance

1234

/external/xz-java/src/org/tukaani/xz/lz/
DLZEncoder.java43 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/
DJobSupport.kt820 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/
Dcfi-scope-errors.s13 # CHECK: error: starting new .cfi frame before finishing the previous one
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Dlibjingle_media_unittest.gtest-drmemory_win32.txt1 # Times out before finishing on DrMemory Full
/external/autotest/test_suites/
Dcontrol.graphics_browser17 The machine should reboot after finishing the suite or timing out.
Dcontrol.graphics_system18 The machine should reboot after finishing the suite or timing out.
Dcontrol.graphics27 The machine should reboot after finishing the suite or timing out.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fence_sync.txt31 - Flushing or finishing before wait
/external/python/cpython3/Include/internal/
Dpycore_pystate.h26 int finishing; member
/external/webrtc/webrtc/base/
Dmaccocoasocketserver.mm42 // NSApp stop only exits after finishing processing of the
/external/lzma/DOC/
Dinstaller.txt27 temp files after program finishing. Self-extract archive for installers must be created
/external/libcups/cups/
Dcupspm.md344 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/
Drun-strings-test.sh445 testfile9: 3860 error while finishing `%s': %s
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b5.rst236 the cache of parsed strings from clearing after finishing the decoding.
D3.6.6rc1.rst222 the cache of parsed strings from clearing after finishing the decoding.
/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.mm517 // The GPU might be taking too long finishing its rendering to the previous frame.
/external/e2fsprogs/doc/RelNotes/
Dv1.39.txt153 Fix use-after-free bug in e2fsck when finishing up the use of the
/external/mesa3d/docs/relnotes/
D7.9.2.rst186 - intel: Check for unsupported texture when finishing using as a render
/external/libcups/filter/
Dpostscript-driver.shtml12 … features. Typically this is used to support advanced job management or finishing functions on the…
/external/google-breakpad/src/client/ios/
DBreakpad.mm688 // because the exception handling thread is still finishing up
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm869 // because the exception handling thread is still finishing up
/external/python/cpython2/Doc/library/
Dtarfile.rst468 Close the :class:`TarFile`. In write mode, two finishing zero blocks are
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst1591 Fix test_startfile to wait for child process to terminate before finishing.
/external/python/cpython3/Python/
Dceval.c482 if (pending->finishing) { in _PyEval_AddPendingCall()
597 pending->finishing = 1; in _Py_FinishPendingCalls()
/external/python/cpython3/Doc/library/
Dtarfile.rst506 Close the :class:`TarFile`. In write mode, two finishing zero blocks are

1234