Searched defs:of (Results 26 - 50 of 164) sorted by relevance

1234567

/external/guava/guava-testlib/src/com/google/common/testing/
H A DEquivalenceTester.java6 * You may obtain a copy of the License at
33 * Tester for {@link Equivalence} relationships between groups of objects.
38 * other. Objects of different groups are expected to be unequal. For example:
42 * EquivalenceTester.of(someStringEquivalence)
51 * the {@link EqualsTester}. It includes an extra test against an instance of an
75 assertEquals("the hash (" + itemHash + ") of $ITEM must be equal to the hash ("
76 + relatedHash + ") of $RELATED", itemHash, relatedHash);
86 public static <T> EquivalenceTester<T> of(Equivalence<? super T> equivalence) { method in class:EquivalenceTester
91 * Adds a group of objects that are supposed to be equivalent to each other
120 assertEquals("the hash of "
[all...]
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsMockWrapper.java3 * This program is made available under the terms of the MIT License.
54 public static HashCodeAndEqualsMockWrapper of(Object mock) { method in class:HashCodeAndEqualsMockWrapper
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleTrackNumberBox.java17 * @param of number of tracks overall
19 public void setTrackNumber(byte track, byte of) { argument
24 appleDataBox.setData(new byte[]{0, 0, 0, track, 0, of, 0, 0});
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableAnnotation.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
66 public static ImmutableAnnotation of(Annotation annotation) { method in class:ImmutableAnnotation
95 return ImmutableAnnotation.of(item);
H A DImmutableAnnotationElement.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
52 this.value = ImmutableEncodedValueFactory.of(value);
61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { method in class:ImmutableAnnotationElement
89 return ImmutableAnnotationElement.of(item);
H A DImmutableExceptionHandler.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
52 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { method in class:ImmutableExceptionHandler
80 return ImmutableExceptionHandler.of(item);
H A DImmutableMethodImplementation.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
75 public static ImmutableMethodImplementation of(@Nullable MethodImplementation methodImplementation) { method in class:ImmutableMethodImplementation
H A DImmutableTryBlock.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
66 public static ImmutableTryBlock of(TryBlock<? extends ExceptionHandler> tryBlock) { method in class:ImmutableTryBlock
99 return ImmutableTryBlock.of(item);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableDebugItem.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
51 public static ImmutableDebugItem of(DebugItem debugItem) { method in class:ImmutableDebugItem
57 return ImmutableStartLocal.of((StartLocal)debugItem);
59 return ImmutableEndLocal.of((EndLocal)debugItem);
61 return ImmutableRestartLocal.of((RestartLocal)debugItem);
63 return ImmutablePrologueEnd.of((PrologueEn
[all...]
H A DImmutableLineNumber.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
49 public static ImmutableLineNumber of(@Nonnull LineNumber lineNumber) { method in class:ImmutableLineNumber
H A DImmutableSetSourceFile.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
52 public static ImmutableSetSourceFile of (@Nonnull SetSourceFile setSourceFile) { method in class:ImmutableSetSourceFile
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableArrayPayload.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
54 this.arrayElements = arrayElements==null ? ImmutableList.<Number>of() : ImmutableList.copyOf(arrayElements);
67 public static ImmutableArrayPayload of(ArrayPayload instruction) { method in class:ImmutableArrayPayload
H A DImmutableInstruction.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 ImmutableInstruction of(Instruction instruction) { method in class:ImmutableInstruction
60 return ImmutableInstruction10t.of((Instruction10t)instruction);
63 return ImmutableUnknownInstruction.of((UnknownInstruction)instruction);
65 return ImmutableInstruction10x.of((Instruction10x)instruction);
67 return ImmutableInstruction11n.of((Instruction11
[all...]
H A DImmutableInstruction10t.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
52 public static ImmutableInstruction10t of(Instruction10t instruction) { method in class:ImmutableInstruction10t
H A DImmutableInstruction10x.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 ImmutableInstruction10x of(Instruction10x instruction) { method in class:ImmutableInstruction10x
H A DImmutableInstruction11n.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
55 public static ImmutableInstruction11n of(Instruction11n instruction) { method in class:ImmutableInstruction11n
H A DImmutableInstruction11x.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
52 public static ImmutableInstruction11x of(Instruction11x instruction) { method in class:ImmutableInstruction11x
H A DImmutableInstruction12x.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
55 public static ImmutableInstruction12x of(Instruction12x instruction) { method in class:ImmutableInstruction12x
H A DImmutableInstruction20bc.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
56 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
59 public static ImmutableInstruction20bc of(Instruction20bc instruction) { method in class:ImmutableInstruction20bc
H A DImmutableInstruction20t.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
52 public static ImmutableInstruction20t of(Instruction20t instruction) { method in class:ImmutableInstruction20t
H A DImmutableInstruction21c.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
55 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
58 public static ImmutableInstruction21c of(Instruction21c instruction) { method in class:ImmutableInstruction21c
H A DImmutableInstruction21lh.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
55 public static ImmutableInstruction21lh of(Instruction21lh instruction) { method in class:ImmutableInstruction21lh
H A DImmutableInstruction21s.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
55 public static ImmutableInstruction21s of(Instruction21s instruction) { method in class:ImmutableInstruction21s
H A DImmutableInstruction21t.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
55 public static ImmutableInstruction21t of(Instruction21t instruction) { method in class:ImmutableInstruction21t
H A DImmutableInstruction22x.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
55 public static ImmutableInstruction22x of(Instruction22x instruction) { method in class:ImmutableInstruction22x

Completed in 265 milliseconds

1234567