OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyOf
(Results
226 - 250
of
566
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
Snippet.java
138
return new BasicSnippet(format, types.build(), ImmutableList.
copyOf
(args));
175
return new CompoundSnippet(joinToken, ImmutableList.
copyOf
(snippets));
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
AesGcmHkdfAeadCrypterTest.java
124
byte[] exactCiphertext = Arrays.
copyOf
(ciphertext, testVector.ciphertext.length);
149
byte[] exactPlaintext = Arrays.
copyOf
(plaintext, testVector.plaintext.length);
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
StressTestClientTest.java
142
ImmutableList.
copyOf
(stub.getAllGauges(EmptyMessage.getDefaultInstance()));
145
allGauges = ImmutableList.
copyOf
(stub.getAllGauges(EmptyMessage.getDefaultInstance()));
/external/guava/guava/src/com/google/common/primitives/
Bytes.java
205
?
copyOf
(array, minLength + padding)
209
// Arrays.
copyOf
() requires Java 6
210
private static byte[]
copyOf
(byte[] original, int length) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java
235
public static <K, V> ImmutableListMultimap<K, V>
copyOf
(
256
ImmutableList<V> list = ImmutableList.
copyOf
(entry.getValue());
ImmutableMultimap.java
271
return
copyOf
(builderMultimap);
287
public static <K, V> ImmutableMultimap<K, V>
copyOf
(
297
return ImmutableListMultimap.
copyOf
(multimap);
421
* used to determine whether {@code
copyOf
} implementations should make an explicit copy to avoid
ImmutableSortedMap.java
112
copyOf
(Map<? extends K, ? extends V> map) {
116
public static <K, V> ImmutableSortedMap<K, V>
copyOf
(
231
return ImmutableSortedSet.
copyOf
(comparator, sortedDelegate.keySet());
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MapGenerators.java
66
return ImmutableMap.
copyOf
(builder);
161
return ImmutableMap.
copyOf
(map);
/external/guava/guava-tests/test/com/google/common/reflect/
InvokableTest.java
64
assertEquals(ImmutableList.
copyOf
(type.getTypeParameters()),
65
ImmutableList.
copyOf
(returnType.getActualTypeArguments()));
153
assertEquals(ImmutableList.of("a", "b", "c"), ImmutableList.
copyOf
(result));
162
assertEquals(ImmutableList.of("a", "b", "c"), ImmutableList.
copyOf
(result));
173
assertEquals(ImmutableList.of("a", "b", "c"), ImmutableList.
copyOf
(result));
219
assertEquals(ImmutableList.of("a", "a", "b", "c"), ImmutableList.
copyOf
(result));
228
assertEquals(ImmutableList.of("a", "a", "b", "c"), ImmutableList.
copyOf
(result));
239
assertEquals(ImmutableList.of("a", "a", "b", "c"), ImmutableList.
copyOf
(result));
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelecomManager.java
134
return ImmutableList.
copyOf
(accounts.values());
140
return ImmutableList.
copyOf
(accounts.keySet());
ShadowUsageStatsManager.java
129
ImmutableList.
copyOf
(eventsByTimeStamp.subMap(beginTime, endTime).values());
278
observerId, ImmutableList.
copyOf
(packages), timeLimit, timeUnit, callbackIntent));
289
return ImmutableList.
copyOf
(appUsageObserversById.values());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java
82
this.interfaces = interfaces==null ? ImmutableList.<String>of() : ImmutableList.
copyOf
(interfaces);
104
this.interfaces = interfaces==null ? ImmutableList.<String>of() : ImmutableList.
copyOf
(interfaces);
/external/smali/util/src/main/java/org/jf/util/
CollectionUtils.java
165
return ImmutableSortedSet.
copyOf
(collection);
178
return ImmutableSortedSet.
copyOf
(elementComparator, collection);
/external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp
281
TSymbol::TSymbol(const TSymbol&
copyOf
)
283
name = NewPoolTString(
copyOf
.name->c_str());
/external/turbine/java/com/google/turbine/bytecode/
LowerAttributes.java
111
attributes.add(new Attribute.RuntimeVisibleTypeAnnotations(ImmutableList.
copyOf
(visible)));
115
new Attribute.RuntimeInvisibleTypeAnnotations(ImmutableList.
copyOf
(invisible)));
/external/vogar/src/vogar/commands/
Command.java
63
this.args = ImmutableList.
copyOf
(args);
72
this.args = ImmutableList.
copyOf
(builder.args);
/external/wycheproof/java/com/google/security/wycheproof/testcases/
CipherOutputStreamTest.java
136
byte[] ct = Arrays.
copyOf
(t.ct, t.ct.length);
167
byte[] ct = Arrays.
copyOf
(t.ct, t.ct.length);
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java
90
.named("ImmutableMap.
copyOf
")
99
.named("ImmutableMap.
copyOf
[EnumMap]")
541
= ImmutableMap.
copyOf
(Collections.<String, Integer>emptyMap());
543
assertSame(copy, ImmutableMap.
copyOf
(copy));
548
= ImmutableMap.
copyOf
(Collections.singletonMap("one", 1));
550
assertSame(copy, ImmutableMap.
copyOf
(copy));
559
ImmutableMap<String, Integer> copy = ImmutableMap.
copyOf
(original);
561
assertSame(copy, ImmutableMap.
copyOf
(copy));
648
assertTrue(ImmutableMap.
copyOf
(map) instanceof ImmutableEnumMap);
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestAnnotations.java
266
ImmutableSet<String> rootPaths = ImmutableSortedSet.
copyOf
(factoryAnnotations.make("root", false).iterator("//ldml/annotations/"));
269
ImmutableSet<String> englishPaths = ImmutableSortedSet.
copyOf
(englishAnnotations.iterator("//ldml/annotations/"));
283
ImmutableSet<String> currentPaths = ImmutableSortedSet.
copyOf
(factoryAnnotations.make(locale, false).iterator("//ldml/annotations/"));
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
ModifierKeySimplifier.java
221
return ImmutableSet.
copyOf
(finalCombinations);
284
: EnumSet.
copyOf
(onKeysIntersect);
287
: EnumSet.
copyOf
(offKeysIntersect);
/external/desugar/java/com/google/devtools/common/options/
OptionsParserImpl.java
223
options = ImmutableList.
copyOf
(expansionFlagDef.getImplicitRequirements());
504
|| ImmutableList.
copyOf
(optionDefinition.getOptionMetadataTags())
575
return ImmutableList.
copyOf
(warnings);
/external/guava/guava/src/com/google/common/collect/
Collections2.java
498
ImmutableList<E> next = ImmutableList.
copyOf
(nextPermutation);
559
return new PermutationCollection<E>(ImmutableList.
copyOf
(elements));
616
ImmutableList<E> next = ImmutableList.
copyOf
(list);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XCldrStub.java
348
public static <T> Set<T>
copyOf
(Set<T> values) {
356
public static <K,V> Map<K,V>
copyOf
(Map<K,V> values) {
364
public static <K,V> Multimap<K,V>
copyOf
(Multimap<K,V> values) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XCldrStub.java
319
public static <T> Set<T>
copyOf
(Set<T> values) {
324
public static <K,V> Map<K,V>
copyOf
(Map<K,V> values) {
329
public static <K,V> Multimap<K,V>
copyOf
(Multimap<K,V> values) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DexBuilder.java
193
return ImmutableList.
copyOf
(Iterators.transform(methodParameters.iterator(),
268
return ImmutableSet.
copyOf
(
338
ImmutableList.
copyOf
(
Completed in 2730 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>