/external/guice/core/src/com/google/inject/internal/ |
Initializables.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 27 static <T> Initializable<T> of(final T instance) { method in class:Initializables
|
/external/mockito/src/org/mockito/internal/util/ |
RemoveFirstLine.java | 3 * This program is made available under the terms of the MIT License. 13 public String of(String text) {
method in class:RemoveFirstLine
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
ImmutableReferenceFactory.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 42 public static ImmutableReference of(Reference reference) { method in class:ImmutableReferenceFactory 59 public static ImmutableReference of(int referenceType, Reference reference) { method in class:ImmutableReferenceFactory [all...] |
ImmutableStringReference.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 47 public static ImmutableStringReference of(@Nonnull StringReference stringReference) { method in class:ImmutableStringReference [all...] |
/external/guava/guava/src/com/google/common/collect/ |
EmptyImmutableListMultimap.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * Implementation of {@link ImmutableListMultimap} with no entries. 32 super(ImmutableMap.<Object, ImmutableList<Object>>of(), 0); method
|
EmptyImmutableSetMultimap.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * Implementation of {@link ImmutableListMultimap} with no entries. 32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null); method
|
ImmutableSortedMapFauxverideShim.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 31 * {@link ImmutableMap#builder} from consumers of {@code ImmutableSortedMap}. 47 * @deprecated <b>Pass a key of type {@code Comparable} to use {@link 48 * ImmutableSortedMap#of(Comparable, Object)}.</b> 50 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { method in class:ImmutableSortedMapFauxverideShim 60 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link 61 * ImmutableSortedMap#of(Comparable, Object, Comparable, Object)}.</b> 63 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim 74 * @deprecated <b>Pass keys of type {@code Comparable} to use {@lin 78 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim 93 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim 108 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of( method in class:ImmutableSortedMapFauxverideShim [all...] |
ImmutableSortedMultisetFauxverideShim.java | 5 * in compliance with the License. You may obtain a copy of the License at 10 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 38 * consumers of {@code ImmutableSortedMultiset}. 54 * @deprecated <b>Pass a parameter of type {@code Comparable} to use 55 * {@link ImmutableSortedMultiset#of(Comparable)}.</b> 58 public static <E> ImmutableSortedMultiset<E> of(E element) { method in class:ImmutableSortedMultisetFauxverideShim 68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use 69 * {@link ImmutableSortedMultiset#of(Comparable, Comparable)}.</b> 72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { method in class:ImmutableSortedMultisetFauxverideShim 82 * @deprecated <b>Pass the parameters of type {@code Comparable} to us 86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedMultisetFauxverideShim 100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { method in class:ImmutableSortedMultisetFauxverideShim 115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { method in class:ImmutableSortedMultisetFauxverideShim 130 public static <E> ImmutableSortedMultiset<E> of( method in class:ImmutableSortedMultisetFauxverideShim [all...] |
ImmutableSortedSetFauxverideShim.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 39 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}. 55 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link 56 * ImmutableSortedSet#of(Comparable)}.</b> 58 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) { method in class:ImmutableSortedSetFauxverideShim 68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link 69 * ImmutableSortedSet#of(Comparable, Comparable)}.</b> 71 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { method in class:ImmutableSortedSetFauxverideShim 81 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@lin 84 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { method in class:ImmutableSortedSetFauxverideShim 98 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim 113 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim 128 @Deprecated public static <E> ImmutableSortedSet<E> of( method in class:ImmutableSortedSetFauxverideShim [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalIterable.java | 6 * You may obtain a copy of the License at 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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 thi [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Pair.java | 11 * A pair of objects: first and second. 15 * @hide Only a subset of ICU is exposed in Android 32 public static <F, S> Pair<F, S> of(F first, S second) { method in class:Pair 34 throw new IllegalArgumentException("Pair.of requires non null values.");
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
ImmutableDexFile.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 70 public static ImmutableDexFile of(DexFile dexFile) { method in class:ImmutableDexFile [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/ |
ImmutableEpilogueBegin.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 45 public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin) { method in class:ImmutableEpilogueBegin [all...] |
ImmutableLineNumber.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 49 public static ImmutableLineNumber of(@Nonnull LineNumber lineNumber) { method in class:ImmutableLineNumber [all...] |
ImmutablePrologueEnd.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 45 public static ImmutablePrologueEnd of(@Nonnull PrologueEnd prologueEnd) { method in class:ImmutablePrologueEnd [all...] |
ImmutableSetSourceFile.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 52 public static ImmutableSetSourceFile of (@Nonnull SetSourceFile setSourceFile) { method in class:ImmutableSetSourceFile [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction10x.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 47 public static ImmutableInstruction10x of(Instruction10x instruction) { method in class:ImmutableInstruction10x [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ |
ImmutableArrayEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 53 public static ImmutableArrayEncodedValue of(@Nonnull ArrayEncodedValue arrayEncodedValue) { method in class:ImmutableArrayEncodedValue [all...] |
ImmutableByteEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 44 public static ImmutableByteEncodedValue of(ByteEncodedValue byteEncodedValue) { method in class:ImmutableByteEncodedValue [all...] |
ImmutableCharEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 44 public static ImmutableCharEncodedValue of(CharEncodedValue charEncodedValue) { method in class:ImmutableCharEncodedValue [all...] |
ImmutableDoubleEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 44 public static ImmutableDoubleEncodedValue of(DoubleEncodedValue doubleEncodedValue) { method in class:ImmutableDoubleEncodedValue [all...] |
ImmutableEnumEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 47 public static ImmutableEnumEncodedValue of(EnumEncodedValue enumEncodedValue) { method in class:ImmutableEnumEncodedValue [all...] |
ImmutableFieldEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 47 public static ImmutableFieldEncodedValue of(@Nonnull FieldEncodedValue fieldEncodedValue) { method in class:ImmutableFieldEncodedValue [all...] |
ImmutableFloatEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 44 public static ImmutableFloatEncodedValue of(FloatEncodedValue floatEncodedValue) { method in class:ImmutableFloatEncodedValue [all...] |
ImmutableIntEncodedValue.java | 9 * * 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 21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US 44 public static ImmutableIntEncodedValue of(IntEncodedValue intEncodedValue) { method in class:ImmutableIntEncodedValue [all...] |