Searched refs:oldValue (Results 101 - 125 of 139) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas654 oldValue: TValue;
660 oldValue := FItems[index].Value;
770 oldValue: TValue;
818 oldValue := FItems[gap].Value;
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java906 V oldValue = node.value;
908 return oldValue;
H A DMapMakerInternalMap.java2672 boolean replace(K key, int hash, V oldValue, V newValue) { argument
2702 if (map.valueEquivalence.equivalent(oldValue, entryValue)) {
2709 // "if (map.containsKey(key) && map.get(key).equals(oldValue))..."
3595 public boolean replace(K key, @Nullable V oldValue, V newValue) { argument
3598 if (oldValue == null) {
3602 return segmentFor(hash).replace(key, hash, oldValue, newValue);
3810 V oldValue = put(key, newValue);
3812 return oldValue;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java902 V oldValue = node.value;
904 return oldValue;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/common/
H A Dnormalizer2impl.cpp1818 uint32_t oldValue=utrie2_get32(newData.trie, c); local
1819 uint32_t newValue=oldValue;
1872 if(newValue!=oldValue) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEnumMapTest.java70 V oldValue = value;
72 return oldValue;
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp427 bool oldValue = m_autoSaves;
430 m_autoSaves = oldValue;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1523 llvm::LoadInst *oldValue = CGF.Builder.CreateLoad(srcField); local
1524 oldValue->setAlignment(Alignment.getQuantity());
1526 llvm::Value *copy = CGF.EmitARCRetainBlock(oldValue, /*mandatory*/ true);
H A DCGDecl.cpp625 llvm::Value *oldValue = EmitLoadOfScalar(lvalue); local
627 EmitARCRelease(oldValue, /*precise*/ false);
H A DCGObjC.cpp2006 llvm::Value *oldValue = EmitLoadOfScalar(dst); local
2013 EmitARCRelease(oldValue, /*precise*/ false);
2710 llvm::Value *oldValue = local
2713 EmitARCRelease(oldValue, /*precise*/ false);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java691 boolean oldValue = m_lineSepUse;
693 return oldValue;
/external/srec/shared/src/
H A DSessionTypeImpl.c282 const void* oldValue, const void* newValue,
295 CHKLOG(rc, listener->listener->propertyChanged(listener->listener, name, oldValue, newValue, type, listener->data));
281 firePropertyChanged(ESR_SessionType* self, const LCHAR* name, const void* oldValue, const void* newValue, enum VariableTypes_t type) argument
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c98 ESR_ReturnCode propertyChanged(ESR_SessionTypeListener* self, const LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, void* data) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 696 milliseconds

123456