Lines Matching refs:None

175 …    def CreateDataFromInt (cls, value, size = None, target = None, ptr_size = None, endian = None):
182 lldbtarget = None
183 if target == None and lldbtarget != None and lldbtarget.IsValid():
185 if ptr_size == None:
190 if endian == None:
195 if size == None:
212 return None
277 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
278 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
279 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik…
280 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik…
281 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like …
282 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik…
283 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik…
284 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik…
285 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like …
286 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik…
287 …uint8s = property(_read_all_uint8, None, doc='''A read only property that returns an array with al…
288 …uint16s = property(_read_all_uint16, None, doc='''A read only property that returns an array with …
289 …uint32s = property(_read_all_uint32, None, doc='''A read only property that returns an array with …
290 …uint64s = property(_read_all_uint64, None, doc='''A read only property that returns an array with …
291 …sint8s = property(_read_all_sint8, None, doc='''A read only property that returns an array with al…
292 …sint16s = property(_read_all_sint16, None, doc='''A read only property that returns an array with …
293 …sint32s = property(_read_all_sint32, None, doc='''A read only property that returns an array with …
294 …sint64s = property(_read_all_sint64, None, doc='''A read only property that returns an array with …
295 …floats = property(_read_all_float, None, doc='''A read only property that returns an array with al…
296 …doubles = property(_read_all_double, None, doc='''A read only property that returns an array with …
298 …size = property(GetByteSize, None, doc='''A read only property that returns the size the same resu…