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

1 2 3 4 5 6 7 8 9

  /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-5b.s 7 .word obj1
pic-and-nonpic-4b.s 6 lui $2,%hi(obj1)
7 addiu $2,$2,%lo(obj1)
  /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...]
  /external/clang/test/Rewriter/
properties.m 44 Foo *obj1, *obj2;
46 if (obj1.i == obj2.rrrr)
47 obj1.i = 33;
48 obj1.i = func(obj2.rrrr);
49 obj1.i = obj2.rrrr;
50 obj1.i = (obj2.rrrr);
51 [obj1 setI:[obj2 rrrr]];
52 obj1.i = [obj2 rrrr];
53 obj1.i = 3 + [obj2 rrrr];
54 i = obj1.o.i
    [all...]
objc-modern-implicit-cast.mm 22 id obj1 = block;
24 void(^block1)(void) = obj1;
28 return_id(obj1);
32 return_block(obj1);
  /external/python/cpython2/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...]
  /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...]
  /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/llvm/test/tools/llvm-readobj/
codeview-merging.test 20 RUN: llvm-readobj -codeview %S/Inputs/codeview-merging-1.obj | FileCheck %s --check-prefix=OBJ1
24 OBJ1: FuncId (0x100D) {
25 OBJ1-NEXT: TypeLeafKind: LF_FUNC_ID (0x1601)
26 OBJ1-NEXT: ParentScope: 0x0
27 OBJ1-NEXT: FunctionType: int (B*) (0x100C)
28 OBJ1-NEXT: Name: g
29 OBJ1-NEXT: }
30 OBJ1-NEXT: FuncId (0x100E) {
31 OBJ1-NEXT: TypeLeafKind: LF_FUNC_ID (0x1601)
32 OBJ1-NEXT: ParentScope: 0x
    [all...]
  /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...]
  /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());
  /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/clang/test/SemaObjCXX/
delay-parsing-cplusfuncs.mm 18 MyClass * Obj1, *Obj2;
39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
  /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();
  /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/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 24 // $ clang -g -fPIC -c -DFILE1 arange-overlap.cc -o obj1.o
26 // $ clang -shared obj1.o obj2.o -o <output>
fission-ranges.cc 15 // $ clang -gsplit-dwarf -O2 -fsanitize=address -fPIC -Dmain=foo fission-ranges.cc -c -o obj1.o
16 // $ gcc obj1.o obj2.o -shared -o <output>
  /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);

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 9