Home
last modified time | relevance | path

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

/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-mca.rst800 Instruction Dispatch
837 Instruction Issue
871 Write-Back and Retire Stage
884 Load/Store Unit and Memory Consistency Model
/external/python/google-api-python-client/docs/
Doauth.md46 ### Flow subsection
50 #### from_client_secrets_file()
65 #### authorization_url()
82 #### fetch_token()
/external/kotlinx.coroutines/
DCHANGES.md104 ### Flow subsection
138 ### Flow subsection
158 ### Flow subsection
223 ### Flow subsection
271 ### Flow subsection
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DFlowInvariantsTest.kt109 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method
118 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method
136 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
143 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
161 fun Flow<Int>.buffer(): Flow<Int> = flow { in <lambda>() method
176 …private fun Flow<Int>.buffer(coroutineContext: CoroutineContext, flow: (suspend FlowCollector<Int>… in <lambda>() method
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md516 ### Selection
592 ### Loop
684 ### Block argument for Phi
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DFlow.kt168 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp728 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
746 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
755 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
818 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/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp740 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local
758 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local
767 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
830 BasicBlock *Flow = needPrefix(false); in wireFlow() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DTransformWhileTest.kt61 private fun Flow<DownloadProgress>.completeWhenDone(): Flow<DownloadProgress> = in <lambda>() method
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp303 auto Flow = isl_union_access_info_compute_flow(AI); in buildFlow() local
436 isl_union_flow *Flow = buildFlow(Write, Write, Read, nullptr, Schedule); in calculateDependences() local
/external/perfetto/ui/src/frontend/
Dglobals.ts65 export interface Flow { interface
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DCallbackFlowTest.kt121 private fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
/external/python/oauth2client/oauth2client/
Dclient.py333 class Flow(object): class
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1812 auto Flow = CodeCompleteFlow( in codeComplete() local