Searched defs:initialContents (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java106 Iterable<? extends E> initialContents) {
107 return new Builder<E>(Ordering.<E>natural()).create(initialContents);
205 Iterable<? extends T> initialContents) {
207 this, initialQueueSize(expectedSize, maximumSize, initialContents));
208 for (T element : initialContents) {
901 int maximumSize, Iterable<?> initialContents) {
908 if (initialContents instanceof Collection) {
909 int initialSize = ((Collection<?>) initialContents).size();
105 create( Iterable<? extends E> initialContents) argument
204 create( Iterable<? extends T> initialContents) argument
900 initialQueueSize(int configuredExpectedSize, int maximumSize, Iterable<?> initialContents) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java436 Collection<Integer> initialContents,
441 initialContents, actionsToPerformConcurrently);
585 final Collection<Integer> initialContents,
589 new CopyOnWriteArrayList<Integer>(initialContents);
435 runConcurrentlyMutatedTest( Collection<Integer> initialContents, Iterable<ListFrobber> actionsToPerformConcurrently, WrapWithIterable wrap) argument
584 newConcurrentlyMutatedList( final Collection<Integer> initialContents, final Iterable<ListFrobber> actionsToPerformConcurrently) argument
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 146 milliseconds