Searched defs:newMap (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DStorageMap.cpp48 RefPtr<StorageMap> newMap = create(m_quotaSize); local
49 newMap->m_map = m_map;
50 newMap->m_currentLength = m_currentLength;
51 return newMap.release();
H A DStorageAreaImpl.cpp150 RefPtr<StorageMap> newMap = m_storageMap->setItem(key, value, oldValue, quotaException); local
151 if (newMap)
152 m_storageMap = newMap.release();
177 RefPtr<StorageMap> newMap = m_storageMap->removeItem(key, oldValue); local
178 if (newMap)
179 m_storageMap = newMap.release();
/external/oauth/core/src/main/java/net/oauth/
H A DOAuth.java184 public static Map<String, String> newMap(Iterable<? extends Map.Entry> from) { method in class:OAuth
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.mortbay.jetty.util_6.1.23.v201004211559.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.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 227 milliseconds