Home
last modified time | relevance | path

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

/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/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/kotlinx.coroutines/
DCHANGES_UP_TO_1.7.md554 ### Flow subsection
588 ### Flow subsection
608 ### Flow subsection
673 ### Flow subsection
721 ### Flow subsection
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DFlow.kt180 public interface Flow<out T> { interface
/external/perfetto/include/perfetto/tracing/
Dtrack_event_args.h61 explicit constexpr Flow(uint64_t flow_id) : flow_id_(flow_id) {} in Flow() function
Dtrack.h42 class Flow; variable
150 friend class Flow; member
/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/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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DTransformWhileTest.kt61 private fun Flow<DownloadProgress>.completeWhenDone(): Flow<DownloadProgress> = in <lambda>() method
/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/perfetto/ui/src/frontend/
Dglobals.ts106 export interface Flow { interface
/external/python/oauth2client/oauth2client/
Dclient.py333 class Flow(object): class
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dclient.py331 class Flow(object): class