HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
reset.pass.cpp 34 std::unique_ptr<VT> p(newValue<VT>(expect_alive));
38 A* new_value = newValue<VT>(expect_alive);
46 std::unique_ptr<const VT> p(newValue<const VT>(expect_alive));
50 A* new_value = newValue<VT>(expect_alive);
71 std::unique_ptr<VT> p(newValue<VT>(expect_alive));
95 std::unique_ptr<VT> p(newValue<VT>(expect_alive));
  /external/guava/guava/src/com/google/common/collect/
ForwardingConcurrentMap.java 57 public boolean replace(K key, V oldValue, V newValue) {
58 return delegate().replace(key, oldValue, newValue);
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
get.pass.cpp 28 int* p = newValue<VT>(1);
38 const int* p = newValue<VT>(1);
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ConcurrentMap.java 34 boolean replace(K key, V oldValue, V newValue);
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
null.pass.cpp 27 std::unique_ptr<VT> s2(newValue<VT>(expect_alive));
nullptr.pass.cpp 28 std::unique_ptr<VT> s2(newValue<VT>(expect_alive));
move.pass.cpp 37 std::unique_ptr<VT> s1(newValue<VT>(expect_alive));
39 std::unique_ptr<VT> s2(newValue<VT>(expect_alive));
48 std::unique_ptr<VT, Deleter<VT> > s1(newValue<VT>(expect_alive),
51 std::unique_ptr<VT, Deleter<VT> > s2(newValue<VT>(expect_alive));
63 std::unique_ptr<VT, CDeleter<VT>&> s1(newValue<VT>(expect_alive), d1);
66 std::unique_ptr<VT, CDeleter<VT>&> s2(newValue<VT>(expect_alive), d2);
  /external/pdfium/fxjs/xfa/
cjx_boolean.cpp 32 ByteString newValue;
34 newValue = pValue->ToString();
36 int32_t iValue = FXSYS_atoi(newValue.c_str());
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 127 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) {
132 setLenient(newValue != 0);
136 setParseIntegerOnly(newValue != 0);
140 setGroupingUsed(newValue != 0);
144 setDecimalSeparatorAlwaysShown(newValue != 0);
148 setMaximumIntegerDigits(newValue);
152 setMinimumIntegerDigits(newValue);
156 setMinimumIntegerDigits(newValue);
157 setMaximumIntegerDigits(newValue);
161 setMaximumFractionDigits(newValue);
    [all...]
winnmfmt.h 109 * @param newValue the new value to be set.
112 virtual void setMaximumFractionDigits(int32_t newValue);
120 * @param newValue the new value to be set.
123 virtual void setMinimumFractionDigits(int32_t newValue);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
SerializingExecutor.java 141 public abstract void runStateSet(SerializingExecutor obj, int newValue);
158 public void runStateSet(SerializingExecutor obj, int newValue) {
159 runStateUpdater.set(obj, newValue);
176 public void runStateSet(SerializingExecutor obj, int newValue) {
178 obj.runState = newValue;
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
NumberFormatJDK.java 217 public void setGroupingUsed(boolean newValue) {
218 fJdkNfmt.setGroupingUsed(newValue);
222 public void setMaximumFractionDigits(int newValue) {
223 fJdkNfmt.setMaximumFractionDigits(newValue);
227 public void setMaximumIntegerDigits(int newValue) {
228 fJdkNfmt.setMaximumIntegerDigits(newValue);
232 public void setMinimumFractionDigits(int newValue) {
233 fJdkNfmt.setMinimumFractionDigits(newValue);
237 public void setMinimumIntegerDigits(int newValue) {
238 fJdkNfmt.setMinimumIntegerDigits(newValue);
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
NumberFormatICU.java 178 public void setGroupingUsed(boolean newValue) {
179 fIcuNfmt.setGroupingUsed(newValue);
183 public void setMaximumFractionDigits(int newValue) {
184 fIcuNfmt.setMaximumFractionDigits(newValue);
188 public void setMaximumIntegerDigits(int newValue) {
189 fIcuNfmt.setMaximumIntegerDigits(newValue);
193 public void setMinimumFractionDigits(int newValue) {
194 fIcuNfmt.setMinimumFractionDigits(newValue);
198 public void setMinimumIntegerDigits(int newValue) {
199 fIcuNfmt.setMinimumIntegerDigits(newValue);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 129 int newValue = random.nextInt(3);
130 int oldValue = multiset.setCount(key, newValue);
131 deltas[keyIndex] += (newValue - oldValue);
135 int newValue = random.nextInt(3);
137 if (multiset.setCount(key, oldValue, newValue)) {
138 deltas[keyIndex] += (newValue - oldValue);
  /external/fonttools/Lib/fontTools/misc/
fixedTools.py 83 newValue = floatToFixed(value, 16)
86 "fix to use hex instead: 0x%08x", value, newValue)
87 value = newValue
  /art/runtime/native/
sun_misc_Unsafe.cc 42 jint expectedValue, jint newValue) {
48 newValue,
55 jlong expectedValue, jlong newValue) {
61 newValue);
70 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue);
87 newValue,
105 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) {
109 obj->SetField32<false>(MemberOffset(offset), newValue);
113 jint newValue) {
117 obj->SetField32Volatile<false>(MemberOffset(offset), newValue);
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 96 public static string replace( string str, char oldValue, char newValue )
103 builder[index] = newValue;
107 public static string replaceAll( string str, string regex, string newValue )
109 return System.Text.RegularExpressions.Regex.Replace( str, regex, newValue );
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 97 public static string replace(this string str, char oldValue, char newValue)
99 return str.Replace(oldValue, newValue);
103 public static string replaceAll( this string str, string regex, string newValue )
105 return Regex.Replace( str, regex, newValue );
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameAccessTest.java 63 VariableInfo(String variableName, Value initialValue, Value setValue, Value newValue) {
67 this.valueOnSecondSuspension = newValue;
104 Value newValue) {
105 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue));
109 Value newValue;
112 newValue = initialValue;
115 newValue = setValue;
117 variables.add(new VariableInfo(variableName, initialValue, setValue, newValue));
273 Value newValue = variableInfo.getValueToSet();
274 if (firstSuspension && newValue != null && !isSuspensionMethod)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
FilterFactory.java 204 String newValue;
207 public ModifierEntry(String oldValue, String newValue, Map<String, String> options) {
209 this.newValue = newValue;
271 String newPath = entry.newValue;
299 value = value.replaceAll(entry.oldValue, entry.newValue);
311 String value = originalValue.replaceAll(entry.oldValue, entry.newValue);
337 xpathLookup.add(entry.oldValue, entry.newValue);
345 String newValue = xpathLookup.get(xpath, null, arguments, null, null);
346 if (newValue != null)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
AstObserver.java 46 * @param newValue value of the property after the change
48 void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue);
AstObserverAdapter.java 30 public void propertyChange(Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 462 String newValue = null;
465 newValue = System.getProperty(newKey);
471 if (newValue == null)
472 newValue = fixupPropertyString(value, false);
474 newValue = fixupPropertyString(newValue, false);
476 if (key != newKey || value != newValue)
479 props.put(newKey, newValue);
  /external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
AtomicLongMapTest.java 259 long newValue = random.nextInt(MAX_ADDEND);
262 long result = map.put(key, newValue);
264 assertEquals(newValue, after);
266 newValue += newValue;
317 long newValue = random.nextInt(MAX_ADDEND);
320 long result = map.putIfAbsent(key, newValue);
323 assertEquals(before == 0 ? newValue : before, after);
327 result = map.putIfAbsent(key, newValue);
331 assertEquals(newValue, after)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 274 long newValue = random.nextInt(MAX_ADDEND);
277 long result = map.put(key, newValue);
279 assertEquals(newValue, after);
281 newValue += newValue;
332 long newValue = random.nextInt(MAX_ADDEND);
335 long result = map.putIfAbsent(key, newValue);
338 assertEquals(before == 0 ? newValue : before, after);
342 result = map.putIfAbsent(key, newValue);
346 assertEquals(newValue, after)
    [all...]

Completed in 720 milliseconds

12 3 4 5 6 7 8 91011>>