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

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer):
245 from multiprocessing.sharedctypes import RawArray
246 return RawArray(typecode_or_type, size_or_initializer)
sharedctypes.py 42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer):
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer):
245 from multiprocessing.sharedctypes import RawArray
246 return RawArray(typecode_or_type, size_or_initializer)
sharedctypes.py 42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer):
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer):
245 from multiprocessing.sharedctypes import RawArray
246 return RawArray(typecode_or_type, size_or_initializer)
sharedctypes.py 42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer):
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
241 def RawArray(typecode_or_type, size_or_initializer):
245 from multiprocessing.sharedctypes import RawArray
246 return RawArray(typecode_or_type, size_or_initializer)
sharedctypes.py 42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
76 def RawArray(typecode_or_type, size_or_initializer):
110 Return a synchronization wrapper for a RawArray
115 obj = RawArray(typecode_or_type, size_or_initializer)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 967 arr = self.RawArray('i', seq)
1011 raw_arr = self.RawArray('i', 10L)
1036 arr5 = self.RawArray('i', range(10))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 967 arr = self.RawArray('i', seq)
1011 raw_arr = self.RawArray('i', 10L)
1036 arr5 = self.RawArray('i', range(10))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 967 arr = self.RawArray('i', seq)
1011 raw_arr = self.RawArray('i', 10L)
1036 arr5 = self.RawArray('i', range(10))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 967 arr = self.RawArray('i', seq)
1011 raw_arr = self.RawArray('i', 10L)
1036 arr5 = self.RawArray('i', range(10))
    [all...]

Completed in 8020 milliseconds