HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 226 - 250 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level2/core/
setAttributeNS10.js 105 testAddr.setAttributeNS(namespaceURI,"","newValue");
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 583 * @param newValue the new value to set.
586 private IStatus replaceLibraryProperty(String oldValue, String newValue) {
600 workingCopy.setProperty(propName, newValue);
  /external/icu4c/i18n/unicode/
ucal.h 829 * @param newValue The new value of attr.
836 int32_t newValue);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 638 JSValue newValue = jsUndefined();
640 newValue = descriptor.value();
642 newValue = oldDescriptor.value();
643 target->putWithAttributes(exec, propertyName, newValue, attributes & ~(Getter | Setter));
  /external/webkit/Source/WebKit/win/Interfaces/
DOMEvents.idl 323 //readonly attribute DOMString newValue;
324 HRESULT newValue([out, retval] BSTR* result);
337 // in DOMString newValue,
340 HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode* relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 272 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 245 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /external/icu4c/common/
normalizer2impl.cpp     [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 139 - (void)setHoverFeedbackSuspended:(BOOL)newValue;
494 - (void)setValidationMessageTimerMagnification:(int)newValue;
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 141 int newValue = InterlockedDecrement(&theTraceCount);
142 if(newValue == 0)
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 271 static int32_t SC_AtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t newValue) {
275 int32_t ret = android_atomic_release_cas(expectedValue, newValue, ptr);
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 808 private void notifyPreferenceChange(String key, String newValue) {
809 PreferenceChangeEvent pce = new PreferenceChangeEvent(this, key, newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 517 String newValue = String.format(VALUE_N_DP, dp);
518 attribute.setNodeValue(newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 449 Severity newValue = (Severity) value;
450 mSeverities.put(issue, newValue);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
391 cal.set(Calendar.AM_PM, newValue);
392 newValue = cal.get(Calendar.AM_PM);
393 assertTrue(newValue != oldValue);
    [all...]
ControlTest.java 592 String newValue = "property=changedValue";
594 writer.write(newValue);
598 assertEquals(newValue, scanner.nextLine());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 201 void setIgnoreInputEvents(bool newValue);
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp     [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
InputReader.cpp     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
391 cal.set(Calendar.AM_PM, newValue);
392 newValue = cal.get(Calendar.AM_PM);
393 assertTrue(newValue != oldValue);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 181 public boolean onPreferenceChange(final Preference p, Object newValue) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 119 final String valueId, final Boolean newValue) {
194 final String valueId, final Boolean newValue) {
209 if (newValue) {
    [all...]

Completed in 914 milliseconds

1 2 3 4 5 6 7 8 91011>>