HomeSort by relevance Sort by last modified time
    Searched refs:obj1 (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
pic-and-nonpic-4a.s 3 .global obj1
7 .type obj1,%object
11 .size obj1,8
16 obj1: label
pic-and-nonpic-5a.s 8 lui $2,%hi(obj1)
9 addiu $2,$2,%lo(obj1)
15 .word obj1
pic-and-nonpic-4b.s 6 lui $2,%hi(obj1)
7 addiu $2,$2,%lo(obj1)
pic-and-nonpic-5b.s 7 .word obj1
  /art/runtime/
jobject_comparator.cc 35 Handle<mirror::Object> obj1(hs.NewHandle(soa.Decode<mirror::Object>(jobj1)));
37 if (obj1 == nullptr) {
43 if (obj1->GetClass() != obj2->GetClass()) {
44 return obj1->GetClass()->IdentityHashCode() < obj2->GetClass()->IdentityHashCode();
47 const size_t count1 = obj1->SizeOf();
53 return obj1->IdentityHashCode() < obj2->IdentityHashCode();
  /art/test/088-monitor-verification/src/
TwoPath.java 33 public static void twoPath(Object obj1, Object obj2, int x) {
38 synchronized (obj1) {
43 localObj = obj1;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 24 Object obj1 = new Object(); field in class:ObjectTest
48 assertTrue("Same object should be equal", obj1.equals(obj1));
49 assertTrue("Different objects should not be equal", !obj1.equals(obj2));
80 obj1.hashCode() == obj1.hashCode());
94 synchronized (obj1) {
97 obj1.wait();// Wait for ever.
122 synchronized (obj1) {
128 obj1.wait(1000, 0)
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/
EqualsBuilderTest.java 383 TestObject[] obj1 = new TestObject[3]; local
384 obj1[0] = new TestObject(4);
385 obj1[1] = new TestObject(5);
386 obj1[2] = null;
392 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals());
394 assertTrue(new EqualsBuilder().append(obj1, obj2).isEquals());
395 obj1[1].setA(6);
396 assertTrue(!new EqualsBuilder().append(obj1, obj2).isEquals());
397 obj1[1].setA(5)
411 long[] obj1 = new long[2]; local
429 int[] obj1 = new int[2]; local
447 short[] obj1 = new short[2]; local
465 char[] obj1 = new char[2]; local
501 double[] obj1 = new double[2]; local
519 float[] obj1 = new float[2]; local
721 Object obj1 = array1; local
738 Object obj1 = array1; local
755 Object obj1 = array1; local
772 Object obj1 = array1; local
789 Object obj1 = array1; local
806 Object obj1 = array1; local
823 Object obj1 = array1; local
840 Object obj1 = array1; local
857 Object obj1 = array1; local
    [all...]
  /external/jdiff/src/jdiff/
CompareClassPdiffs.java 16 public int compare(Object obj1, Object obj2){
17 ClassDiff c1 = (ClassDiff)obj1;
ComparePkgPdiffs.java 16 public int compare(Object obj1, Object obj2){
17 PackageDiff p1 = (PackageDiff)obj1;
  /external/pdfium/core/fxcrt/
cfx_retain_ptr_unittest.cpp 91 PseudoRetainable obj1; local
94 CFX_RetainPtr<PseudoRetainable> ptr(&obj1);
96 EXPECT_EQ(1, obj1.retain_count());
97 EXPECT_EQ(1, obj1.release_count());
101 EXPECT_EQ(1, obj1.retain_count());
102 EXPECT_EQ(1, obj1.release_count());
108 PseudoRetainable obj1; local
111 CFX_RetainPtr<PseudoRetainable> ptr1(&obj1);
115 EXPECT_EQ(1, obj1.retain_count());
116 EXPECT_EQ(0, obj1.release_count())
153 PseudoRetainable obj1; local
189 PseudoRetainable obj1; local
210 PseudoRetainable obj1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep247.py 26 obj1 = module.new(key)
34 obj1 = module.new()
44 self.assertTrue(hasattr(obj1, 'digest_size'))
47 self.assertEqual(obj1.digest_size, module.digest_size)
49 self.assertEqual(obj1.digest_size, len(h1))
50 obj1.update('string')
51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
55 digest, hexdigest = obj1.digest(), obj1.hexdigest()
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicDependantBindingTest.java 48 for (NotBindableVo obj1 : obj1s) {
51 testWith(obj1, obj2);
54 testWith(obj1, obj2);
59 private void testWith(NotBindableVo obj1, NotBindableVo obj2) {
60 mBinder.setObj1(obj1);
63 assertValues(safeGet(obj1), safeGet(obj2),
64 obj1 == null ? "" : obj1.mergeStringFields(obj2),
65 obj2 == null ? "" : obj2.mergeStringFields(obj1),
66 (obj1 == null ? null : obj1.getStringValue()
    [all...]
MultiArgAdapterEvaluationTest.java 34 MultiBindingClass1 obj1 = new MultiBindingClass1(); local
36 obj1.setValue("a", false);
38 mBinder.setObj1(obj1);
42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue()));
48 obj1.setValue("o", false);
54 // now invalidate obj1 only, obj2 should be evaluated as well
55 obj1.setValue("o2", true);
57 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString());
MultiArgAdapterTest.java 33 MultiBindingClass1 obj1 = new MultiBindingClass1(); local
37 obj1.setValue("a", false);
41 mBinder.setObj1(obj1);
47 assertEquals(mBinder.merged.getText().toString(), join(obj1, obj2));
53 obj1.setValue("o", false);
59 // now invalidate obj1 only, obj2 should be evaluated as well
60 obj1.notifyPropertyChanged(BR._all);
66 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString());
76 MultiBindingClass1 obj1 = new MultiBindingClass1(); local
80 obj1.setValue("a", false)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep247.py 26 obj1 = module.new(key)
34 obj1 = module.new()
44 self.assertTrue(hasattr(obj1, 'digest_size'))
47 self.assertEqual(obj1.digest_size, module.digest_size)
49 self.assertEqual(obj1.digest_size, len(h1))
50 obj1.update('string')
51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
55 digest, hexdigest = obj1.digest(), obj1.hexdigest(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep247.py 26 obj1 = module.new(key)
34 obj1 = module.new()
44 self.assertTrue(hasattr(obj1, 'digest_size'))
47 self.assertEqual(obj1.digest_size, module.digest_size)
49 self.assertEqual(obj1.digest_size, len(h1))
50 obj1.update('string')
51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
55 digest, hexdigest = obj1.digest(), obj1.hexdigest(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep247.py 26 obj1 = module.new(key)
34 obj1 = module.new()
44 self.assertTrue(hasattr(obj1, 'digest_size'))
47 self.assertEqual(obj1.digest_size, module.digest_size)
49 self.assertEqual(obj1.digest_size, len(h1))
50 obj1.update('string')
51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
55 digest, hexdigest = obj1.digest(), obj1.hexdigest(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep247.py 26 obj1 = module.new(key)
34 obj1 = module.new()
44 self.assertTrue(hasattr(obj1, 'digest_size'))
47 self.assertEqual(obj1.digest_size, module.digest_size)
49 self.assertEqual(obj1.digest_size, len(h1))
50 obj1.update('string')
51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
55 digest, hexdigest = obj1.digest(), obj1.hexdigest(
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
ReverseComparator.java 48 * @param obj1 The first object to compare
53 public int compare(T obj1, T obj2) {
54 return delegate.compare(obj2, obj1); // parameters switched round
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
PairTest.java 26 Object obj1 = new Object(); local
27 Pair<Object, Object> p1 = Pair.create(obj1, obj1);
29 Assert.assertFalse(p1.equals(obj1));
49 p1 = Pair.create(null, obj1);
50 p2 = Pair.create(null, obj1);
55 p1 = Pair.create(obj1, obj2);
56 p2 = Pair.create(obj1, obj2);
  /external/apache-http/src/org/apache/http/util/
LangUtils.java 68 public static boolean equals(final Object obj1, final Object obj2) {
69 return obj1 == null ? obj2 == null : obj1.equals(obj2);
  /external/autotest/frontend/
db_router.py 95 def allow_relation(self, obj1, obj2, **hints):
99 @param obj1: First object involved in the relation.
106 if (not self._should_be_in_server_db(type(obj1)) ==
109 if (not self._should_be_in_global(type(obj1)) ==
  /art/test/530-checker-lse/src/
Main.java 109 static int test1(TestClass obj1, TestClass obj2) {
110 obj1.i = 1;
112 return obj1.i + obj2.j;
157 TestClass obj1 = TestClass.sTestClassObj; local
158 TestClass obj2 = new TestClass(); // Cannot alias with obj or obj1 which pre-exist.
160 // All stores below need to stay since obj/obj1/obj2 are not singletons.
162 obj1.j = 2;
163 // Following stores won't kill values of obj.i and obj1.j.
166 return obj.i + obj1.j + obj2.i + obj2.j;
230 static int test6(TestClass obj1, TestClass obj2, boolean b)
547 TestClass obj1 = new TestClass(); local
953 TestClass obj1 = new TestClass(); local
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
PersistableBundlable.java 76 private static boolean isPersistableBundleEquals(PersistableBundle obj1, PersistableBundle obj2) {
77 if (obj1 == obj2) {
80 if (obj1 == null || obj2 == null || obj1.size() != obj2.size()) {
83 Set<String> keys = obj1.keySet();
85 Object val1 = obj1.get(key);

Completed in 491 milliseconds

1 2 3 4 5 6 7 8