/external/clang/test/CodeGenObjCXX/ |
refence-assign-write-barrier.mm | 9 void NSAssignArray(NSArray*& target, NSArray* newValue) 11 if (target == newValue) 16 target = [newValue retain];
|
/external/javassist/src/main/javassist/compiler/ast/ |
IntConst.java | 67 long newValue; 70 newValue = value1 + value2; 73 newValue = value1 - value2; 76 newValue = value1 * value2; 79 newValue = value1 / value2; 82 newValue = value1 % value2; 85 newValue = value1 | value2; 88 newValue = value1 ^ value2; 91 newValue = value1 & value2; 94 newValue = value << (int)value2 [all...] |
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);
|
/external/webkit/LayoutTests/storage/domstorage/events/ |
basic-body-attribute-expected.txt | 17 PASS storageEventList[0].newValue is "BAR" 25 PASS storageEventList[1].newValue is "BAR" 28 PASS storageEventList[2].newValue is "1" 31 PASS storageEventList[3].newValue is "2" 34 PASS storageEventList[4].newValue is "3" 39 PASS storageEventList[5].newValue is null 44 PASS storageEventList[6].newValue is null 49 PASS storageEventList[7].newValue is null 63 PASS storageEventList[0].newValue is "BAR" 71 PASS storageEventList[1].newValue is "BAR [all...] |
basic-expected.txt | 15 PASS storageEventList[0].newValue is "BAR" 23 PASS storageEventList[1].newValue is "BAR" 26 PASS storageEventList[2].newValue is "1" 29 PASS storageEventList[3].newValue is "2" 32 PASS storageEventList[4].newValue is "3" 37 PASS storageEventList[5].newValue is null 42 PASS storageEventList[6].newValue is null 47 PASS storageEventList[7].newValue is null 59 PASS storageEventList[0].newValue is "BAR" 67 PASS storageEventList[1].newValue is "BAR [all...] |
basic-setattribute-expected.txt | 17 PASS storageEventList[0].newValue is "BAR" 25 PASS storageEventList[1].newValue is "BAR" 28 PASS storageEventList[2].newValue is "1" 31 PASS storageEventList[3].newValue is "2" 34 PASS storageEventList[4].newValue is "3" 39 PASS storageEventList[5].newValue is null 44 PASS storageEventList[6].newValue is null 49 PASS storageEventList[7].newValue is null 63 PASS storageEventList[0].newValue is "BAR" 71 PASS storageEventList[1].newValue is "BAR [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorOutputElem.java | 50 * @param newValue non-null reference to processed attribute value. 52 public void setCdataSectionElements(java.util.Vector newValue) 54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue); 60 * @param newValue non-null reference to processed attribute value. 62 public void setDoctypePublic(String newValue) 64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue); 70 * @param newValue non-null reference to processed attribute value. 72 public void setDoctypeSystem(String newValue) 74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue); 80 * @param newValue non-null reference to processed attribute value [all...] |
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
basic-body-attribute.js | 35 shouldBeEqualToString("storageEventList[0].newValue", "BAR"); 49 shouldBeEqualToString("storageEventList[1].newValue", "BAR"); 52 shouldBeEqualToString("storageEventList[2].newValue", "1"); 55 shouldBeEqualToString("storageEventList[3].newValue", "2"); 58 shouldBeEqualToString("storageEventList[4].newValue", "3"); 69 shouldBeNull("storageEventList[5].newValue"); 80 shouldBeNull("storageEventList[6].newValue"); 91 shouldBeNull("storageEventList[7].newValue");
|
basic-setattribute.js | 35 shouldBeEqualToString("storageEventList[0].newValue", "BAR"); 49 shouldBeEqualToString("storageEventList[1].newValue", "BAR"); 52 shouldBeEqualToString("storageEventList[2].newValue", "1"); 55 shouldBeEqualToString("storageEventList[3].newValue", "2"); 58 shouldBeEqualToString("storageEventList[4].newValue", "3"); 69 shouldBeNull("storageEventList[5].newValue"); 80 shouldBeNull("storageEventList[6].newValue"); 91 shouldBeNull("storageEventList[7].newValue");
|
basic.js | 34 shouldBeEqualToString("storageEventList[0].newValue", "BAR"); 48 shouldBeEqualToString("storageEventList[1].newValue", "BAR"); 51 shouldBeEqualToString("storageEventList[2].newValue", "1"); 54 shouldBeEqualToString("storageEventList[3].newValue", "2"); 57 shouldBeEqualToString("storageEventList[4].newValue", "3"); 68 shouldBeNull("storageEventList[5].newValue"); 79 shouldBeNull("storageEventList[6].newValue"); 90 shouldBeNull("storageEventList[7].newValue");
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
CppVariant.cpp | 133 void CppVariant::set(const NPVariant& newValue) 136 switch (newValue.type) { 138 set(newValue.value.boolValue); 141 set(newValue.value.intValue); 144 set(newValue.value.doubleValue); 147 set(newValue.value.stringValue); 151 type = newValue.type; 154 set(newValue.value.objectValue); 165 void CppVariant::set(bool newValue) 169 value.boolValue = newValue; [all...] |
/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/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/ |
AtomicInteger.java | 40 public final void set(int newValue) { 41 value = newValue; 44 public final void lazySet(int newValue) { 45 set(newValue); 48 public final int getAndSet(int newValue) { 50 value = newValue;
|
AtomicLong.java | 40 public final void set(long newValue) { 41 value = newValue; 44 public final void lazySet(long newValue) { 45 set(newValue); 48 public final long getAndSet(long newValue) { 50 value = newValue;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedWatch.xml | 32 feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed; 35 feedWatchAction.TheValue.0 - Even if the original value is unchanged, this will contain the NewValue. 36 This is useful to determine if the value changed (check if NewValue.0 is defined), but also to have the value, 38 if the feed only contains S builds, will never change, and NewValue.0 will be undefined; however, you need the "S" value, 39 so use this property instead of NewValue.0 in order to pass it to the next script. 41 If you are watching for more than one condition, you can check for feedWatchAction.NewValue.0, feedWatchAction.NewValue.1, feedWatchAction.NewValue.2, etc. 46 <propertyset><propertyref regex="feedWatchAction\.(Result|Error|Output|NewValue|OldValue|TheValue)\.0"/></propertyset> 51 <echo message="feedWatchAction.NewValue.0 = ${feedWatchAction.NewValue.0}"/ [all...] |
sendEmailAlert.sh | 24 newvalue=""; 45 '-newvalue') 46 newvalue=$2; 59 echo "-newvalue $newvalue"; 73 if [ "x$newvalue" != "x" ]; then echo "New Value: "$newvalue >> $tmpfile; fi
|
/external/clang/test/CodeGenObjC/ |
optimized-setter-ios-device.m | 5 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 9 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 13 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 17 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
optimized-setter.m | 7 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 11 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 15 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 19 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
unoptimized-setter.m | 5 // void objc_setProperty_nonatomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 9 // void objc_setProperty_nonatomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset); 13 // void objc_setProperty_atomic(id self, SEL _cmd, id newValue, ptrdiff_t offset); 17 // void objc_setProperty_atomic_copy(id self, SEL _cmd, id newValue, ptrdiff_t offset);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
ConcurrentMapInterfaceTest.java | 414 final V newValue; 417 newValue = getValueNotInPopulatedMap(); 425 assertEquals(oldValue, map.replace(keyToReplace, newValue)); 426 assertEquals(newValue, map.get(keyToReplace)); 428 assertTrue(map.containsValue(newValue)); 432 map.replace(keyToReplace, newValue); 444 final V newValue; 448 newValue = getValueNotInPopulatedMap(); 454 assertNull(map.replace(keyToReplace, newValue)); 457 assertFalse(map.containsValue(newValue)); [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
contract-storestrong.ll | 65 ; CHECK: define void @test3(i8* %newValue) { 67 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 74 define void @test3(i8* %newValue) { 76 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 78 store i8* %newValue, i8** @x, align 8 86 ; CHECK: define i1 @test4(i8* %newValue, i8* %foo) { 88 ; CHECK-NEXT: %x0 = tail call i8* @objc_retain(i8* %newValue) [[NUW]] 95 define i1 @test4(i8* %newValue, i8* %foo) { 97 %x0 = tail call i8* @objc_retain(i8* %newValue) nounwind 99 store i8* %newValue, i8** @x, align [all...] |
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeEventTest.java | 38 Object newValue = new Object(); 41 oldValue, newValue); 45 assertSame(newValue, event.getNewValue()); 70 Object newValue = new Object(); 72 oldValue, newValue); 76 assertSame(newValue, event.getNewValue()); 98 Object newValue = new Object(); 101 oldValue, newValue); 110 assertSame(newValue, event.getNewValue()); 120 Object newValue = new Object() [all...] |
PropertyChangeSupportTest.java | 331 Object newValue = new Object(); 335 "myProp", oldValue, newValue); 342 sup.firePropertyChange("myProp", oldValue, newValue); 604 Object newValue = new Object(); 608 "myProp", oldValue, newValue); 610 "myProp", oldValue, newValue); 614 "myProp", oldValue, newValue); 619 sup.firePropertyChange("myProp", oldValue, newValue); 633 Object newValue = new Object(); 634 Object oldValue = newValue; [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicBoolean.java | 96 * @param newValue the new value 98 public final void set(boolean newValue) { 99 value = newValue ? 1 : 0; 105 * @param newValue the new value 108 public final void lazySet(boolean newValue) { 109 int v = newValue ? 1 : 0; 116 * @param newValue the new value 119 public final boolean getAndSet(boolean newValue) { 122 if (compareAndSet(current, newValue))
|
AtomicReference.java | 60 * @param newValue the new value 62 public final void set(V newValue) { 63 value = newValue; 69 * @param newValue the new value 72 public final void lazySet(V newValue) { 73 unsafe.putOrderedObject(this, valueOffset, newValue); 107 * @param newValue the new value 110 public final V getAndSet(V newValue) { 113 if (compareAndSet(x, newValue))
|