/external/mockito/src/main/java/org/mockito/internal/matchers/ |
D | Equality.java | 12 public static boolean areEqual(Object o1, Object o2) { in areEqual() 24 static boolean areArraysEqual(Object o1, Object o2) { in areArraysEqual() 28 static boolean areArrayLengthsEqual(Object o1, Object o2) { in areArrayLengthsEqual() 32 static boolean areArrayElementsEqual(Object o1, Object o2) { in areArrayElementsEqual()
|
/external/sdv/vsomeip/third_party/boost/optional/test/ |
D | optional_test_ref_converting_ctor.cpp | 32 optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 45 const optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 65 optional<const T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor_for_noconst_const() local 78 const optional<const T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor_for_noconst_const() local
|
D | optional_test_move.cpp | 80 optional<Oracle> o2 (v1); in test_move_ctor_from_U() local 98 optional<Oracle> o2 (v1); in test_move_ctor_form_T() local 112 optional<Oracle> o2(boost::move(o1)); in test_move_ctor_from_optional_T() local 148 optional<Oracle> o2; in test_move_assign_from_U() local 177 optional<Oracle> o2; in test_move_assign_from_T() local 197 optional<Oracle> o2; in test_move_assign_from_optional_T() local 236 optional<MoveOnly> o2((MoveOnly(1))); in test_with_move_only() local
|
D | optional_test_ref_portable_minimum.cpp | 133 optional<T&> o2 = none; in test_not_containing_value_for() local 206 optional<U&> o1(v), o2(v); in test_clearing_the_value() local 227 optional<U&> o1(v1), o2(v2), o2_(v2_), o3(v3), o3_(v3), oN, oN_; in test_equality() local 263 optional<U&> o1(v1), o2(v2), o2_(v2_), o3(v3), o3_(v3), oN, oN_; in test_order() local 406 optional<U&> o1(v1), o1_(v1), o2(v2), o2_(v2), oN, oN_; in test_swap() local
|
/external/executorch/runtime/core/portable_type/test/ |
D | optional_test.cpp | 66 optional<int32_t> o2(o1); in TEST() local 74 optional<int32_t> o2(o1); in TEST() local 81 optional<int32_t> o2(2); in TEST() local 89 optional<std::string> o2("foo"); in TEST() local 97 optional<int32_t> o2; in TEST() local 104 optional<int32_t> o2(std::move(o1)); in TEST() local 111 optional<int32_t> o2(std::move(o1)); in TEST() local 119 optional<std::string> o2(std::move(o1)); in TEST() local
|
/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
D | vec256_bfloat16.h | 40 static inline void cvtbf16_fp32(const __m256i& a, __m256& o1, __m256& o2) { in cvtbf16_fp32() 110 static inline void cvtfp16_fp32(const __m256i& a, __m256& o1, __m256& o2) { in cvtfp16_fp32() 312 const auto o2 = vop(hi); in map() local 341 auto o2 = angle_lambda(hi); in angle() local 374 auto o2 = Sleef_atan2f8_u10(hi, b2); in atan2() local 403 auto o2 = _mm256_loadu_ps(tmp2); in erfinv() local 424 auto o2 = Sleef_fmodf8(x_hi, q_hi); in fmod() local 433 auto o2 = Sleef_hypotf8_u05(hi, b2); in hypot() local 447 auto o2 = _mm256_loadu_ps(tmp2); in i0() local 463 const auto o2 = _mm256_loadu_ps(tmp2); in i0e() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | ctor.verify.cpp | 28 …std::optional<NonDestructible> o2; // expected-error-re@optional:* {{static assertion failed{{.*}}… in main() local 34 …std::optional<const std::in_place_t> o2; // expected-error-re@optional:* {{static asserti… in main() local 41 …std::optional<const std::nullopt_t> o2; // expected-error-re@optional:* {{static assertio… in main() local
|
D | copy.pass.cpp | 125 optional<const int> o2(o); in main() local 169 constexpr std::optional<int> o2 = o1; in main() local 178 std::optional<bool> o2(o1); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | ctor.verify.cpp | 28 …std::optional<NonDestructible> o2; // expected-error-re@optional:* {{static assertion failed{{.*}}… in main() local 34 …std::optional<const std::in_place_t> o2; // expected-error-re@optional:* {{static asserti… in main() local 41 …std::optional<const std::nullopt_t> o2; // expected-error-re@optional:* {{static assertio… in main() local
|
D | copy.pass.cpp | 125 optional<const int> o2(o); in main() local 169 constexpr std::optional<int> o2 = o1; in main() local 178 std::optional<bool> o2(o1); in main() local
|
/external/pytorch/aten/src/ATen/cpu/vec/vec512/ |
D | vec512_bfloat16.h | 38 static inline void cvtbf16_fp32(const __m512i& a, __m512& o1, __m512& o2) { in cvtbf16_fp32() 108 static inline void cvtfp16_fp32(const __m512i& a, __m512& o1, __m512& o2) { in cvtfp16_fp32() 387 const auto o2 = vop(hi); in map() local 425 auto o2 = angle_lambda(hi); in angle() local 458 auto o2 = Sleef_atan2f16_u10(hi, b2); in atan2() local 487 auto o2 = _mm512_loadu_ps(tmp2); in erfinv() local 508 auto o2 = Sleef_fmodf16(x_hi, q_hi); in fmod() local 517 auto o2 = Sleef_hypotf16_u05(hi, b2); in hypot() local 531 auto o2 = _mm512_loadu_ps(tmp2); in i0() local 547 const auto o2 = _mm512_loadu_ps(tmp2); in i0e() local [all …]
|
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/ |
D | NullAwayTryFinallyCases.java | 250 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/ |
D | CompareToBuilderTest.java | 103 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 …]
|
D | EqualsBuilderTest.java | 255 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/sdv/vsomeip/third_party/boost/endian/test/ |
D | endian_operations_test.cpp | 73 T2 o2(1); in test() local 84 T1 o2(2); in test() local 95 T2 o2; in test() local 109 T2 o2(2); in test() local 146 T2 o2(2); in test() local 165 T2 o2(2); in test() local 373 be::big_int32_t o2(2L); in cpp_main() local
|
/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | set.cpp | 53 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in empty_set_test() typedef 83 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_set_test() typedef 113 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_char_set_test() typedef 144 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_char_long_set_test() typedef
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.hpp | 69 std::vector<T> makeVector(const T &o1, const T &o2) in makeVector() 79 std::vector<T> makeVector(const T &o1, const T &o2, const T &o3) in makeVector() 90 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/ |
D | EqualsBuilderTest.java | 160 TestObject o2 = new TestObject(5); in testReflectionEquals() local 350 TestObject o2 = new TestObject(5); in testSuper() local 360 TestObject o2 = new TestObject(5); in testObject() local 376 long o2 = 2L; in testLong() local 384 int o2 = 2; in testInt() local 392 short o2 = 2; in testShort() local 400 char o2 = 2; in testChar() local 416 double o2 = 2; in testDouble() local 430 float o2 = 2; in testFloat() local 445 BigDecimal o2 = new BigDecimal("2.00"); in testBigDecimal() local
|
/external/tensorflow/tensorflow/python/util/ |
D | util_wrapper.cc | 197 [](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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
D | FlexibleScalarStylesInJavaBeanTest.java | 90 public int compare(Property o1, Property o2) { in compare() 104 private int compareByName(Property o1, Property o2, String name) { in compareByName()
|
/external/llvm/utils/TableGen/ |
D | X86DisassemblerTables.cpp | 462 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/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
D | AnnotationUtils.java | 247 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/sdv/vsomeip/third_party/boost/range/test/ |
D | mfc.cpp | 447 int o1, o2, o3, o4, o5; in test_CTypedPtrArray() local 630 int o0, o1, o2, o3, o4; in test_mfc() local 638 int o0, o1, o2, o3, o4; in test_mfc() local 646 CObArray o0, o1, o2, o3, o4; in test_mfc() local 655 CObArray o0, o1, o2, o3, o4; in test_mfc() local 664 CString o0('a'), o1('b'), o2('c'), o3('d'), o4('e'); in test_mfc() local
|
/external/jsoup/src/test/java/org/jsoup/nodes/ |
D | BuildEntities.java | 109 public int compare(CharacterRef o1, CharacterRef o2) { in compare() 115 public int compare(CharacterRef o1, CharacterRef o2) { in compare()
|
/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/ |
D | streamsize.pass.cpp | 22 std::streamoff o2(sz); in main() local
|