Searched defs:newArrayList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCollectionUtil.java28 public static <E> ArrayList<E> newArrayList(E... elements) { method in class:CollectionUtil
34 public static <E> ArrayList<E> newArrayList(Iterable<E> iterable) { method in class:CollectionUtil
/external/guava/guava/src/com/google/common/collect/
H A DLists.java73 public static <E> ArrayList<E> newArrayList() { method in class:Lists
89 public static <E> ArrayList<E> newArrayList(E... elements) { method in class:Lists
116 public static <E> ArrayList<E> newArrayList(Iterable<? extends E> elements) { method in class:Lists
121 : newArrayList(elements.iterator());
135 public static <E> ArrayList<E> newArrayList(Iterator<? extends E> elements) { method in class:Lists
137 ArrayList<E> list = newArrayList();
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 880 milliseconds