HomeSort by relevance Sort by last modified time
    Searched refs:obj3 (Results 1 - 20 of 20) sorted by null

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
ListOrganizerTest.java 57 Object obj3 = new Object(); local
62 list.add(obj3);
65 assertEquals(obj3, list.getLast());
69 organizer.moveToBottom(obj3);
72 assertEquals(obj3, list.getFirst());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep247.py 30 obj3 = module.new(key)
31 obj3.update('string')
32 h2 = obj3.digest()
38 obj3 = module.new()
39 obj3.update('string')
40 h2 = obj3.digest()
test_multiprocessing.py 869 obj3 = val3.get_obj()
955 obj3 = arr3.get_obj()
    [all...]
  /external/python/cpython2/Lib/test/
test_pep247.py 30 obj3 = module.new(key)
31 obj3.update('string')
32 h2 = obj3.digest()
38 obj3 = module.new()
39 obj3.update('string')
40 h2 = obj3.digest()
test_multiprocessing.py 999 obj3 = val3.get_obj()
1086 obj3 = arr3.get_obj()
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 416 obj3 = self.pop('arraytype', 'dicttype', 'stringtype', 'proceduretype')
417 tp = obj3.type
419 obj3.value[obj2.value] = obj1
421 obj3.value[obj2.value] = obj1
424 obj3.value = obj3.value[:index] + chr(obj1.value) + obj3.value[index+1:]
444 obj3 = self.pop('arraytype', 'stringtype')
445 tp = obj3.type
447 self.push(ps_array(obj3.value[obj2.value:obj2.value + obj1.value])
    [all...]
  /art/runtime/
indirect_reference_table_test.cc 74 Handle<mirror::Object> obj3 = hs.NewHandle(c->AllocObject(soa.Self())); local
75 ASSERT_TRUE(obj3 != nullptr);
168 IndirectRef iref3 = irt.Add(cookie, obj3.Get(), &error_msg);
293 Handle<mirror::Object> obj3 = hs.NewHandle(c->AllocObject(soa.Self())); local
294 ASSERT_TRUE(obj3 != nullptr);
321 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg);
350 IndirectRef iref3 = irt.Add(cookie1, obj3.Get(), &error_msg);
392 IndirectRef iref3 = irt.Add(cookie2, obj3.Get(), &error_msg);
431 IndirectRef iref4 = irt.Add(cookie1, obj3.Get(), &error_msg);
479 IndirectRef iref4 = irt.Add(cookie1, obj3.Get(), &error_msg)
    [all...]
  /art/runtime/gc/accounting/
mod_union_table_test.cc 78 // ASSERT_FALSE(table->ContainsCardFor(reinterpret_cast<uintptr_t>(obj3)));
203 auto* obj3 = AllocObjectArray(self, space, CardTable::kCardSize); local
204 ASSERT_TRUE(obj3 != nullptr);
209 obj2->Set(0, obj3);
210 obj3->Set(0, obj4);
232 // obj3, obj4 don't have a reference to any object in the other space, their cards should have
234 ASSERT_FALSE(table->ContainsCardFor(reinterpret_cast<uintptr_t>(obj3)));
  /art/test/530-checker-lse/src/
Main.java 492 TestClass obj3 = new TestClass(); local
493 obj3.i = 5; // This store can be eliminated since the singleton is created after the loop.
494 sum += obj1.i + obj3.i;
1189 SubTestClass obj3 = new SubTestClass(); local
    [all...]
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 169 MyIter obj3; local
172 ASSERT_EQ(0, obj3.counter);
HashingTest.cpp 100 NonPOD obj1(1, 2), obj2(3, 4), obj3(5, 6);
101 EXPECT_EQ(hash_combine(obj1, hash_combine(obj2, obj3)),
102 hash_value(std::make_pair(obj1, std::make_pair(obj2, obj3))));
  /external/swiftshader/third_party/LLVM/unittests/ADT/
ImmutableSetTest.cpp 169 MyIter obj3; local
172 ASSERT_EQ(0, obj3.counter);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
ImmutableSetTest.cpp 169 MyIter obj3; local
172 ASSERT_EQ(0, obj3.counter);
HashingTest.cpp 100 NonPOD obj1(1, 2), obj2(3, 4), obj3(5, 6);
101 EXPECT_EQ(hash_combine(obj1, hash_combine(obj2, obj3)),
102 hash_value(std::make_pair(obj1, std::make_pair(obj2, obj3))));
  /external/libchrome/base/memory/
ref_counted_unittest.cc 599 scoped_refptr<Other> obj3 = base::MakeRefCounted<Other>(); local
600 EXPECT_TRUE(obj3->HasOneRef());
601 obj3.reset();
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 318 Label obj1, obj2, obj3;
325 AppendFatArch(0x3717276d, 0x10ecdc84, obj3, 0x4b3, 0x035267d7);
334 .Mark(&obj3)
358 EXPECT_EQ(obj3.Value(), object_files[2].offset);
316 Label obj1, obj2, obj3; local
    [all...]
  /frameworks/av/media/libstagefright/foundation/tests/
AData_test.cpp 1030 Data2 obj3, obj4; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 4047 milliseconds