/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | IntArrayList.java | 44 final class IntArrayList extends AbstractProtobufList<Integer> implements IntList, RandomAccess { class 46 private static final IntArrayList EMPTY_LIST = new IntArrayList(); 51 public static IntArrayList emptyList() { in emptyList() 69 IntArrayList() { in IntArrayList() method in IntArrayList 76 private IntArrayList(int[] array, int size) { in IntArrayList() method in IntArrayList 86 if (!(o instanceof IntArrayList)) { in equals() 89 IntArrayList other = (IntArrayList) o; in equals() 118 return new IntArrayList(Arrays.copyOf(array, capacity), size); in mutableCopyWithCapacity() 203 if (!(collection instanceof IntArrayList)) { in addAll() 207 IntArrayList list = (IntArrayList) collection; in addAll()
|
D | LongArrayList.java | 86 if (!(o instanceof IntArrayList)) { in equals()
|
D | GeneratedMessageLite.java | 1237 return IntArrayList.emptyList(); in emptyIntList()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IntArrayListTest.java | 48 private static final IntArrayList UNARY_LIST = newImmutableIntArrayList(1); 49 private static final IntArrayList TERTIARY_LIST = 52 private IntArrayList list; 56 list = new IntArrayList(); in setUp() 60 assertSame(IntArrayList.emptyList(), IntArrayList.emptyList()); in testEmptyListReturnsSameInstance() 64 assertImmutable(IntArrayList.emptyList()); in testEmptyListIsImmutable() 144 assertEquals(0, IntArrayList.emptyList().size()); in testSize() 267 assertFalse(list.addAll(IntArrayList.emptyList())); in testAddAll() 298 private void assertImmutable(IntArrayList list) { in assertImmutable() 332 list.addAll(new IntArrayList()); in assertImmutable() [all …]
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | IntArrayList.java | 36 public class IntArrayList extends AbstractList<Integer> implements Cloneable { class 41 public IntArrayList() { in IntArrayList() method in IntArrayList 45 public IntArrayList(int initialCapacity) { in IntArrayList() method in IntArrayList 127 IntArrayList other = (IntArrayList)o; in equals() 141 IntArrayList a = (IntArrayList)super.clone(); in clone()
|
/external/protobuf/ |
D | build.gradle | 52 include 'com/google/protobuf/IntArrayList.java'
|
D | Android.bp | 538 "java/core/src/main/java/com/google/protobuf/IntArrayList.java",
|
D | Makefile.am | 217 java/core/src/main/java/com/google/protobuf/IntArrayList.java \
|
/external/guice/extensions/persist/lib/ |
D | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |