/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | SymbolTable.cpp | 160 TSymbol::TSymbol(const TSymbol& copyOf) in TSymbol() 166 TVariable::TVariable(const TVariable& copyOf, TStructureMap& remapper) : TSymbol(copyOf) in TVariable() 190 TFunction::TFunction(const TFunction& copyOf, TStructureMap& remapper) : TSymbol(copyOf) in TFunction() 222 void TSymbolTable::copyTable(const TSymbolTable& copyOf) in copyTable()
|
D | Types.h | 107 void copyType(const TType& copyOf, TStructureMap& remapper) in copyType()
|
/external/guava/src/com/google/common/collect/ |
D | ImmutableSortedSet.java | 271 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 291 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 312 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet 327 public static <E> ImmutableSortedSet<E> copyOf( in copyOf() method in ImmutableSortedSet
|
D | ImmutableMultiset.java | 92 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset 140 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
|
D | ImmutableClassToInstanceMap.java | 112 public static <B, S extends B> ImmutableClassToInstanceMap<B> copyOf( in copyOf() method in ImmutableClassToInstanceMap
|
D | ImmutableList.java | 213 public static <E> ImmutableList<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableList 240 public static <E> ImmutableList<E> copyOf(Collection<? extends E> elements) { in copyOf() method in ImmutableList 262 public static <E> ImmutableList<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableList
|
D | ImmutableSet.java | 179 public static <E> ImmutableSet<E> copyOf(Iterable<? extends E> elements) { in copyOf() method in ImmutableSet 196 public static <E> ImmutableSet<E> copyOf(Iterator<? extends E> elements) { in copyOf() method in ImmutableSet
|
D | ImmutableSortedMap.java | 166 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap 186 public static <K, V> ImmutableSortedMap<K, V> copyOf( in copyOf() method in ImmutableSortedMap
|
D | ImmutableBiMap.java | 190 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
|
D | ImmutableListMultimap.java | 226 public static <K, V> ImmutableListMultimap<K, V> copyOf( in copyOf() method in ImmutableListMultimap
|
D | ImmutableSetMultimap.java | 255 public static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
|
D | ImmutableMap.java | 230 public static <K, V> ImmutableMap<K, V> copyOf( in copyOf() method in ImmutableMap
|
D | ImmutableMultimap.java | 216 public static <K, V> ImmutableMultimap<K, V> copyOf( in copyOf() method in ImmutableMultimap
|
/external/guava/src/com/google/common/primitives/ |
D | Bytes.java | 203 private static byte[] copyOf(byte[] original, int length) { in copyOf() method in Bytes
|
D | Booleans.java | 226 private static boolean[] copyOf(boolean[] original, int length) { in copyOf() method in Booleans
|
D | Doubles.java | 262 private static double[] copyOf(double[] original, int length) { in copyOf() method in Doubles
|
D | Floats.java | 259 private static float[] copyOf(float[] original, int length) { in copyOf() method in Floats
|
D | Longs.java | 315 private static long[] copyOf(long[] original, int length) { in copyOf() method in Longs
|
D | Chars.java | 329 private static char[] copyOf(char[] original, int length) { in copyOf() method in Chars
|
D | Shorts.java | 329 private static short[] copyOf(short[] original, int length) { in copyOf() method in Shorts
|
D | Ints.java | 338 private static int[] copyOf(int[] original, int length) { in copyOf() method in Ints
|