/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/config/ |
H A D | OptionUpdateRule.java | 32 Object update(String optionName, Object current, Object update) in update() 42 Object update(String optionName, Object current, Object update) in update() 51 Object update(String optionName, Object current, Object update) in update() 67 Object update(String optionName, Object current, Object update) in update() 83 Object update(String optionName, Object current, Object update) in update() 92 abstract Object update(String optionName, Object current, Object update) in update() 99 public Object update(String optionName, Object optionSource, Field field, Object update) in update() 116 private static int compare(String optionName, Object current, Object update) in compare()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 293 BubbleData.Update update = mUpdateCaptor.getValue(); in testRemoveBubbleInLauncher_isNotSentBackToLauncher() local 388 BubbleData.Update update = mUpdateCaptor.getValue(); in ifSuppress_hideFlyout() local 403 BubbleData.Update update = mUpdateCaptor.getValue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout() local 422 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_InShade_thenHideFlyout() local 444 BubbleData.Update update = mUpdateCaptor.getValue(); in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout() local 543 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldNotShowEducation() local 562 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldShowEducation() local 583 BubbleData.Update update = mUpdateCaptor.getValue(); in test_shouldShowEducation_shouldAutoExpand() local 1082 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_notExpanded() local 1111 BubbleData.Update update = mUpdateCaptor.getValue(); in test_onMaxBubblesChanged_expanded() local [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/ |
H A D | settings.ts | 126 const { get, update } = boolSettingFor('activateBazeliskInNewTerminals'); constant 136 const { get, update } = stringSettingFor('codeAnalysisTarget'); constant 148 const { get, update } = boolSettingFor('disableBazelSettingsRecommendations'); constant 158 const { get, update } = boolSettingFor('disableBazeliskCheck'); constant 168 const { get, update } = boolSettingFor('disableInactiveFileNotice'); constant 180 const { get, update } = boolSettingFor('disableInactiveFileCodeIntelligence'); constant 192 const { get, update } = boolSettingFor('disableCompileCommandsFileWatcher'); constant 204 const { get, update } = boolSettingFor('enforceExtensionRecommendations'); constant 214 const { get, update } = boolSettingFor('hideInactiveFileIndicators'); constant 224 const { get, update } = boolSettingFor('preserveBazelPath'); constant [all …]
|
/aosp_15_r20/tools/asuite/experiments/a/tools/ |
H A D | update_aliases.py | 32 def update(self): member in Alias 42 def update(self): member in Core 51 def update(self): member in SystemServer 69 def update(self): member in SysUI 88 def update(self): member in SysUIG 107 def update(self): member in SysUITitan 126 def update(self): member in SysUIGo 140 def update(self): member in CarSysUI 154 def update(self): member in CarSysUIG 168 def update(self): member in Droid [all …]
|
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | Hasher.h | 35 IGNORE_INTEGER_OVERFLOW inline Hasher& update(uint32_t data) { in update() function 42 inline Hasher& update(int32_t data) { in update() function 47 inline Hasher& update(uint64_t data) { in update() function 53 inline Hasher& update(float data) { in update() function 62 inline Hasher& update(const std::vector<FontFeature>& features) { in update() function 71 inline Hasher& update(const FontFeature& feature) { in update() function 77 inline Hasher& update(const VariationSettings& vars) { in update() function 124 inline Hasher& update(const FontVariation& var) { in update() function 131 inline Hasher& update(const SortedPackedVector<T, ARRAYSIZE>& vec) { in update() function 149 inline Hasher& update(uintptr_t data) { in update() function
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/viewmodel/ |
D | FingerprintNavigationStep.kt | 58 fun update(state: NavigationState, action: FingerprintAction): FingerprintNavigationStep? in update() method 69 override fun update( in update() method in com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep.TransitionStep 84 override fun update( in update() method in com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep.Finish 98 override fun update( in update() method 119 override fun update( in update() method 136 override fun update( in update() method 155 override fun update( in update() method 171 override fun update( in update() method in Enrollment 187 override fun update( in update() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractFuture.java | 1324 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1328 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1331 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1334 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1337 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1407 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1413 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1419 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1425 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1431 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractFuture.java | 1324 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1328 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1331 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1334 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1337 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1407 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1413 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1419 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1433 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1447 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bluetooth/qsdialog/ |
H A D | BluetoothDeviceMetadataInteractorTest.kt | 101 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdateEmpty_doNothing() constant 117 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_registerListener() constant 134 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_sameDeviceItems_registerListenerOnce() constant 153 val update by collectLastValue(interactor.metadataUpdate) in deviceItemUpdate_differentDeviceItems_unregisterOldAndRegisterNew() constant 174 val update by collectLastValue(interactor.metadataUpdate) in metadataUpdate_triggerCallback_emit() constant 202 val update by collectLastValue(interactor.metadataUpdate) in metadataUpdate_triggerCallbackNonBatteryKey_doNothing() constant
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | UpdateHelper.java | 24 public int update(int original, int update) { in update() 32 public long update(long original, long update) { in update() 40 public double update(double original, double update) { in update() 48 public <T> T update(T original, T update) { in update()
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/config/ |
D | OptionUpdateRule.java | 33 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 42 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 51 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 60 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 69 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 81 abstract boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 88 public boolean shouldUpdate(String optionName, Object optionSource, Field field, Object update) in shouldUpdate() 107 private static int compare(String optionName, Object current, Object update) in compare()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | dispatcher_impl.cc | 215 Update update; in Start() local 348 Update update; in WorkerHeartbeat() local 376 for (auto& update : request->updates()) { in WorkerUpdate() local 386 Update update; in WorkerUpdate() local 541 Update update; in RegisterDataset() local 669 Update update; in MaybeRemoveTask() local 687 Update update; in ReleaseIterationClient() local 734 Update update; in CreateJob() local 767 Update update; in CreateIteration() local 800 Update update; in AcquireIterationClientId() local [all …]
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | CdsLoadBalancer2Test.java | 162 CdsUpdate update = in discoverTopLevelEdsCluster() local 180 CdsUpdate update = in discoverTopLevelLogicalDnsCluster() local 210 CdsUpdate update = in nonAggregateCluster_resourceUpdate() local 232 CdsUpdate update = in nonAggregateCluster_resourceRevoked() local 259 CdsUpdate update = in discoverAggregateCluster() local 311 CdsUpdate update = in aggregateCluster_noNonAggregateClusterExits_returnErrorPicker() local 330 CdsUpdate update = in aggregateCluster_descendantClustersRevoked() local 379 CdsUpdate update = in aggregateCluster_rootClusterRevoked() local 417 CdsUpdate update = in aggregateCluster_intermediateClusterChanges() local 465 CdsUpdate update = in aggregateCluster_discoveryErrorBeforeChildLbCreated_returnErrorPicker() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/service/notification/ |
H A D | INotificationListener.aidl | 34 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected() 36 in NotificationRankingUpdate update); in onNotificationPosted() 38 in NotificationRankingUpdate update); in onNotificationPostedFull() 42 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemoved() 44 in NotificationRankingUpdate update, in NotificationStats stats, int reason); in onNotificationRemovedFull() 45 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate() 54 …ionHolder notificationHolder, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannel() 55 …in StatusBarNotification sbn, in NotificationChannel channel, in NotificationRankingUpdate update); in onNotificationEnqueuedWithChannelFull() 68 …void onNotificationFeedbackReceived(String key, in NotificationRankingUpdate update, in Bundle fee… in onNotificationFeedbackReceived()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | CancellableContinuationImpl.kt | 174 val update = state.copy(cancelCause = cause) in <lambda>() constant 204 …val update = CancelledContinuation(this, cause, handled = state is CancelHandler || state is Segme… in <lambda>() constant 441 val update = state.copy(cancelHandler = handler) in <lambda>() constant 452 val update = CompletedContinuation(state, cancelHandler = handler) in <lambda>() constant 497 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent = null) in <lambda>() constant 532 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent) in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/biometrics/fingerprint2/ui/enrollment/viewmodel/ |
D | FingerprintNavigationStep.java | 18 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method 35 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.ConfirmDeviceCredential 72 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Confirmation 117 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Education 143 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Enrollment 198 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Finish 246 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Init 283 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.Introduction 318 …iometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep update(@org.jetbrains.ann… in update() method in FingerprintNavigationStep.TransitionStep
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/ |
H A D | TestUtils.java | 27 static int compareAndSetThrowsIO(final AtomicInteger ref, final int update) throws IOException { in compareAndSetThrowsIO() 31 …static int compareAndSetThrowsIO(final AtomicInteger ref, final int expected, final int update) th… in compareAndSetThrowsIO() 38 static long compareAndSetThrowsIO(final AtomicLong ref, final long update) throws IOException { in compareAndSetThrowsIO() 42 …static long compareAndSetThrowsIO(final AtomicLong ref, final long expected, final long update) th… in compareAndSetThrowsIO() 49 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T update) throws IOExceptio… in compareAndSetThrowsIO() 53 …ompareAndSetThrowsIO(final AtomicReference<T> ref, final T expected, final T update) throws IOExce… in compareAndSetThrowsIO() 60 …tatic <T> T compareAndSetThrowsRE(final AtomicReference<T> ref, final T expected, final T update) { in compareAndSetThrowsRE()
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/ |
H A D | goog_cc_network_control.cc | 143 NetworkControlUpdate update; in OnNetworkAvailability() local 178 NetworkControlUpdate update; in OnNetworkRouteChange() local 186 NetworkControlUpdate update; in OnProcessInterval() local 276 NetworkControlUpdate update; in OnSentPacket() local 292 NetworkControlUpdate update; in OnStreamsConfig() local 330 NetworkControlUpdate update; in OnTargetRateConstraints() local 536 NetworkControlUpdate update; in OnTransportPacketsFeedback() local 595 NetworkControlUpdate update; in GetNetworkState() local 615 NetworkControlUpdate* update, in MaybeTriggerOnNetworkChanged()
|
/aosp_15_r20/prebuilts/rust/windows-x86/1.80.1/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/windows-x86/1.81.0/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|