Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 11726) sorted by relevance

12345678910>>...470

/aosp_15_r20/external/crosvm/infra/recipe_modules/crosvm/examples/host_build_context.expected/
H A Dbasic_linux.json4 "name": "Prepare Host Build"
8 "name": "Prepare Host Build.Prepare git",
21 "name": "Prepare Host Build.Prepare git.git config user.name",
34 "name": "Prepare Host Build.Prepare git.git config user.email",
48 "name": "Prepare Host Build.Prepare git.Set git config: user.name",
62 "name": "Prepare Host Build.Prepare git.Set git config: user.email",
77 "name": "Prepare Host Build.Prepare git.Set git config: credential.helper",
84 "name": "Prepare Host Build.Prepare source",
102 "name": "Prepare Host Build.Prepare source.Ensure builder_cache exists",
147 "name": "Prepare Host Build.Prepare source.bot_update",
[all …]
H A Dbasic_windows.json4 "name": "Prepare Host Build"
8 "name": "Prepare Host Build.Prepare git",
21 "name": "Prepare Host Build.Prepare git.git config user.name",
34 "name": "Prepare Host Build.Prepare git.git config user.email",
48 "name": "Prepare Host Build.Prepare git.Set git config: user.name",
62 "name": "Prepare Host Build.Prepare git.Set git config: user.email",
69 "name": "Prepare Host Build.Prepare source",
87 "name": "Prepare Host Build.Prepare source.Ensure builder_cache exists",
132 "name": "Prepare Host Build.Prepare source.bot_update",
173 "name": "Prepare Host Build.Prepare source.Sync submodules",
[all …]
/aosp_15_r20/external/pytorch/test/ao/sparsity/
H A Dtest_composability.py75 # This test checks whether performing quantization prepare before sparse prepare
87 tq.prepare(mod, inplace=True)
88 sparsifier.prepare(mod, config=sparse_config)
102 # This test checks whether performing sparsity prepare before quantization prepare
104 # the post sparse prepare module names (adding parametrizations changes the module class names)
116 sparsifier.prepare(mod, config=sparse_config)
117 tq.prepare(mod, inplace=True)
120 # that none were lost during prepare
147 sparsifier.prepare(mod, config=sparse_config)
148 tq.prepare(mod, inplace=True)
[all …]
/aosp_15_r20/external/crosvm/infra/recipe_modules/crosvm/examples/container_build_context.expected/
H A Dbasic.json4 "name": "Prepare Container Build"
8 "name": "Prepare Container Build.Prepare git",
21 "name": "Prepare Container Build.Prepare git.git config user.name",
34 "name": "Prepare Container Build.Prepare git.git config user.email",
48 "name": "Prepare Container Build.Prepare git.Set git config: user.name",
62 "name": "Prepare Container Build.Prepare git.Set git config: user.email",
77 "name": "Prepare Container Build.Prepare git.Set git config: credential.helper",
84 "name": "Prepare Container Build.Prepare source",
102 "name": "Prepare Container Build.Prepare source.Ensure builder_cache exists",
147 "name": "Prepare Container Build.Prepare source.bot_update",
[all …]
/aosp_15_r20/external/crosvm/infra/recipe_modules/crosvm/examples/cros_container_build_context.expected/
H A Dbasic.json4 "name": "Prepare Cros Container Build"
8 "name": "Prepare Cros Container Build.Prepare git",
21 "name": "Prepare Cros Container Build.Prepare git.git config user.name",
34 "name": "Prepare Cros Container Build.Prepare git.git config user.email",
48 "name": "Prepare Cros Container Build.Prepare git.Set git config: user.name",
62 "name": "Prepare Cros Container Build.Prepare git.Set git config: user.email",
77 "name": "Prepare Cros Container Build.Prepare git.Set git config: credential.helper",
84 "name": "Prepare Cros Container Build.Prepare source",
102 "name": "Prepare Cros Container Build.Prepare source.Ensure builder_cache exists",
147 "name": "Prepare Cros Container Build.Prepare source.bot_update",
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preparemedia/
DMediaPreparerViewModel.kt75 /** Data class for the prepare status of a given media item. */
104 * providers to prepare remote media for local apps or pre-transcode video for incompatible apps.
106 * media to prepare into the flow provided to the MediaPreparer compose UI via [LocationParams].
113 * monitor the state of the ongoing prepare.
115 * When the prepare is complete, the [CompletableDeferred] that is passed in the [LocationParams]
143 * A heartbeat flow to drive the prepare monitor job.
203 // If the active user's resolver changes, cancel any pending prepare work.
217 * Entrypoint of the selected media prepare operation.
220 * prepare.
223 * to begin the prepare of the set.
[all …]
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DHostNfcFEmulationManagerTest.java112 Looper.prepare(); in testConstructor()
125 Looper.prepare(); in testOnEnabledForegroundNfcFServiceChangedWithNonNullService()
136 Looper.prepare(); in testOnEnabledForegroundNfcFServiceChangedWithNullService()
156 Looper.prepare(); in testOnHostEmulationDataWithNullDataAndNoActiveService_ReturnsEarly()
168 Looper.prepare(); in testOnHostEmulationDataWithDisabledResolvedServiceFromActiveService_ReturnsEarly()
181 Looper.prepare(); in testOnHostEmulationDataWithEnabledResolvedServiceFromCache_BindToService()
198 Looper.prepare(); in testOnHostEmulationDataWithValidExistingService_BindToService()
217 Looper.prepare(); in testOnHostEmulationDataWithInvalidExistingService_WaitingForNewService()
230 Looper.prepare(); in testOnHostEmulationDataWithXFERState_SendRegularPacketData()
244 Looper.prepare(); in testOnHostEmulationDataWithW4ServiceState_DoNothing()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/
H A DSessionPlayerConnectorTest.java111 sessionPlayerConnector.prepare(); in play_onceWithAudioResource_changesPlayerStateToPlaying()
146 sessionPlayerConnector.prepare(); in play_onceWithAudioResourceOnMainThread_notifiesOnPlayerStateChanged()
157 Looper.prepare(); in play_withForwardingPlayer_isSkipped()
205 sessionPlayerConnector.prepare(); in setMediaItem_withAudioResource_notifiesOnPlaybackCompleted()
228 sessionPlayerConnector.prepare(); in setMediaItem_withVideoResource_notifiesOnPlaybackCompleted()
250 assertPlayerResultSuccess(sessionPlayerConnector.prepare()); in getDuration_afterPrepared_returnsDuration()
285 sessionPlayerConnector.prepare(); in play_withDataSourceCallback_changesPlayerState()
339 sessionPlayerConnector.prepare().get(); in setPlaybackSpeed_afterPlayback_remainsSame()
355 assertPlayerResultSuccess(sessionPlayerConnector.prepare()); in seekTo_withSeriesOfSeek_succeeds()
380 // prepare() will be pending until readAllowed is countDowned. in seekTo_skipsUnnecessarySeek()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/
H A DSessionPlayerConnectorTest.java111 sessionPlayerConnector.prepare(); in play_onceWithAudioResource_changesPlayerStateToPlaying()
146 sessionPlayerConnector.prepare(); in play_onceWithAudioResourceOnMainThread_notifiesOnPlayerStateChanged()
157 Looper.prepare(); in play_withForwardingPlayer_isSkipped()
205 sessionPlayerConnector.prepare(); in setMediaItem_withAudioResource_notifiesOnPlaybackCompleted()
228 sessionPlayerConnector.prepare(); in setMediaItem_withVideoResource_notifiesOnPlaybackCompleted()
250 assertPlayerResultSuccess(sessionPlayerConnector.prepare()); in getDuration_afterPrepared_returnsDuration()
285 sessionPlayerConnector.prepare(); in play_withDataSourceCallback_changesPlayerState()
339 sessionPlayerConnector.prepare().get(); in setPlaybackSpeed_afterPlayback_remainsSame()
355 assertPlayerResultSuccess(sessionPlayerConnector.prepare()); in seekTo_withSeriesOfSeek_succeeds()
380 // prepare() will be pending until readAllowed is countDowned. in seekTo_skipsUnnecessarySeek()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/hardware/libhardware/include_all/hardware/
H A Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/hardware/libhardware/include/hardware/
H A Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/hardware/libhardware/include/hardware/
Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/set calls
104 * (*prepare)(). However, doing so will result in the layer being shown
[all …]

12345678910>>...470