HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 451 - 475 of 856) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java 455 public boolean onPreferenceChange(Preference preference, Object newValue) {
456 final boolean val = (Boolean) newValue;
  /external/clang/test/Index/
complete-kvc.m 40 - (void)setIntProperty:(int)newValue { }
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 490 Map<String, PatternInfo> newValue = fIntervalPatterns.get(skeleton);
491 if (!Utility.objectEquals(oldValue, newValue)) {
492 System.out.println("\n" + currentLocale + ", skeleton: " + skeleton + ", oldValue: " + oldValue + ", newValue: " + newValue);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 499 Map<String, PatternInfo> newValue = fIntervalPatterns.get(skeleton);
500 if (!Utility.objectEquals(oldValue, newValue)) {
501 System.out.println("\n" + currentLocale + ", skeleton: " + skeleton + ", oldValue: " + oldValue + ", newValue: " + newValue);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Interpreter.java 61 Value newValue(Type type);
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 187 static void AtomicSet32(int32_t* theValue, int32_t newValue);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 289 void onTuningChanged(String key, String newValue);
  /frameworks/base/services/core/java/com/android/server/vr/
EnabledComponentsObserver.java 159 public void onSettingRestored(String prevValue, String newValue, int userId) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 859 String newValue = "newvalue";
860 entry.setValue(newValue);
861 assertSame(newValue, ihm.get(key));
    [all...]
ControlTest.java 418 String newValue = "property=changedValue";
420 writer.write(newValue);
424 assertEquals(newValue, scanner.nextLine());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 271 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 267 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 136 public boolean onPreferenceChange(final Preference preference, final Object newValue) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 168 int32_t newvalue; local
740 newvalue=unum_getAttribute(def, attr);
741 newvalue=2;
742 unum_setAttribute(def, attr, newvalue);
749 newvalue=unum_getAttribute(def, attr);
750 newvalue=8;
751 unum_setAttribute(def, attr, newvalue);
758 newvalue=unum_getAttribute(def, attr);
759 newvalue=2;
760 unum_setAttribute(def, attr, newvalue);
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 294 String newValue) {
304 final int newValueSize = (newValue != null) ? newValue.length() : 0;
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 246 public boolean onPreferenceChange(Preference preference, Object newValue) {
248 handleLongPressTimeoutPreferenceChange((String) newValue);
251 handleToggleInversionPreferenceChange((Boolean) newValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 669 void SetAt(ARG_KEY key,ARG_VALUE newValue);
698 inline void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::SetAt(ARG_KEY key,ARG_VALUE newValue) { (*this)[key] = newValue; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 120 def _save_modified_value(_config_vars, cv, newvalue):
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
126 _config_vars[cv] = newvalue
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 120 def _save_modified_value(_config_vars, cv, newvalue):
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
126 _config_vars[cv] = newvalue
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 120 def _save_modified_value(_config_vars, cv, newvalue):
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
126 _config_vars[cv] = newvalue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 120 def _save_modified_value(_config_vars, cv, newvalue):
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
126 _config_vars[cv] = newvalue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 621 * @param newValue the new value to set.
624 private IStatus replaceLibraryProperty(String oldValue, String newValue) {
638 workingCopy.setProperty(propName, newValue);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 189 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance);
    [all...]

Completed in 361 milliseconds

<<11121314151617181920>>