Searched defs:of (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/guice/core/src/com/google/inject/internal/
H A DInitializables.java6 * You may obtain a copy of the License at
27 static <T> Initializable<T> of(final T instance) { method in class:Initializables
/external/dtc/Documentation/
H A Ddtc-paper.tex28 \newcommand{\of}{Open Firmware\xspace}
44 flattened-tree representation of the system's hardware based on the
50 representation of the tree into the compact representation used by
55 This flattened-tree approach is now the only supported method of
65 Historically, ``everyday'' \ppc machines have booted with the help of
66 \of (OF), a firmware environment defined by IEEE1275 \cite{IEEE1275}.
68 describes all of the system's hardware devices and how they're
69 connected. During boot, before taking control of memory management,
74 The device tree consists of nodes representing devices or
84 might supply a few vital system parameters (size of RA
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalIterable.java6 * You may obtain a copy of the License at
26 * An implementation of {@code Iterable} which throws an exception on all
27 * invocations of the {@link #iterator()} method after the first, and whose
36 * <li>throwing an exception of some kind
38 * implementations have, of returning a new, independent iterator
41 * <p>Because of this situation, any public method accepting an iterable should
47 * ones of the robust variety.
58 public static <E> MinimalIterable<E> of(E... elements) { method in class:MinimalIterable
65 * The elements are copied out of the source collection at the time this
70 return (MinimalIterable) of(element
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPair.java3 // License & terms of use: http://www.unicode.org/copyright.html#License
13 * A pair of objects: first and second.
17 * @hide Only a subset of ICU is exposed in Android
34 public static <F, S> Pair<F, S> of(F first, S second) { method in class:Pair
36 throw new IllegalArgumentException("Pair.of requires non null values.");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DBackupAgentController.java14 public static <T extends BackupAgent> BackupAgentController<T> of(T backupAgent) { method in class:BackupAgentController
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableEpilogueBegin.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
45 public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin) { method in class:ImmutableEpilogueBegin
H A DImmutablePrologueEnd.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
45 public static ImmutablePrologueEnd of(@Nonnull PrologueEnd prologueEnd) { method in class:ImmutablePrologueEnd
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableReferenceFactory.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
42 public static ImmutableReference of(Reference reference) { method in class:ImmutableReferenceFactory
44 return ImmutableStringReference.of((StringReference)reference);
47 return ImmutableTypeReference.of((TypeReference)reference);
50 return ImmutableFieldReference.of((FieldReference)reference);
53 return ImmutableMethodReference.of((MethodReferenc
62 public static ImmutableReference of(int referenceType, Reference reference) { method in class:ImmutableReferenceFactory
[all...]
H A DImmutableStringReference.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
47 public static ImmutableStringReference of(@Nonnull StringReference stringReference) { method in class:ImmutableStringReference
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableArrayEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
53 public static ImmutableArrayEncodedValue of(@Nonnull ArrayEncodedValue arrayEncodedValue) { method in class:ImmutableArrayEncodedValue
H A DImmutableByteEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableByteEncodedValue of(ByteEncodedValue byteEncodedValue) { method in class:ImmutableByteEncodedValue
H A DImmutableCharEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue) { method in class:ImmutableCharEncodedValue
H A DImmutableDoubleEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableDoubleEncodedValue of(DoubleEncodedValue doubleEncodedValue) { method in class:ImmutableDoubleEncodedValue
H A DImmutableEnumEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
47 public static ImmutableEnumEncodedValue of(EnumEncodedValue enumEncodedValue) { method in class:ImmutableEnumEncodedValue
H A DImmutableFieldEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
47 public static ImmutableFieldEncodedValue of(@Nonnull FieldEncodedValue fieldEncodedValue) { method in class:ImmutableFieldEncodedValue
H A DImmutableFloatEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableFloatEncodedValue of(FloatEncodedValue floatEncodedValue) { method in class:ImmutableFloatEncodedValue
H A DImmutableIntEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableIntEncodedValue of(IntEncodedValue intEncodedValue) { method in class:ImmutableIntEncodedValue
H A DImmutableLongEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableLongEncodedValue of(LongEncodedValue longEncodedValue) { method in class:ImmutableLongEncodedValue
H A DImmutableMethodEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
47 public static ImmutableMethodEncodedValue of(@Nonnull MethodEncodedValue methodEncodedValue) { method in class:ImmutableMethodEncodedValue
H A DImmutableShortEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
44 public static ImmutableShortEncodedValue of(ShortEncodedValue shortEncodedValue) { method in class:ImmutableShortEncodedValue
H A DImmutableStringEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
46 public static ImmutableStringEncodedValue of(@Nonnull StringEncodedValue stringEncodedValue) { method in class:ImmutableStringEncodedValue
H A DImmutableTypeEncodedValue.java9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
15 * * Neither the name of Google Inc. nor the names of its
46 public static ImmutableTypeEncodedValue of(@Nonnull TypeEncodedValue typeEncodedValue) { method in class:ImmutableTypeEncodedValue
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as9 1. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
14 3. The name of the author may not be used to endorse or promote products
30 /**A stripped-down version of org.antlr.misc.BitSet that is just
35 protected static const BITS:uint = 32; // number of bits / int
39 * turns out that, for powers of two, this mod operation is
48 /** Construction from a static array of longs */
61 public static function of(... args):BitSet { function
89 * Grows the set to a larger number of bit
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DBitSet.pm42 sub of : Tests(2) { subroutine
44 my $bs = $self->class->of(0x10);
75 my $bs = $self->class->of(4);
76 $bs |= $self->class->of(5);
/external/conscrypt/testing/src/main/java/tests/util/
H A DPair.java6 * You may obtain a copy of the License at
18 * Pair of typed values.
20 * <p>Pairs are obtained using {@link #of(Object, Object) of}.
22 * @param <F> type of the first value.
23 * @param <S> type of the second value.
33 * Gets the pair consisting of the two provided values.
38 public static <F, S> Pair<F, S> of(F first, S second) { method in class:Pair

Completed in 549 milliseconds

12345678910