/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedWatch.emf.properties | 43 # -oldvalue "2006-05-04T12:14:33Z" -newvalue "2006-05-11T12:14:33Z" -debug 0"/> 60 # feedWatchAction.OldValue.0 - The original value of the node you asked for, from the previous cached version of the feed
|
feedWatch.uml2.properties | 40 # -oldvalue "2006-05-04T12:14:33Z" -newvalue "2006-05-11T12:14:33Z" -debug 0"/> 57 # feedWatchAction.OldValue.0 - The original value of the node you asked for, from the previous cached version of the feed
|
/external/guava/guava/src/com/google/common/cache/ |
CacheLoader.java | 69 * @param oldValue the non-null old value corresponding to {@code key} 75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception {
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
MapMaker.java | 91 public boolean replace(K key, V oldValue, V newValue) { 92 if (containsKey(key) && get(key).equals(oldValue)) {
|
/external/guava/guava-tests/test/com/google/common/cache/ |
TestingCacheLoaders.java | 150 public ListenableFuture<Integer> reload(Integer key, Integer oldValue) { 152 return Futures.immediateFuture(oldValue + 1);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MutableClassToInstanceMapTest.java | 110 Integer oldValue = map.putInstance(Integer.class, new Integer(7)); 111 assertEquals(5, (int) oldValue);
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pGroupList.java | 54 WifiP2pGroup oldValue, WifiP2pGroup newValue) { 56 mListener.onDeleteGroup(oldValue.getNetworkId());
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSCache.java | 199 List<? extends DNSEntry> oldValue = _value; 201 return oldValue; 321 List<? extends DNSEntry> oldValue = null; 324 oldValue = oldEntry.setValue(value); 328 return oldValue;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 223 String oldValue = selectedNodes.size() == 1 227 oldValue = ensureValidString(oldValue); 228 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue); 307 String oldValue = node.getStringAttr(ANDROID_URI, attribute); 308 oldValue = ensureValidString(oldValue); 312 return mRulesEngine.displayReferenceInput(oldValue); 323 return mRulesEngine.displayResourceInput(format.name(), oldValue); 329 return mRulesEngine.displayInput(message, oldValue, null) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
PropertySetCSSStyleDeclaration.cpp | 67 AtomicString oldValue; 69 oldValue = s_currentDecl->parentElement()->getAttribute(HTMLNames::styleAttr); 72 AtomicString requestedOldValue = m_mutationRecipients->isOldValueRequested() ? oldValue : nullAtom;
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 302 bool OldValue; 307 OldValue(P.InMessageExpression) { 312 InMessageExpression = OldValue;
|
/frameworks/base/core/java/android/os/ |
MemoryFile.java | 156 boolean oldValue = mAllowPurging; 157 if (oldValue != allowPurging) { 161 return oldValue;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
code.py | 16 oldvalue = 0 18 oldvalue = file.softspace 26 return oldvalue
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
code.py | 16 oldvalue = 0 18 oldvalue = file.softspace 26 return oldvalue
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
ad_view.js | 338 var oldValue = this.adviewNode_.getAttribute(mutation.attributeName); 340 if (newValue != oldValue) { 351 var oldValue = this.browserPluginNode_.getAttribute('src'); 353 if (newValue === oldValue)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8CustomElementLifecycleCallbacks.h | 63 virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
|
V8Utilities.h | 52 void transferHiddenDependency(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex, v8::Isolate*);
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
BaseMultipleFieldsDateAndTimeInputType.cpp | 181 String oldValue = input->value(); 183 // Even if oldValue is null and newValue is "", we should assume they are same. 184 if ((oldValue.isEmpty() && newValue.isEmpty()) || oldValue == newValue) {
|
/external/clang/lib/Analysis/ |
BodyFarm.cpp | 276 // if (oldValue == *theValue) { 287 const ParmVarDecl *OldValue = D->getParamDecl(0); 288 QualType OldValueTy = OldValue->getType(); 306 M.makeLvalueToRvalue(M.makeDeclRefExpr(OldValue), OldValueTy),
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
manage-memory.jd | 177 BitmapDrawable oldValue, BitmapDrawable newValue) { 178 if (RecyclingBitmapDrawable.class.isInstance(oldValue)) { 181 ((RecyclingBitmapDrawable) oldValue).setIsCached(false); 188 (new SoftReference<Bitmap>(oldValue.getBitmap()));
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CountdownTimerPopup.java | 82 public void onValueChange(NumberPicker picker, int oldValue, int newValue) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
IntMap.java | 135 Object oldValue = e.value; 137 return (T) oldValue;
|
/system/core/libcutils/ |
hashmap.c | 211 void* oldValue = current->value; 213 return oldValue;
|
/external/icu4c/common/ |
stringtriebuilder.cpp | 334 int32_t oldValue= // Only in debug mode to avoid a compiler warning about unused oldValue. 337 U_ASSERT(oldValue==0); 363 int32_t oldValue= // Only in debug mode to avoid a compiler warning about unused oldValue. 366 U_ASSERT(oldValue==0);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 336 V oldValue; 346 oldValue = e.value; 367 oldValue = null; 374 return oldValue; 522 V oldValue = null; 541 oldValue = v; 551 return oldValue; 554 final boolean replace(K key, int hash, V oldValue, V newValue) { 564 if (oldValue.equals(e.value)) { 581 V oldValue = null [all...] |