Searched defs:newElements (Results 1 - 18 of 18) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableCollection.java100 public final boolean addAll(Collection<? extends E> newElements) { argument
H A DImmutableList.java228 public final boolean addAll(int index, Collection<? extends E> newElements) { argument
/external/guava/guava/src/com/google/common/collect/
H A DImmutableCollection.java110 public final boolean addAll(Collection<? extends E> newElements) { argument
H A DImmutableList.java349 public final boolean addAll(int index, Collection<? extends E> newElements) { argument
H A DMinMaxPriorityQueue.java255 @Override public boolean addAll(Collection<? extends E> newElements) { argument
257 for (E element : newElements) {
/external/icu4c/i18n/
H A Ducol_cnt.cpp105 ContractionTable **newElements = (ContractionTable **)uprv_malloc(table->capacity*2*sizeof(ContractionTable *)); local
108 if(newElements == NULL) {
114 uprv_memcpy(newElements, oldElements, table->capacity*sizeof(ContractionTable *));
115 uprv_memset(newElements+table->capacity, 0, table->capacity*sizeof(ContractionTable *));
117 table->elements = newElements;
/external/icu4c/common/
H A Ducharstriebuilder.cpp111 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; local
112 if(newElements==NULL) {
116 uprv_memcpy(newElements, elements, elementsLength*sizeof(UCharsTrieElement));
119 elements=newElements;
H A Dbytestriebuilder.cpp161 BytesTrieElement *newElements=new BytesTrieElement[newCapacity]; local
162 if(newElements==NULL) {
166 uprv_memcpy(newElements, elements, elementsLength*sizeof(BytesTrieElement));
169 elements=newElements;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.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.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.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.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 315 milliseconds