HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 426 - 450 of 892) sorted by null

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 562 * @param newValue the new value reference which will replace this one; this is only used during
565 void clear(@Nullable ValueReference<K, V> newValue);
606 public void clear(ValueReference<Object, Object> newValue) {}
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 829 int newValue) {
830 if (replica.containsKey(newValue)) {
831 replica.get(newValue).incrementAndGet();
833 replica.put(newValue, new AtomicInteger(1));
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ContinuingHttpServletRequest.java 135 @Override public void setValue(String newValue) {
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 337 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue)
340 fAttrValue(newValue)
365 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */)
368 fAttrValue(newValue) */
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceInterpreter.java 50 public Value newValue(final Type type) {
  /external/pdfium/core/include/fxcrt/
fx_basic.h 668 void SetAt(void* key, void* newValue) { (*this)[key] = newValue; }
726 void SetAt(KeyType key, ValueType newValue) {
727 CFX_MapPtrToPtr::SetAt((void*)(uintptr_t)key, (void*)(uintptr_t)newValue);
  /external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 195 byte[] newValue = byteString.toByteArray();
197 Arrays.equals(originalValue, newValue));
511 byte[] newValue = byteString.toByteArray();
513 Arrays.equals(oldValue, newValue));
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 542 String newValue) {
546 newPrefList.append(key).append(':').append(newValue);
563 newPrefList.append(key).append(':').append(newValue);
580 newPrefList.append(key).append(':').append(newValue);
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 701 public void onValueSelected(int pickerType, int newValue, boolean autoAdvance) {
705 setHourInternal(newValue, true, !isTransition);
709 final int localizedHour = getLocalizedHour(newValue);
714 setMinuteInternal(newValue, true);
RadialTimePickerView.java 205 * @param newValue the new value as minute in hour (0-59) or hour in
213 void onValueSelected(@PickerType int pickerType, int newValue, boolean autoAdvance);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 56 WifiP2pGroup oldValue, WifiP2pGroup newValue) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 101 attrNode.setValue("newvalue");
attrsetvaluenomodificationallowederrEE.java 91 ((Attr) /*Node */attrNode).setValue("newvalue");
elementsetattributenomodificationallowederr.java 90 entElement.setAttribute("newAttr", "newValue");
elementsetattributenomodificationallowederrEE.java 85 entElement.setAttribute("newAttr", "newValue");
nodesetnodevaluenomodificationallowederr.java 95 entElementText.setNodeValue("newValue");
nodesetnodevaluenomodificationallowederrEE.java 74 entText.setNodeValue("newValue");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNS03.java 99 genElement.setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNS.java 211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 335 public void onImageMetadataChange(Key<?> key, Object oldValue, Object newValue,
369 Object newValue,
376 if (newValue != null &&
378 mFocusDistanceListener.onFocusDistance((float) newValue, mLensRange);
537 Object newValue,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 160 final @Nullable String valueId, final @Nullable Boolean newValue) {
247 value = newValue ? "true" : ""; //$NON-NLS-1$ //$NON-NLS-2$
249 value = newValue ? "false" : "";//$NON-NLS-1$ //$NON-NLS-2$
262 if (newValue) {
287 value = newValue ? valueId : ""; //$NON-NLS-1$
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendCountTest.java 388 protected int setStaticIntField (String classSignature, String fieldName, int newValue) {
413 packet.setNextValueAsInt(newValue);
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
autocomplete-box.html 460 valueChanged: function(oldValue, newValue) {
462 if (!oldValue && !newValue) {
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiMap.java 402 public boolean replace(K key, Object oldValue, Object newValue)
406 return _cmap.replace(key,oldValue,newValue);

Completed in 1266 milliseconds

<<11121314151617181920>>