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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep247.py 51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep247.py 51 obj_copy = obj1.copy()
52 self.assertEqual(obj1.digest(), obj_copy.digest())
53 self.assertEqual(obj1.hexdigest(), obj_copy.hexdigest())
  /external/v8/test/cctest/
test-heap.cc 114 HeapObject* obj_copy = HeapObject::cast(*copy); local
115 Object* not_right = isolate->FindCodeObject(obj_copy->address() +
116 obj_copy->Size() / 2);
    [all...]

Completed in 150 milliseconds