Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/stdlib-stubs/src/
DContinuation.kt7 public interface Continuation<in T> { interface
/external/llvm-project/llvm/include/llvm/Support/
DTaskQueue.h109 std::function<void()> Continuation; in completeTask() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTaskQueue.h109 std::function<void()> Continuation; in completeTask() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp162 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp92 Continuation, enumerator
1360 Value *Continuation) { in replaceAsyncResumeFunction()
1427 auto *Continuation = in splitAsyncCoroutine() local
1535 auto Continuation = in splitRetconCoroutine() local
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp999 bool Prescanner::Continuation(bool mightNeedFixedFormSpace) { in Continuation() function in Fortran::parser::Prescanner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp91 Continuation, enumerator
1259 auto Continuation = in splitRetconCoroutine() local
/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java247 public static class Continuation implements Comparable<Continuation> { class in UnitConverter
258 public Continuation(List<String> remainder, String source) { in Continuation() method in UnitConverter.Continuation
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt391 … private fun Continuation<*>.owner(): CoroutineOwner<*>? = (this as? CoroutineStackFrame)?.owner() in <lambda>() method
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java385 Continuation(0), enumConstant
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp284 static ListContinuationRecord Continuation(TypeIndex(59)); variable
/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.kt208 private fun Continuation<*>.helpCloseAndResumeWithSendException(element: E, closed: Closed<*>) { in <lambda>() method