Searched refs:RawValue (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
234 def RawValue(typecode_or_type, *args): function
238 from multiprocessing.sharedctypes import RawValue namespace
239 return RawValue(typecode_or_type, *args)
H A Dsharedctypes.py42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
66 def RawValue(typecode_or_type, *args): function
99 obj = RawValue(typecode_or_type, *args)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A D__init__.py52 'RawValue', 'RawArray', 'SUBDEBUG', 'SUBWARNING',
234 def RawValue(typecode_or_type, *args): function
238 from multiprocessing.sharedctypes import RawValue namespace
239 return RawValue(typecode_or_type, *args)
H A Dsharedctypes.py42 __all__ = ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized']
66 def RawValue(typecode_or_type, *args): function
99 obj = RawValue(typecode_or_type, *args)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dhidpi.h174 ULONG RawValue; member in union:_HIDP_DATA::__anon6205
H A Dpdh.h66 PDH_RAW_COUNTER RawValue; member in struct:_PDH_RAW_COUNTER_ITEM_A
71 PDH_RAW_COUNTER RawValue; member in struct:_PDH_RAW_COUNTER_ITEM_W
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dhidpi.h174 ULONG RawValue; member in union:_HIDP_DATA::__anon8853
H A Dpdh.h66 PDH_RAW_COUNTER RawValue; member in struct:_PDH_RAW_COUNTER_ITEM_A
71 PDH_RAW_COUNTER RawValue; member in struct:_PDH_RAW_COUNTER_ITEM_W
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py908 values = [self.RawValue(code, value)
949 arr5 = self.RawValue('i', 5)
2190 'Condition', 'Event', 'Value', 'Array', 'RawValue',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py908 values = [self.RawValue(code, value)
949 arr5 = self.RawValue('i', 5)
2190 'Condition', 'Event', 'Value', 'Array', 'RawValue',

Completed in 3547 milliseconds