/external/python/google-api-python-client/docs/ |
D | oauth.md | 46 ### Flow subsection 50 #### from_client_secrets_file() 65 #### authorization_url() 82 #### fetch_token()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
D | FlowInvariantsTest.kt | 109 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/ |
D | CHANGES_UP_TO_1.7.md | 554 ### Flow subsection 588 ### Flow subsection 608 ### Flow subsection 673 ### Flow subsection 721 ### Flow subsection
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Flow.kt | 180 public interface Flow<out T> { interface
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_args.h | 61 explicit constexpr Flow(uint64_t flow_id) : flow_id_(flow_id) {} in Flow() function
|
D | track.h | 42 class Flow; variable 150 friend class Flow; member
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/channels/ |
D | ChannelFlowTest.kt | 98 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/ |
D | StructurizeCFG.cpp | 705 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/ |
D | StructurizeCFG.cpp | 728 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/ |
D | TransformWhileTest.kt | 61 private fun Flow<DownloadProgress>.completeWhenDone(): Flow<DownloadProgress> = in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | CallbackFlowTest.kt | 121 private fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
|
/external/perfetto/ui/src/frontend/ |
D | globals.ts | 106 export interface Flow { interface
|
/external/python/oauth2client/oauth2client/ |
D | client.py | 333 class Flow(object): class
|
/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
D | client.py | 331 class Flow(object): class
|