/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-mca.rst | 800 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/ |
D | oauth.md | 46 ### Flow subsection 50 #### from_client_secrets_file() 65 #### authorization_url() 82 #### fetch_token()
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 104 ### Flow subsection 138 ### Flow subsection 158 ### Flow subsection 223 ### Flow subsection 271 ### Flow subsection
|
/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/llvm-project/mlir/docs/Dialects/ |
D | SPIR-V.md | 516 ### Selection 592 ### Loop 684 ### Block argument for Phi
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Flow.kt | 168 public interface Flow<out T> { interface
|
/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/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/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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 740 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/ |
D | TransformWhileTest.kt | 61 private fun Flow<DownloadProgress>.completeWhenDone(): Flow<DownloadProgress> = in <lambda>() method
|
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 303 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/ |
D | globals.ts | 65 export interface Flow { interface
|
/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/python/oauth2client/oauth2client/ |
D | client.py | 333 class Flow(object): class
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CodeComplete.cpp | 1812 auto Flow = CodeCompleteFlow( in codeComplete() local
|