/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/ |
H A D | ime_test.cpp | 677 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 D | BugleSubscriptionPrefs.java | 81 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 D | text_input_formatter.cpp | 25 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 D | text_input_formatter.h | 51 void Format(const TextEditingValue& oldValue, TextEditingValue& newValue) const override {} in Format()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | concurrent_queue.cpp | 52 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 D | BrightnessSliderTestCase.java | 77 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 D | dfx_analyzer.cpp | 82 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 D | ringtone_utils.cpp | 28 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 D | softbus_adapter_atomic.h | 62 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 D | hal_atomic.h | 52 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 D | EventFieldEditorView.java | 163 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 D | SparseDoubleArray.java | 109 final double oldValue = get(key); in add() local
|
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
H A D | InstallNonMarketAppsDeprecationTest.java | 56 private String waitTillValueChanges(String errorMessage, String oldValue) { in waitTillValueChanges()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability.cpp | 270 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 D | BackwardFile.java | 71 String oldValue = links.put(linkName, target); in addLink() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | MediaCache.java | 99 final T oldValue, final T newValue) { in entryRemoved()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | SettingsProviderTest.java | 95 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 D | MultiResourceFile.java | 167 ResourceValue oldValue = list.get(value.getName()); in addResourceValue() local
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | TouchTargetEnforcerTest.java | 132 private void assertBoundsCorrect(int oldValue, int newValue) { in assertBoundsCorrect()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | intercepted_data_impl.cpp | 158 const auto &oldValue = dataItems_[indexes_[index]]->GetValue(); in ModifyValue() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
H A D | MatchContentFrameRateFragment.java | 127 int oldValue = getCurrentSettingValue(); in onPreferenceTreeClick() local
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
H A D | ffrt_safe_map.h | 156 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | safe_map.h | 160 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 D | callbacks.c | 583 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 D | string_utils.cpp | 67 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll()
|