Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/python/google-api-python-client/docs/
Doauth.md46 ### 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/
DFlow.kt40 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 DFlowInvariantsTest.kt107 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 DDiffable.kt88 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 DREADME.md16 ### Quantize and Delegate
22 ### Partitioner and Backend
28 ### Memory format permute
/aosp_15_r20/external/kotlinx.coroutines/
H A DCHANGES_UP_TO_1.7.md554 ### Flow subsection
588 ### Flow subsection
608 ### Flow subsection
673 ### Flow subsection
721 ### Flow subsection
/aosp_15_r20/external/pytorch/docs/source/
H A Dquantization.rst652 Observer and FakeQuantize
676 General Quantization Flow
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp184 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/
DFlow.java166 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 DFlow.java166 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/
DFlow.java166 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 DSampleProfileInference.cpp162 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 DChannelFlowTest.kt95 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp856 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 DFlow.kt174 private fun Flow( in Flow() method
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtrack.h43 class Flow; variable
145 friend class Flow; member
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtrack.h47 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 DQSTileViewModelImpl.kt209 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 DFlow.java41 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 DFlow.java41 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 DREADME.md40 #### Flow subsubsection
/aosp_15_r20/developers/samples/android/notification/MessagingService/
DREADME.md40 #### Flow subsubsection
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
H A DFlow.kt176 public interface Flow<out T> { interface

12345678910>>...27