Home
last modified time | relevance | path

Searched defs:copyOf (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DSymbolTable.cpp160 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()
DTypes.h107 void copyType(const TType& copyOf, TStructureMap& remapper) in copyType()
/external/guava/src/com/google/common/collect/
DImmutableSortedSet.java271 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
DImmutableMultiset.java92 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
140 public static <E> ImmutableMultiset<E> copyOf( in copyOf() method in ImmutableMultiset
DImmutableClassToInstanceMap.java112 public static <B, S extends B> ImmutableClassToInstanceMap<B> copyOf( in copyOf() method in ImmutableClassToInstanceMap
DImmutableList.java213 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
DImmutableSet.java179 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
DImmutableSortedMap.java166 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
DImmutableBiMap.java190 public static <K, V> ImmutableBiMap<K, V> copyOf( in copyOf() method in ImmutableBiMap
DImmutableListMultimap.java226 public static <K, V> ImmutableListMultimap<K, V> copyOf( in copyOf() method in ImmutableListMultimap
DImmutableSetMultimap.java255 public static <K, V> ImmutableSetMultimap<K, V> copyOf( in copyOf() method in ImmutableSetMultimap
DImmutableMap.java230 public static <K, V> ImmutableMap<K, V> copyOf( in copyOf() method in ImmutableMap
DImmutableMultimap.java216 public static <K, V> ImmutableMultimap<K, V> copyOf( in copyOf() method in ImmutableMultimap
/external/guava/src/com/google/common/primitives/
DBytes.java203 private static byte[] copyOf(byte[] original, int length) { in copyOf() method in Bytes
DBooleans.java226 private static boolean[] copyOf(boolean[] original, int length) { in copyOf() method in Booleans
DDoubles.java262 private static double[] copyOf(double[] original, int length) { in copyOf() method in Doubles
DFloats.java259 private static float[] copyOf(float[] original, int length) { in copyOf() method in Floats
DLongs.java315 private static long[] copyOf(long[] original, int length) { in copyOf() method in Longs
DChars.java329 private static char[] copyOf(char[] original, int length) { in copyOf() method in Chars
DShorts.java329 private static short[] copyOf(short[] original, int length) { in copyOf() method in Shorts
DInts.java338 private static int[] copyOf(int[] original, int length) { in copyOf() method in Ints