Home
last modified time | relevance | path

Searched defs:RawArray (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
D__init__.py241 def RawArray(typecode_or_type, size_or_initializer): function
Dsharedctypes.py81 def RawArray(typecode_or_type, size_or_initializer): function
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py54 def RawArray(typecode_or_type, size_or_initializer): function
Dcontext.py126 def RawArray(self, typecode_or_type, size_or_initializer): member in BaseContext
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4870 RawArray = staticmethod(multiprocessing.RawArray) variable in ProcessesMixin