Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp677 TextEditingValue oldValue; variable
699 TextEditingValue oldValue; variable
723 TextEditingValue oldValue; variable
747 TextEditingValue oldValue; variable
770 TextEditingValue oldValue; variable
788 TextEditingValue oldValue; variable
809 TextEditingValue oldValue; variable
829 TextEditingValue oldValue; variable
855 TextEditingValue oldValue; variable
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java81 putBoolean(resources.getString(newKeyResId), oldValue); in migratePrefBooleanInternal() local
88 final String oldValue = oldPrefs.getString(oldKey, defaultValue); in migratePrefStringInternal() local
92 putString(resources.getString(newKeyResId), oldValue); in migratePrefStringInternal() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.cpp25 void BlackListCharsFormatter::Format(const TextEditingValue& oldValue, TextEditingValue& newValue) … in Format() argument
47 void LengthLimitingFormatter::Format(const TextEditingValue& oldValue, TextEditingValue& newValue) … in Format() argument
H A Dtext_input_formatter.h51 void Format(const TextEditingValue& oldValue, TextEditingValue& newValue) const override {} in Format()
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp52 int oldValue = concurrency_.fetch_add(1); in Push() local
93 int oldValue = concurrency_.fetch_sub(1); // 取不到后继的task,当前这个task正式退出 in Pull() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
H A DBrightnessSliderTestCase.java77 int oldValue = getScreenBrightness(); in onNotifyChange_updatesBrightness() local
86 Settings.System.SCREEN_BRIGHTNESS, oldValue, UserHandle.myUserId()); in onNotifyChange_updatesBrightness() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_analyzer.cpp82 int32_t oldValue = prefs->GetInt(bundleName, 0); in FlushCommonBehavior() local
107 int32_t oldValue = prefs->GetInt(bundleName, 0); in FlushDeleteBehavior() local
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_utils.cpp28 std::string RingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::stri… in ReplaceAll()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_atomic.h62 static inline bool SoftBusAtomicCmpAndSwap32(volatile uint32_t* ptr, int32_t oldValue, int32_t newV… in SoftBusAtomicCmpAndSwap32()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dhal_atomic.h52 static inline bool HalAtomicCmpAndSwap32(volatile uint32_t* ptr, uint32_t oldValue, uint32_t newVal… in HalAtomicCmpAndSwap32()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java163 final String oldValue = getEntry().getAsString(column); in onLabelRebuilt() local
199 final String oldValue = getEntry().getAsString(column); in createDatePickerDialog() local
/aosp12/frameworks/base/core/java/android/util/
H A DSparseDoubleArray.java109 final double oldValue = get(key); in add() local
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DInstallNonMarketAppsDeprecationTest.java56 private String waitTillValueChanges(String errorMessage, String oldValue) { in waitTillValueChanges()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp270 bool oldValue = lastIsMacroSupported_.value(); in FilterByZoomRatio() local
283 std::vector<float> oldValue = lastGetZoomRatioRange_.value(); in FilterByMacro() local
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
H A DBackwardFile.java71 String oldValue = links.put(linkName, target); in addLink() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCache.java99 final T oldValue, final T newValue) { in entryRemoved()
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java95 final String oldValue = in testRowNameContentUriForSystem() local
104 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue); in testRowNameContentUriForSystem() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
H A DMultiResourceFile.java167 ResourceValue oldValue = list.get(value.getName()); in addResourceValue() local
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DTouchTargetEnforcerTest.java132 private void assertBoundsCorrect(int oldValue, int newValue) { in assertBoundsCorrect()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp158 const auto &oldValue = dataItems_[indexes_[index]]->GetValue(); in ModifyValue() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
H A DMatchContentFrameRateFragment.java127 int oldValue = getCurrentSettingValue(); in onPreferenceTreeClick() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h156 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dsafe_map.h160 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c583 IN volatile FILLP_ULONG oldValue, in FillpSysArchCompAndWwap()
810 #define CAS(sem, oldValue, newValue) FillpSysArchCompAndWwap((sem), (oldValue), (newValue)) argument
820 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemTryrdwait() local
836 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemTrywrwait() local
852 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemRdPost() local
865 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemWrPost() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp67 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll()

1234