HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 251 - 275 of 719) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/resources/prefs/java/util/prefs/
userprefs-higherversion.xml 37 <entry key="prefskey" value="newvalue" />
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.cpp 232 void HTMLButtonElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
241 argv.append(newValue);
245 HTMLFormControlElement::attributeWillChange(name, oldValue, newValue);
HTMLIFrameElement.cpp 73 void HTMLIFrameElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue)
82 argv.append(newValue);
86 HTMLFrameElementBase::attributeWillChange(name, oldValue, newValue);
HTMLTextAreaElement.cpp 355 void HTMLTextAreaElement::setValueCommon(const String& newValue, TextFieldEventBehavior eventBehavior, SetValueCommonOption setValueOption)
359 String normalizedValue = newValue.isNull() ? "" : newValue;
454 void HTMLTextAreaElement::setMaxLength(int newValue, ExceptionState& exceptionState)
456 if (newValue < 0)
457 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(newValue) + ") is not positive or 0.");
459 setIntegralAttribute(maxlengthAttr, newValue);
  /external/deqp/framework/randomshaders/
rsgExecutionContext.cpp 95 ExecValueAccess newValue = tmp.getValue();
99 newValue.asBool(i) = oldValue.asBool(i) && value.asBool(i);
101 pushExecutionMask(newValue);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSetTester.java 64 private void doTestSet(E newValue) {
68 initialValue, getList().set(index, newValue));
70 newValue, getList().get(index));
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractCacheTest.java 54 Object newValue = new Object();
55 valueRef.set(newValue);
56 assertSame(newValue, cache.getIfPresent(new Object()));
  /frameworks/base/core/java/android/preference/
TwoStatePreference.java 63 final boolean newValue = !isChecked();
64 if (callChangeListener(newValue)) {
65 setChecked(newValue);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 184 Fragment oldValue, Fragment newValue) {
186 if (evicted || (newValue != null && oldValue != newValue)) {
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 92 * map.put(key, newValue);
101 * @param newValue value to be associated with the specified key
112 boolean replace(K key, V oldValue, V newValue);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 144 arg.setNodeValue("newValue");
151 assertEquals("throw_Equals", "newValue", value);
208 arg.setNodeValue("newValue");
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
LayoutView.java 66 boolean newValue = !mLayoutViewer.getOnBlack();
67 mLayoutViewer.setOnBlack(newValue);
68 if (newValue) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 250 final long newValue = SQLiteGlobal.getDefaultPageSize();
252 if (value != newValue) {
253 execute("PRAGMA page_size=" + newValue, null, null);
260 final long newValue = SQLiteGlobal.getWALAutoCheckpoint();
262 if (value != newValue) {
263 executeForLong("PRAGMA wal_autocheckpoint=" + newValue, null, null);
270 final long newValue = SQLiteGlobal.getJournalSizeLimit();
272 if (value != newValue) {
273 executeForLong("PRAGMA journal_size_limit=" + newValue, null, null);
280 final long newValue = mConfiguration.foreignKeyConstraintsEnabled ? 1 : 0
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 485 int32_t newValue)
491 return nf->setLenient(newValue != 0);
497 df->setAttribute(attr, newValue, ignoredStatus);
517 double newValue)
522 df->setRoundingIncrement(newValue);
598 const UChar* newValue,
605 UnicodeString val(newValue, newValueLength);
ucal.cpp 342 int32_t newValue)
347 ((Calendar*)cal)->setLenient((UBool)newValue);
351 ((Calendar*)cal)->setFirstDayOfWeek((UCalendarDaysOfWeek)newValue);
355 ((Calendar*)cal)->setMinimalDaysInFirstWeek((uint8_t)newValue);
359 ((Calendar*)cal)->setRepeatedWallTimeOption((UCalendarWallTimeOption)newValue);
363 ((Calendar*)cal)->setSkippedWallTimeOption((UCalendarWallTimeOption)newValue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 354 Object newValue = event.getNewValue();
358 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS : "true".equals(newValue);
365 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS : "true".equals(newValue);
372 WRITE_STATUS = newValue == null ? IPerformancesConstants.DEFAULT_WRITE_STATUS : Integer.parseInt((String)newValue);
PerformancesView.java 510 // String newValue = (String) event.getNewValue();
514 // int eclipseVersion = newValue == null ? IPerformancesConstants.DEFAULT_ECLIPSE_VERSION : Integer.parseInt(newValue);
525 // DB_Results.updateDbConstants(connected, eclipseVersion, newValue);
531 // boolean connected = newValue == null ? IPerformancesConstants.DEFAULT_DATABASE_CONNECTION : newValue.equals(Boolean.TRUE);
540 // if (newValue == null || newValue.length() == 0) {
545 // this.filterLastBuilds.setToolTipText("Filter last builds (i.e. after "+newValue+" build)");
546 // LAST_BUILD = newValue;
    [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 489 int32_t newValue)
495 return nf->setLenient(newValue != 0);
501 df->setAttribute(attr, newValue, ignoredStatus);
521 double newValue)
526 df->setRoundingIncrement(newValue);
602 const UChar* newValue,
609 UnicodeString val(newValue, newValueLength);
ucal.cpp 342 int32_t newValue)
347 ((Calendar*)cal)->setLenient((UBool)newValue);
351 ((Calendar*)cal)->setFirstDayOfWeek((UCalendarDaysOfWeek)newValue);
355 ((Calendar*)cal)->setMinimalDaysInFirstWeek((uint8_t)newValue);
359 ((Calendar*)cal)->setRepeatedWallTimeOption((UCalendarWallTimeOption)newValue);
363 ((Calendar*)cal)->setSkippedWallTimeOption((UCalendarWallTimeOption)newValue);
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 373 boolean evicted, String key, String oldValue, String newValue) {
411 boolean evicted, String key, String oldValue, String newValue) {
412 log.add(key + "=" + oldValue + ">" + newValue);
438 boolean evicted, String key, Integer oldValue, Integer newValue) {
439 log.add(key + "=" + oldValue + ">" + newValue);
458 boolean evicted, String key, String oldValue, String newValue) {
461 : (key + "=" + oldValue + ">" + newValue);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 292 * @param newValue The new value of the Preference
296 public boolean onPreferenceChange(Preference preference, Object newValue) {
301 String summary = newValue.toString().trim();
309 final String summary = newValue.toString().trim();
319 String signature = newValue.toString();
328 final String summary = newValue.toString();
360 final String summary = newValue.toString();
369 (Boolean) newValue);
375 (Boolean) newValue);
381 (Boolean) newValue);
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 175 PRInt32 newValue;
185 newValue = PR_ATOMIC_DECREMENT(&pMutex->u.pipeStr.nWaiters);
186 if (newValue > 0) {
206 PRInt32 newValue;
215 newValue = PR_ATOMIC_INCREMENT(&pMutex->u.pipeStr.nWaiters);
217 if (newValue > 1) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DebuggerScript.js 116 DebuggerScript.setFunctionVariableValue = function(functionValue, scopeIndex, variableName, newValue)
121 return DebuggerScript._setScopeVariableValue(mirror, scopeIndex, variableName, newValue);
124 DebuggerScript._setScopeVariableValue = function(scopeHolder, scopeIndex, variableName, newValue)
129 scopeMirror.setVariableValue(variableName, newValue);
458 function setVariableValue(scopeNumber, variableName, newValue)
460 return DebuggerScript._setScopeVariableValue(frameMirror, scopeNumber, variableName, newValue);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 600 Object newValue = new Object();
609 assertFalse(segment.replace(key, hash, oldValue, newValue));
617 assertTrue(segment.replace(key, hash, oldValue, newValue));
619 assertSame(newValue, segment.get(key, hash));
622 assertFalse(segment.replace(key, hash, oldValue, newValue));
624 assertSame(newValue, segment.get(key, hash));
630 assertFalse(segment.replace(key, hash, oldValue, newValue));
644 Object newValue = new Object();
653 assertNull(segment.replace(key, hash, newValue));
661 assertSame(oldValue, segment.replace(key, hash, newValue));
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 140 Object newValue = mAfter.get(key);
144 return newValue != null;
147 return !oldValue.equals(newValue);
213 Object newValue = mAfter.get(key);
216 if (newValue != null) {
219 } else if (!oldValue.equals(newValue)) {

Completed in 623 milliseconds

<<11121314151617181920>>