OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_to_obj
(Results
1 - 6
of
6
) sorted by null
/external/python/cpython3/Lib/multiprocessing/
managers.py
142
self.
id_to_obj
= {'0': (None, ())}
222
id_to_obj
= self.
id_to_obj
231
obj, exposed, gettypeid =
id_to_obj
[ident]
324
str(self.
id_to_obj
[ident][0])[:75]))
331
# Doesn't use (len(self.
id_to_obj
) - 1) as we shouldn't count ident='0'
371
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
382
return tuple(self.
id_to_obj
[token.id][1])
403
self.
id_to_obj
[ident] = \
405
obj, exposed, gettypeid = self.
id_to_obj
[ident
[
all
...]
/external/python/cpython2/Lib/multiprocessing/
managers.py
165
self.
id_to_obj
= {'0': (None, ())}
234
id_to_obj
= self.
id_to_obj
242
obj, exposed, gettypeid =
id_to_obj
[ident]
324
keys = self.
id_to_obj
.keys()
330
str(self.
id_to_obj
[ident][0])[:75]))
339
return len(self.
id_to_obj
) - 1 # don't count ident='0'
398
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
415
return tuple(self.
id_to_obj
[token.id][1])
438
del self.
id_to_obj
[ident], self.id_to_refcount[ident
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py
165
self.
id_to_obj
= {'0': (None, ())}
234
id_to_obj
= self.
id_to_obj
242
obj, exposed, gettypeid =
id_to_obj
[ident]
324
keys = self.
id_to_obj
.keys()
330
str(self.
id_to_obj
[ident][0])[:75]))
339
return len(self.
id_to_obj
) - 1 # don't count ident='0'
398
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
415
return tuple(self.
id_to_obj
[token.id][1])
438
del self.
id_to_obj
[ident], self.id_to_refcount[ident
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py
165
self.
id_to_obj
= {'0': (None, ())}
234
id_to_obj
= self.
id_to_obj
242
obj, exposed, gettypeid =
id_to_obj
[ident]
324
keys = self.
id_to_obj
.keys()
330
str(self.
id_to_obj
[ident][0])[:75]))
339
return len(self.
id_to_obj
) - 1 # don't count ident='0'
398
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
415
return tuple(self.
id_to_obj
[token.id][1])
438
del self.
id_to_obj
[ident], self.id_to_refcount[ident
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py
165
self.
id_to_obj
= {'0': (None, ())}
234
id_to_obj
= self.
id_to_obj
242
obj, exposed, gettypeid =
id_to_obj
[ident]
324
keys = self.
id_to_obj
.keys()
330
str(self.
id_to_obj
[ident][0])[:75]))
339
return len(self.
id_to_obj
) - 1 # don't count ident='0'
398
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
415
return tuple(self.
id_to_obj
[token.id][1])
438
del self.
id_to_obj
[ident], self.id_to_refcount[ident
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py
165
self.
id_to_obj
= {'0': (None, ())}
234
id_to_obj
= self.
id_to_obj
242
obj, exposed, gettypeid =
id_to_obj
[ident]
324
keys = self.
id_to_obj
.keys()
330
str(self.
id_to_obj
[ident][0])[:75]))
339
return len(self.
id_to_obj
) - 1 # don't count ident='0'
398
self.
id_to_obj
[ident] = (obj, set(exposed), method_to_typeid)
415
return tuple(self.
id_to_obj
[token.id][1])
438
del self.
id_to_obj
[ident], self.id_to_refcount[ident
[
all
...]
Completed in 349 milliseconds