/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | intrusive_ptr_test.cpp | 182 intrusive_ptr<SomeClass> obj2 = make_intrusive<SomeClass>(); in TEST() local 190 intrusive_ptr<SomeClass> obj2 = make_intrusive<SomeClass>(); in TEST() local 226 intrusive_ptr<SomeClass> obj2; in TEST() local 235 intrusive_ptr<SomeClass> obj2; in TEST() local 245 intrusive_ptr<SomeClass> obj2 = make_intrusive<SomeClass>(); in TEST() local 255 intrusive_ptr<SomeBaseClass> obj2 = make_intrusive<SomeBaseClass>(2); in TEST() local 266 intrusive_ptr<SomeBaseClass> obj2 = make_intrusive<SomeBaseClass>(2); in TEST() local 276 intrusive_ptr<SomeBaseClass> obj2; in TEST() local 285 intrusive_ptr<SomeBaseClass> obj2; in TEST() local 296 intrusive_ptr<SomeBaseClass> obj2 = make_intrusive<SomeBaseClass>(2); in TEST() local [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/ |
H A D | CompareToBuilderTest.java | 455 final TestObject[] obj2 = new TestObject[2]; in testObjectArray() local 482 final long[] obj2 = new long[2]; in testLongArray() local 509 final int[] obj2 = new int[2]; in testIntArray() local 536 final short[] obj2 = new short[2]; in testShortArray() local 563 final char[] obj2 = new char[2]; in testCharArray() local 617 final double[] obj2 = new double[2]; in testDoubleArray() local 644 final float[] obj2 = new float[2]; in testFloatArray() local 953 final Object obj2 = array2; in testObjectArrayHiddenByObject() local 979 final Object obj2 = array2; in testLongArrayHiddenByObject() local 1004 final Object obj2 = array2; in testIntArrayHiddenByObject() local [all …]
|
H A D | EqualsBuilderTest.java | 627 TestObject[] obj2 = new TestObject[3]; in testObjectArray() local 655 long[] obj2 = new long[2]; in testLongArray() local 674 int[] obj2 = new int[2]; in testIntArray() local 693 short[] obj2 = new short[2]; in testShortArray() local 712 char[] obj2 = new char[2]; in testCharArray() local 750 double[] obj2 = new double[2]; in testDoubleArray() local 769 float[] obj2 = new float[2]; in testFloatArray() local 982 final Object obj2 = array2; in testObjectArrayHiddenByObject() local 1000 final Object obj2 = array2; in testLongArrayHiddenByObject() local 1018 final Object obj2 = array2; in testIntArrayHiddenByObject() local [all …]
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/ |
H A D | EqualsBuilderTest.java | 387 TestObject[] obj2 = new TestObject[3]; in testObjectArray() local 414 long[] obj2 = new long[2]; in testLongArray() local 432 int[] obj2 = new int[2]; in testIntArray() local 450 short[] obj2 = new short[2]; in testShortArray() local 468 char[] obj2 = new char[2]; in testCharArray() local 504 double[] obj2 = new double[2]; in testDoubleArray() local 522 float[] obj2 = new float[2]; in testFloatArray() local 722 Object obj2 = array2; in testObjectArrayHiddenByObject() local 739 Object obj2 = array2; in testLongArrayHiddenByObject() local 756 Object obj2 = array2; in testIntArrayHiddenByObject() local [all …]
|
/aosp_15_r20/art/test/2242-checker-lse-acquire-release-operations/src/ |
H A D | Main.java | 226 static int $noinline$testVolatileLoadDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testVolatileLoadDifferentFields() 250 static int $noinline$testVolatileLoadDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testVolatileLoadDifferentFieldsBlocking() 397 TestClass obj1, TestClass obj2) { in $noinline$testVolatileLoadDifferentFieldsRemovedSynchronization() 530 static int $noinline$testVolatileStoreDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testVolatileStoreDifferentFields() 555 static int $noinline$testVolatileStoreDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testVolatileStoreDifferentFieldsBlocking() 701 TestClass obj1, TestClass obj2) { in $noinline$testVolatileStoreDifferentFieldsRemovedSynchronization() 833 static int $noinline$testMonitorOperationDifferentFields(TestClass obj1, TestClass obj2) { in $noinline$testMonitorOperationDifferentFields() 859 static int $noinline$testMonitorOperationDifferentFieldsBlocking(TestClass obj1, TestClass obj2) { in $noinline$testMonitorOperationDifferentFieldsBlocking() 1052 TestClass obj1, TestClass obj2) { in $noinline$testMonitorOperationDifferentFieldsRemovedSynchronization()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/experimental/memory/memory.observer.ptr/ |
H A D | compare.pass.cpp | 57 T obj1, obj2; in test() local 70 T obj1, obj2; in test() local 123 T obj1, obj2; in test() local 136 T obj1, obj2; in test() local 149 T obj1, obj2; in test() local 162 T obj1, obj2; in test() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
H A D | XObject.java | 537 public boolean lessThan(XObject obj2) in lessThan() 561 public boolean lessThanOrEqual(XObject obj2) in lessThanOrEqual() 585 public boolean greaterThan(XObject obj2) in greaterThan() 609 public boolean greaterThanOrEqual(XObject obj2) in greaterThanOrEqual() 633 public boolean equals(XObject obj2) in equals() 661 public boolean notEquals(XObject obj2) in notEquals()
|
H A D | XNodeSet.java | 472 public boolean compare(XObject obj2, Comparator comparator) in compare() 644 public boolean lessThan(XObject obj2) throws javax.xml.transform.TransformerException in lessThan() 658 public boolean lessThanOrEqual(XObject obj2) throws javax.xml.transform.TransformerException in lessThanOrEqual() 672 public boolean greaterThan(XObject obj2) throws javax.xml.transform.TransformerException in greaterThan() 686 public boolean greaterThanOrEqual(XObject obj2) in greaterThanOrEqual() 701 public boolean equals(XObject obj2) in equals() 722 public boolean notEquals(XObject obj2) throws javax.xml.transform.TransformerException in notEquals()
|
H A D | XString.java | 291 public boolean equals(XObject obj2) in equals() 334 public boolean equals(String obj2) { in equals() 351 public boolean equals(XMLString obj2) in equals() 376 public boolean equals(Object obj2) in equals()
|
H A D | XStringForFSB.java | 289 public boolean equals(XMLString obj2) in equals() 331 public boolean equals(XObject obj2) in equals() 418 public boolean equals(Object obj2) in equals()
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | retain_ptr_unittest.cpp | 254 PseudoRetainable obj2; in TEST() local 271 PseudoRetainable obj2; in TEST() local 335 PseudoRetainable obj2; in TEST() local 358 PseudoRetainable obj2; in TEST() local 369 PseudoRetainable obj2; in TEST() local 388 PseudoRetainable obj2; in TEST() local 452 PseudoRetainable obj2; in TEST() local 506 PseudoRetainable obj2; in TEST() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/ |
D | JoinCustomAudienceRequestTest.java | 33 JoinCustomAudienceRequest obj2 = in testJoinCustomAudienceRequestWithSameValuesAreEqual() local 45 JoinCustomAudienceRequest obj2 = in testJoinCustomAudienceRequestWithDifferentValuesAreNotEqual() local 57 JoinCustomAudienceRequest obj2 = in testEqualJoinCustomAudienceRequestHaveSameHashCodes() local 69 JoinCustomAudienceRequest obj2 = in testNotEqualJoinCustomAudienceRequestHaveDifferentHashCodes() local
|
D | LeaveCustomAudienceRequestTest.java | 33 LeaveCustomAudienceRequest obj2 = in testLeaveCustomAudienceRequestWithSameValuesAreEqual() local 45 LeaveCustomAudienceRequest obj2 = in testLeaveCustomAudienceRequestWithDifferentValuesAreNotEqual() local 57 LeaveCustomAudienceRequest obj2 = in testEqualLeaveCustomAudienceRequestHaveSameHashCodes() local 69 LeaveCustomAudienceRequest obj2 = in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/ |
D | DBBuyerDecisionLogicTest.java | 54 DBBuyerDecisionLogic obj2 = in testBuyerDecisionLogicsWithSameValuesAreEqual() local 71 DBBuyerDecisionLogic obj2 = in testBuyerDecisionLogicsWithDifferentValuesAreNotEqual() local 87 DBBuyerDecisionLogic obj2 = in testEqualBuyerDecisionLogicObjectsHaveSameHashCode() local 103 DBBuyerDecisionLogic obj2 = in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode() local
|
D | CustomAudienceSignalsTest.java | 79 CustomAudienceSignals obj2 = in testEqualCustomAudienceSignalsHaveSameHashCode() local 95 CustomAudienceSignals obj2 = in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | GetAdSelectionDataInputTest.java | 124 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithSameValuesAreEqual() local 146 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithDifferentPackageNameValuesAreNotEqual() local 167 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithDifferentCoordinatorValuesAreNotEqual() local 198 GetAdSelectionDataInput obj2 = in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes() local
|
D | AdSelectionResponseTest.java | 153 AdSelectionResponse obj2 = in testAdSelectionResponseWithSameValuesAreEqual() local 172 AdSelectionResponse obj2 = in testAdSelectionResponse_withWinningSeller_areEqual() local 191 AdSelectionResponse obj2 = in testAdSelectionResponseWithDifferentValuesAreNotEqual() local 219 AdSelectionResponse obj2 = in testAdSelectionResponse_withDifferentWinningSeller_areNotEqual() local
|
D | PersistAdSelectionResultResponseTest.java | 145 PersistAdSelectionResultResponse obj2 = in testPersistAdSelectionResultResponseWithSameValuesAreEqual() local 164 PersistAdSelectionResultResponse obj2 = in testPersistAdSelectionResultResponse_withWinningSellerWithSameValues_areEqual() local 183 PersistAdSelectionResultResponse obj2 = in testPersistAdSelectionResultResponseWithDifferentValuesAreNotEqual() local
|
D | PersistAdSelectionResultInputTest.java | 126 PersistAdSelectionResultInput obj2 = in testPersistAdSelectionResultInputWithSameValuesAreEqual() local 148 PersistAdSelectionResultInput obj2 = in testPersistAdSelectionResultInputWithDifferentValuesAreNotEqual() local 182 PersistAdSelectionResultInput obj2 = in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes() local
|
/aosp_15_r20/art/test/530-checker-lse/src/ |
H A D | Main.java | 145 static int test1(TestClass obj1, TestClass obj2) { in test1() 197 TestClass obj2 = new TestClass(); // Cannot alias with obj or obj1 which pre-exist. in test3() local 285 static int test6(TestClass obj1, TestClass obj2, boolean b) { in test6() 344 TestClass obj2 = new TestClass(); in test9() local 406 static int test12(TestClass obj1, TestClass obj2) { in test12() 429 static int test13(TestClass obj1, TestClass2 obj2) { in test13() 446 static int test14(TestClass obj1, SubTestClass obj2) { in test14() 610 TestClass obj2 = new TestClass(); in test22() local 1533 TestClass obj2 = null; in $noinline$testHSelect() local 1688 private static int testStoreStore5(TestClass2 obj1, TestClass2 obj2) { in testStoreStore5() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | index.go | 29 type obj2 struct { struct 30 x int8 31 y float64
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
D | AdSelectionOutcomeTest.java | 135 AdSelectionOutcome obj2 = in testAdSelectionOutcomeWithSameValuesAreEqual() local 162 AdSelectionOutcome obj2 = in testAdSelectionOutcomeWithComponentAdsSameValuesAreEqual() local 190 AdSelectionOutcome obj2 = in testAdSelectionOutcome_withWinningSellerAndSameValues_areEqual() local
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | id_map_unittest.cc | 38 TestObject obj2; in TEST() local 75 TestObject obj2; in TEST() local 160 TestObject obj2; in TEST() local 188 TestObject obj2; in TEST() local
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | id_map_unittest.cc | 65 TestObject obj2; in TEST() local 102 TestObject obj2; in TEST() local 187 TestObject obj2; in TEST() local 215 TestObject obj2; in TEST() local
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | EqualsTester.java | 40 public void expectObjectsAreEqual(Object obj1, Object obj2) { in expectObjectsAreEqual() 69 public void expectObjectsAreNotEqual(Object obj1, @Nullable Object obj2) { in expectObjectsAreNotEqual()
|