Home
last modified time | relevance | path

Searched defs:Flow (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst592 Instruction Dispatch
629 Instruction Issue
663 Write-Back and Retire Stage
676 Load/Store Unit and Memory Consistency Model
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DFlowInvariantsTest.kt134 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method
143 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method
161 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
168 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
186 fun Flow<Int>.buffer(): Flow<Int> = flow { in <lambda>() method
201 …private fun Flow<Int>.buffer(coroutineContext: CoroutineContext, flow: (suspend FlowCollector<Int>… in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DFlow.kt160 public interface Flow<out T> { interface
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/channels/
DChannelFlowTest.kt98 private fun Flow<Int>.mergeTwoCoroutines(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
107 private fun Flow<Int>.mergeOneCoroutine(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
118 fun Flow<Int>.bufferWithTimeout(): Flow<Int> = channelFlow { in <lambda>() method
/external/kotlinx.coroutines/
DCHANGES.md18 ### Flow subsection
66 ### Flow subsection
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp703 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
721 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
730 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
793 BasicBlock *Flow = needPrefix(false); in wireFlow() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp705 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
724 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
733 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
800 BasicBlock *Flow = needPrefix(false); in wireFlow() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DCallbackFlowTest.kt121 private fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = callbackFlow { in <lambda>() method
/external/python/oauth2client/oauth2client/
Dclient.py333 class Flow(object): class
/external/webrtc/webrtc/base/
Dstream.cc1066 StreamResult Flow(StreamInterface* source, in Flow() function