Home
last modified time | relevance | path

Searched defs:o2 (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/external/mockito/src/main/java/org/mockito/internal/matchers/
DEquality.java12 public static boolean areEqual(Object o1, Object o2) { in areEqual()
24 static boolean areArraysEqual(Object o1, Object o2) { in areArraysEqual()
29 static boolean areArrayLengthsEqual(Object o1, Object o2) { in areArrayLengthsEqual()
33 static boolean areArrayElementsEqual(Object o1, Object o2) { in areArrayElementsEqual()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/optional/optional.object/optional.object.ctor/
Dctor.fail.cpp28 …std::optional<NonDestructible> o2; // expected-error-re@optional:* {{{{(static_assert|static asser… in main() local
34 …std::optional<const std::in_place_t> o2; // expected-error-re@optional:* {{{{(static_asse… in main() local
41 …std::optional<const std::nullopt_t> o2; // expected-error-re@optional:* {{{{(static_asser… in main() local
Dcopy.pass.cpp125 optional<const int> o2(o); in main() local
169 constexpr std::optional<int> o2 = o1; in main() local
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DNullAwayTryFinallyCases.java250 Initializers(Object o1, Object o2) { in Initializers()
265 Initializers(Object o1, Object o2, Object o3) { in Initializers()
281 Initializers(Object o1, Object o2, Object o3, Object o4) { in Initializers()
298 Initializers(Object o1, Object o2, Object o3, Object o4, Object o5) { in Initializers()
313 Initializers(Object o1, Object o2, Object o3, Object o4, Object o5, Object o6) { in Initializers()
325 Object o1, Object o2, Object o3, Object o4, Object o5, Object o6, Object o7, Object o8) { in Initializers()
339 Object o2, in Initializers()
399 IndirectInitialization(Object o1, Object o2) { in IndirectInitialization()
423 IndirectInitialization2(Object o1, Object o2) { in IndirectInitialization2()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DCompareToBuilderTest.java103 final TestObject o2 = new TestObject(4); in testReflectionCompare() local
120 final Object o2 = new Object(); in testReflectionCompareEx2() local
251 final TestObject o2 = new TestObject(5); in testAppendSuper() local
266 final TestObject o2 = new TestObject(4); in testObject() local
281 final TestObject o2 = new TestObject(4); in testObjectBuild() local
296 final Object o2 = new Object(); in testObjectEx2() local
303 String o2 = "Fred"; in testObjectComparator() local
321 String o2 = "Fred"; in testObjectComparatorNull() local
336 final long o2 = 2L; in testLong() local
349 final int o2 = 2; in testInt() local
[all …]
DEqualsBuilderTest.java255 final TestObject o2 = new TestObject(5); in testReflectionEquals() local
399 final TestObject o2 = new TestObject(5); in testSuper() local
409 final TestObject o2 = new TestObject(5); in testObject() local
425 final TestObject o2 = new TestObject(5); in testObjectBuild() local
442 final TestRecursiveGenericObject<Integer> o2 = new TestRecursiveGenericObject<>(2); in testObjectRecursiveGenericInteger() local
464 … final TestRecursiveGenericObject<String> o2 = new TestRecursiveGenericObject<>(String.valueOf(2)); in testObjectRecursiveGenericString() local
486 final TestRecursiveObject o2 = new TestRecursiveObject(i3, i4, 2); in testObjectRecursive() local
502 final TestRecursiveCycleObject o2 = new TestRecursiveCycleObject(2); in testObjectRecursiveCycleSelfreference() local
519 final TestRecursiveCycleObject o2 = new TestRecursiveCycleObject(2); in testObjectRecursiveCycle() local
534 final long o2 = 2L; in testLong() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.hpp68 std::vector<T> makeVector (const T& o1, const T& o2) in makeVector()
78 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector()
89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector()
/external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilderTest.java141 TestObject o2 = new TestObject(5); in testReflectionEquals() local
281 TestObject o2 = new TestObject(5); in testSuper() local
290 TestObject o2 = new TestObject(5); in testObject() local
305 long o2 = 2L; in testLong() local
312 int o2 = 2; in testInt() local
319 short o2 = 2; in testShort() local
326 char o2 = 2; in testChar() local
340 double o2 = 2; in testDouble() local
350 float o2 = 2; in testFloat() local
361 BigDecimal o2 = new BigDecimal("2.00"); in testBigDecimal() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_hiloeo.cpp295 char *o2 = (char*)p; in CheckResults() local
325 short *o2 = (short*)p; in CheckResults() local
355 int *o2 = (int *)p; in CheckResults() local
389 cl_ulong *o2 = (cl_ulong*)p; in CheckResults() local
/external/tensorflow/tensorflow/python/util/
Dutil_wrapper.cc197 [](const py::handle& o1, const py::handle& o2) { in PYBIND11_MODULE()
207 bool expand_composites) { in PYBIND11_MODULE()
271 [](const py::handle& o1, const py::handle& o2, bool check_types) { in PYBIND11_MODULE()
/external/llvm/utils/TableGen/
DX86DisassemblerTables.cpp462 void DisassemblerTables::emitModRMDecision(raw_ostream &o1, raw_ostream &o2, in emitModRMDecision()
564 void DisassemblerTables::emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2, in emitOpcodeDecision()
593 void DisassemblerTables::emitContextDecision(raw_ostream &o1, raw_ostream &o2, in emitContextDecision()
812 void DisassemblerTables::emitContextDecisions(raw_ostream &o1, raw_ostream &o2, in emitContextDecisions()
832 raw_string_ostream o2(s2); in emit() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
DFlexibleScalarStylesInJavaBeanTest.java92 public int compare(Property o1, Property o2) { in compare()
106 private int compareByName(Property o1, Property o2, String name) { in compareByName()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DAnnotationUtils.java247 private static boolean memberEquals(final Class<?> type, final Object o1, final Object o2) { in memberEquals()
271 … static boolean arrayMemberEquals(final Class<?> componentType, final Object o1, final Object o2) { in arrayMemberEquals()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp126 optional<const int> o2(o); in main() local
170 constexpr std::optional<int> o2 = o1; in main() local
/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/
Dstreamsize.pass.cpp22 std::streamoff o2(sz); in main() local
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java603 public static <T extends Comparable, U extends Collection<T>> int compare(U o1, U o2) { in compare()
619 public static <T extends Comparable, U extends Set<T>> int compare(U o1, U o2) { in compare()
631 public int compare(Set<T> o1, Set<T> o2) { in compare()
639 public int compare(Collection<T> o1, Collection<T> o2) { in compare()
663 …tends Comparable, T extends Entry<K, V>> int compareEntrySets(Collection<T> o1, Collection<T> o2) { in compareEntrySets()
686 public int compare(Map<K, V> o1, Map<K, V> o2) { in compare()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java606 public static <T extends Comparable, U extends Collection<T>> int compare(U o1, U o2) { in compare()
622 public static <T extends Comparable, U extends Set<T>> int compare(U o1, U o2) { in compare()
634 public int compare(Set<T> o1, Set<T> o2) { in compare()
642 public int compare(Collection<T> o1, Collection<T> o2) { in compare()
666 …tends Comparable, T extends Entry<K, V>> int compareEntrySets(Collection<T> o1, Collection<T> o2) { in compareEntrySets()
689 public int compare(Map<K, V> o1, Map<K, V> o2) { in compare()
/external/libcxx/test/std/utilities/optional/optional.nullops/
Dless_equal.pass.cpp30 constexpr O o2{1}; // engaged in main() local
Dnot_equal.pass.cpp29 constexpr O o2{1}; // engaged in main() local
Dgreater_equal.pass.cpp29 constexpr O o2{1}; // engaged in main() local
Dgreater.pass.cpp29 constexpr O o2{1}; // engaged in main() local
Dequal.pass.cpp29 constexpr O o2{1}; // engaged in main() local
Dless_than.pass.cpp29 constexpr O o2{1}; // engaged in main() local
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationComparator.java15 public int compare(Invocation o1, Invocation o2) { in compare()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DStartPositionComparator.java25 public int compare(ASTNode o1, ASTNode o2) { in compare()

12345678910>>...17