Home
last modified time | relevance | path

Searched defs:Continuation (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTaskQueue.h109 std::function<void()> Continuation; in completeTask() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp91 Continuation, enumerator
1259 auto Continuation = in splitRetconCoroutine() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUnitConverter.java290 public static class Continuation implements Comparable<Continuation> { class in UnitConverter
301 public Continuation(List<String> remainder, String source) { in Continuation() method in UnitConverter.Continuation
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java385 Continuation(0), enumConstant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt475 … private fun Continuation<*>.owner(): CoroutineOwner<*>? = (this as? CoroutineStackFrame)?.owner() in <lambda>() method
/external/python/cpython2/Lib/
Dimaplib.py95 Continuation = re.compile(r'\+( (?P<data>.*))?') variable
/external/python/cpython3/Lib/
Dimaplib.py106 Continuation = re.compile(br'\+( (?P<data>.*))?') variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt228 private fun Continuation<*>.helpCloseAndResumeWithSendException(element: E, closed: Closed<*>) { in <lambda>() method