OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obj_copy
(Results
1 - 4
of
4
) 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
98
HeapObject*
obj_copy
= HeapObject::cast(copy);
local
99
Object* not_right = HEAP->FindCodeObject(
obj_copy
->address() +
100
obj_copy
->Size() / 2);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
143
HeapObject*
obj_copy
= HeapObject::cast(copy);
local
144
Object* not_right = isolate->FindCodeObject(
obj_copy
->address() +
145
obj_copy
->Size() / 2);
[
all
...]
Completed in 44 milliseconds