OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeref
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py
258
def check_shared_without_callback(self,
makeref
):
260
p1 =
makeref
(o, None)
261
p2 =
makeref
(o, None)
264
p1 =
makeref
(o)
265
p2 =
makeref
(o, None)
268
p1 =
makeref
(o)
269
p2 =
makeref
(o)
272
p1 =
makeref
(o, None)
273
p2 =
makeref
(o)
664
def check_gc_during_creation(self,
makeref
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py
258
def check_shared_without_callback(self,
makeref
):
260
p1 =
makeref
(o, None)
261
p2 =
makeref
(o, None)
264
p1 =
makeref
(o)
265
p2 =
makeref
(o, None)
268
p1 =
makeref
(o)
269
p2 =
makeref
(o)
272
p1 =
makeref
(o, None)
273
p2 =
makeref
(o)
664
def check_gc_during_creation(self,
makeref
)
[
all
...]
Completed in 4215 milliseconds