/aosp_15_r20/external/python/google-api-python-client/docs/ |
D | oauth.md | 46 ### Flow subsection 50 #### from_client_secrets_file() 65 #### authorization_url() 82 #### fetch_token()
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/extensions/ |
D | Flow.kt | 40 fun Flow<PagingData<Media>>.toMediaGridItemFromMedia(): Flow<PagingData<MediaGridItem.MediaItem>> { in <lambda>() method 51 fun Flow<PagingData<Group.Album>>.toMediaGridItemFromAlbum(): Flow<PagingData<MediaGridItem>> { in toMediaGridItemFromAlbum() method 66 fun Flow<PagingData<MediaGridItem.MediaItem>>.insertMonthSeparators( in insertMonthSeparators() method 119 fun Flow<UserStatus>.getUserProfilesVisibleToPhotopicker(): Flow<List<UserProfile>> { in getUserProfilesVisibleToPhotopicker() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
H A D | FlowInvariantsTest.kt | 107 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method 116 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method 134 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method 141 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method 159 fun Flow<Int>.buffer(): Flow<Int> = flow { in <lambda>() method 174 …private fun Flow<Int>.buffer(coroutineContext: CoroutineContext, flow: (suspend FlowCollector<Int>… in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
H A D | Diffable.kt | 88 fun Flow<Boolean>.logDiffsForTable( in logDiffsForTable() method 107 fun Flow<Int>.logDiffsForTable( in logDiffsForTable() method 126 fun Flow<Int?>.logDiffsForTable( in logDiffsForTable() method 145 fun Flow<String?>.logDiffsForTable( in logDiffsForTable() method
|
/aosp_15_r20/external/executorch/backends/example/ |
H A D | README.md | 16 ### Quantize and Delegate 22 ### Partitioner and Backend 28 ### Memory format permute
|
/aosp_15_r20/external/kotlinx.coroutines/ |
H A D | CHANGES_UP_TO_1.7.md | 554 ### Flow subsection 588 ### Flow subsection 608 ### Flow subsection 673 ### Flow subsection 721 ### Flow subsection
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | quantization.rst | 652 Observer and FakeQuantize 676 General Quantization Flow
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 184 MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectElseRegionBlocks() 223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters() 470 Register Reg, Register NewReg, MachineBasicBlock *Flow, in updateLiveRangeInElseRegion() 500 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow, in optimizeLiveRange()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Flow.java | 166 public final class Flow { class 168 private Flow() {} // uninstantiable in Flow() method in Flow
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | Flow.java | 166 public final class Flow { class 168 private Flow() {} // uninstantiable in Flow() method in Flow
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Flow.java | 166 public final class Flow { class 168 private Flow() {} // uninstantiable in Flow() method in Flow
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 162 std::vector<std::pair<uint64_t, int64_t>> Flow; in getFlow() local 172 int64_t Flow = 0; in getFlow() local 556 int64_t Flow; member 1027 uint64_t Flow = std::min(SuccFlow, BlockFlow); in rebalanceBlock() local 1194 int64_t Flow = 0; in extractWeights() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/channels/ |
H A D | ChannelFlowTest.kt | 95 private fun Flow<Int>.mergeTwoCoroutines(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method 104 private fun Flow<Int>.mergeOneCoroutine(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method 115 fun Flow<Int>.bufferWithTimeout(): Flow<Int> = channelFlow { in <lambda>() method
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 856 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local 881 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local 890 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix() 953 BasicBlock *Flow = needPrefix(false); in wireFlow() local
|
/aosp_15_r20/external/accompanist/flowlayout/src/main/java/com/google/accompanist/flowlayout/ |
H A D | Flow.kt | 174 private fun Flow( in Flow() method
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/ |
H A D | track.h | 43 class Flow; variable 145 friend class Flow; member
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/ |
H A D | track.h | 47 class Flow; variable 149 friend class Flow; member
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/ |
H A D | QSTileViewModelImpl.kt | 209 private fun Flow<QSTileUserAction>.filterByPolicy(user: UserHandle): Flow<QSTileUserAction> = in <lambda>() method 227 private fun Flow<QSTileUserAction>.filterFalseActions(): Flow<QSTileUserAction> = in <lambda>() method
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
H A D | Flow.java | 41 public final class Flow extends com.google.protobuf.GeneratedMessageV3 class 47 private Flow(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Flow() method in Flow 51 private Flow() { in Flow() method in Flow
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
H A D | Flow.java | 41 public final class Flow extends com.google.protobuf.GeneratedMessageV3 class 47 private Flow(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Flow() method in Flow 51 private Flow() { in Flow() method in Flow
|
/aosp_15_r20/developers/build/prebuilts/gradle/MessagingService/ |
H A D | README.md | 40 #### Flow subsubsection
|
/aosp_15_r20/developers/samples/android/notification/MessagingService/ |
D | README.md | 40 #### Flow subsubsection
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
H A D | Flow.kt | 176 public interface Flow<out T> { interface
|