/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | AtomicReferenceTest.java | 33 Integer currentValue = Integer.valueOf(42); in testCompareAndExchange() local 78 Integer currentValue = Integer.valueOf(42); in testCompareAndExchangeAcquire() local 123 Integer currentValue = Integer.valueOf(42); in testCompareAndExchangeRelease() local 168 Integer currentValue = Integer.valueOf(42); in testGetAcquire() local 186 Integer currentValue = Integer.valueOf(42); in testGetOpaque() local 204 Integer currentValue = Integer.valueOf(42); in testGetPlain() local 222 Integer currentValue = Integer.valueOf(42); in testSetOpaque() local 240 Integer currentValue = Integer.valueOf(42); in testSetPlain() local 258 Integer currentValue = Integer.valueOf(42); in testSetRelease() local 276 Integer currentValue = Integer.valueOf(42); in testWeakCompareAndSetAcquire() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | TrieIterator.java | 203 int currentValue = m_nextValue_; in calculateNextBMPElement() local 261 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local 362 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail() 388 private final boolean checkBlock(int currentValue) in checkBlock() 427 private final boolean checkTrailBlock(int currentValue) in checkTrailBlock()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | TrieIterator.java | 204 int currentValue = m_nextValue_; in calculateNextBMPElement() local 262 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local 363 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail() 389 private final boolean checkBlock(int currentValue) in checkBlock() 428 private final boolean checkTrailBlock(int currentValue) in checkTrailBlock()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | AbstractLogpersistPreferenceController.java | 122 private void onLogdSizeSettingUpdate(String currentValue) { in onLogdSizeSettingUpdate() 142 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in updateLogpersistValues() local 197 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in setLogpersistOff() local 227 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local 246 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption() local
|
/aosp_15_r20/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
H A D | ExclusiveCriterion.py | 46 def currentValue(self): member in ExclusiveCriterion 50 def currentValue(self, currentValue): member in ExclusiveCriterion
|
H A D | InclusiveCriterion.py | 46 def currentValue(self): member in InclusiveCriterion 50 def currentValue(self, stringNewVal): member in InclusiveCriterion 84 def removeValue(self, currentValue): argument
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | NfcVerboseVendorLogPreferenceControllerTest.java | 74 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogConfirmed_nfcVendorLogDisabled_shouldChangeProperty() local 85 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogConfirmed_nfcVendorLogEnabled_shouldChangeProperty() local 96 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in onNfcRebootDialogCanceled_shouldNotChangeProperty() local
|
D | NfcSnoopLogPreferenceControllerTest.java | 74 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogConfirmed_nfcSnoopLogDisabled_shouldChangeProperty() local 85 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogConfirmed_nfcSnoopLogEnabled_shouldChangeProperty() local 96 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in onNfcRebootDialogCanceled_shouldNotChangeProperty() local
|
D | GrammaticalGenderPreferenceControllerTest.java | 79 final String currentValue = SystemProperties.get(GRAMMATICAL_GENDER_PROPERTY); in onPreferenceChange_setNeuter_shouldEnableNeuter() local 99 final String currentValue = SystemProperties.get(GRAMMATICAL_GENDER_PROPERTY); in onPreferenceChange_setFeminine_shouldEnableFeminine() local 119 final String currentValue = SystemProperties.get(GRAMMATICAL_GENDER_PROPERTY); in onPreferenceChange_setMasculine_shouldEnableMasculine() local
|
D | BluetoothMapVersionPreferenceControllerTest.java | 73 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap13_shouldEnableMap13() local 80 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap14_shouldEnableMap14() local
|
D | BluetoothAvrcpVersionPreferenceControllerTest.java | 80 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13() local 89 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyboard/backlight/ui/viewmodel/ |
D | BacklightDialogContentViewModel.java | 5 private final int currentValue = 0; field in BacklightDialogContentViewModel 8 public BacklightDialogContentViewModel(int currentValue, int maxValue) { in BacklightDialogContentViewModel() 29 …eyboard.backlight.ui.viewmodel.BacklightDialogContentViewModel copy(int currentValue, int maxValue… in copy()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/ |
D | NfcSnoopLogPreferenceController.java | 72 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in updateState() local 95 final String currentValue = SystemProperties.get(NFC_NFCSNOOP_LOG_MODE_PROPERTY); in isDefaultValue() local 111 final String currentValue = in onNfcRebootDialogConfirmed() local
|
D | NfcVerboseVendorLogPreferenceController.java | 72 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in updateState() local 96 final String currentValue = SystemProperties.get(NFC_VERBOSE_VENDOR_LOG_PROPERTY); in isDefaultValue() local 112 final String currentValue = SystemProperties in onNfcRebootDialogConfirmed() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/lockscreen/ |
D | MinimalismPreferenceController.java | 159 private void highlightButton(int currentValue) { in highlightButton() 163 private void highlightIllustration(int currentValue) { in highlightIllustration() 190 int currentValue = getCurrentMinimalismValue(); in refreshState() local
|
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/development/bluetooth/ |
D | BluetoothStackLogPreferenceControllerTest.java | 116 final String currentValue = mPreference.getValue().toString(); in onPreferenceChange_withEachValue_uiSetProperlyAndAllValuesWrittenToProperties() local 145 final String currentValue = mPreference.getValue().toString(); in updateState_withEachValue_uiSetProperly() local 170 final String currentValue = mPreference.getValue().toString(); in onDeveloperOptionsSwitchDisabled_preferenceSetToDefault() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/clocks/ |
D | ClockFontAxis.java | 36 private final float currentValue = 0.0F; field in ClockFontAxis 54 …emui.plugins.clocks.AxisType type, float maxValue, float minValue, float currentValue, @org.jetbra… in ClockFontAxis() 153 …emui.plugins.clocks.AxisType type, float maxValue, float minValue, float currentValue, @org.jetbra… in copy()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/ |
D | DotsPageIndicator.java | 744 public void startIfNecessary(float currentValue) { in startIfNecessary() 890 abstract boolean shouldStart(float currentValue); in shouldStart() 902 boolean shouldStart(float currentValue) { in shouldStart() 916 boolean shouldStart(float currentValue) { in shouldStart()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/ |
H A D | ScrollDelegate.java | 32 float getScrollX(float currentValue); in getScrollX() 40 float getScrollY(float currentValue); in getScrollY()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | FieldWithLocationDebuggee.java | 37 int currentValue = testIntField; // field access in unexpectedMethodForFieldEvent() local 44 int currentValue = testIntField; // field access in expectedMethodForFieldEvent() local
|
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/ |
H A D | ValueAnimatorTest.java | 189 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentPlayTime() local 207 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentPlayTime() local 308 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentFraction() local 318 float currentValue = (Float) anim.getAnimatedValue(); in testSetCurrentFraction() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | Lerper.java | 43 public int getValue(int currentValue, int targetValue) { in getValue() 72 public float getValue(float currentValue, float targetValue) { in getValue()
|
/aosp_15_r20/development/tools/winscope/src/trace/ |
H A D | frame_map_builder.ts | 96 const currentValue = array[index]; constant 109 const currentValue = array[index]; constant
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | LinearFakeValueGenerator.cpp | 33 float currentValue, float dispersion, in LinearFakeValueGenerator() 44 void LinearFakeValueGenerator::initGenCfg(int32_t propId, float middleValue, float currentValue, in initGenCfg()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/ |
H A D | PhysicsAnimator.kt | 323 val currentValue = property.getValue(target) in flingThenSpring() constant 476 val currentValue = animatedProperty.getValue(target) in startInternal() constant
|