HomeSort by relevance Sort by last modified time
    Searched defs:newValue (Results 1 - 25 of 933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
NV_SetBits.c 29 UINT64 newValue;
55 newValue = oldValue | in->bits;
60 && newValue != oldValue)
73 result = NvWriteIndexData(in->nvIndex, &nvIndex, 0, 8, &newValue);
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
ConfigLoader.java 69 final StringBuilder newValue = new StringBuilder();
73 newValue.append(oldValue.substring(pos, m.start()));
75 newValue.append(sub == null ? m.group(0) : sub);
78 newValue.append(oldValue.substring(pos));
79 entry.setValue(newValue.toString());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue01.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue02.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "This is a new Comment node", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("afterChange", "This should have an effect", newValue);
hc_nodevalue04.java 61 String newValue;
70 newValue = newNode.getNodeValue();
71 assertNull("initiallyNull", newValue);
73 newValue = newNode.getNodeValue();
74 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue05.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue06.java 60 String newValue;
62 newValue = newNode.getNodeValue();
63 assertNull("initiallyNull", newValue);
65 newValue = newNode.getNodeValue();
66 assertNull("nullAfterAttemptedChange", newValue);
nodevalue01.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue02.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "This is a new Comment node", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("afterChange", "This should have an effect", newValue);
nodevalue03.java 61 String newValue;
65 newValue = newNode.getNodeValue();
66 assertNull("initiallyNull", newValue);
68 newValue = newNode.getNodeValue();
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue04.java 61 String newValue;
65 newValue = newNode.getNodeValue();
66 assertNull("initiallyNull", newValue);
68 newValue = newNode.getNodeValue();
69 assertNull("nullAfterAttemptedChange", newValue);
nodevalue05.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertNull("initiallyNull", newValue);
67 newValue = newNode.getNodeValue();
68 assertNull("nullAfterAttemptedChange", newValue);
nodevalue06.java 60 String newValue;
62 newValue = newNode.getNodeValue();
63 assertNull("initiallyNull", newValue);
65 newValue = newNode.getNodeValue();
66 assertNull("nullAfterAttemptedChange", newValue);
nodevalue09.java 61 String newValue;
64 newValue = newNode.getNodeValue();
65 assertEquals("initial", "DATA", newValue);
67 newValue = newNode.getNodeValue();
68 assertEquals("after", "This should have an effect", newValue);
hc_nodevalue03.java 61 String newValue;
78 newValue = newNode.getNodeValue();
79 assertNull("initiallyNull", newValue);
81 newValue = newNode.getNodeValue();
82 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue07.java 64 String newValue;
78 newValue = newNode.getNodeValue();
79 assertNull("initiallyNull", newValue);
81 newValue = newNode.getNodeValue();
82 assertNull("nullAfterAttemptedChange", newValue);
hc_nodevalue08.java 65 String newValue;
78 newValue = newNode.getNodeValue();
79 assertNull("initiallyNull", newValue);
81 newValue = newNode.getNodeValue();
82 assertNull("nullAfterAttemptedChange", newValue);
nodevalue07.java 61 String newValue;
71 newValue = newNode.getNodeValue();
72 assertNull("initiallyNull", newValue);
74 newValue = newNode.getNodeValue();
75 assertNull("nullAfterAttemptedChange", newValue);
nodevalue08.java 62 String newValue;
71 newValue = newNode.getNodeValue();
72 assertNull("initiallyNull", newValue);
74 newValue = newNode.getNodeValue();
75 assertNull("nullAfterAttemptedChange", newValue);
  /libcore/ojluni/src/main/java/java/util/prefs/
PreferenceChangeEvent.java 59 private String newValue;
66 * @param newValue The new value of the preference, or <tt>null</tt>
70 String newValue) {
73 this.newValue = newValue;
101 return newValue;
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
MetadataResponseListener.java 43 V newValue = partialResult.get(mKey);
44 if (newValue != null) {
45 mUpdatable.update(newValue);
51 V newValue = totalCaptureResult.get(mKey);
52 if (newValue != null) {
53 mUpdatable.update(newValue);
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractLoadingCacheTest.java 60 Object newValue = new Object();
61 valueRef.set(newValue);
62 assertSame(newValue, cache.getUnchecked(new Object()));
91 Object newValue = new Object();
92 valueRef.set(newValue);
93 assertSame(newValue, cache.getUnchecked(new Object()));
122 Object newValue = new Object();
123 valueRef.set(newValue);
124 assertSame(newValue, cache.getUnchecked(new Object()));
153 Object newValue = new Object()
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
DoubleConst.java 71 double newValue;
74 newValue = value1 + value2;
77 newValue = value1 - value2;
80 newValue = value1 * value2;
83 newValue = value1 / value2;
86 newValue = value1 % value2;
92 return new DoubleConst(newValue, newType);
  /libcore/ojluni/src/main/java/java/beans/
PropertyChangeEvent.java 56 * @param newValue the new value of the property
61 Object oldValue, Object newValue) {
64 this.newValue = newValue;
85 return newValue;
131 private Object newValue;
158 sb.append("; newValue=").append(getNewValue());
  /external/deqp/framework/randomshaders/
rsgExecutionContext.cpp 95 ExecValueAccess newValue = tmp.getValue();
99 newValue.asBool(i) = oldValue.asBool(i) && value.asBool(i);
101 pushExecutionMask(newValue);

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>