HomeSort by: relevance | last modified time | path
    Searched refs:hasattr (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
canonicalize.py 59 regmap.type_ref for regmap in bucket if hasattr(regmap, 'type_ref')
64 if not hasattr(regmap, 'type_ref'):
74 assert not hasattr(regmap, 'chips')
regdb.py 288 if hasattr(regmap, 'type_ref') and regmap.type_ref not in self.__register_types:
292 if hasattr(field, 'enum_ref') and field.enum_ref not in self.__enums:
297 if hasattr(field, 'enum_ref') and field.enum_ref not in self.__enums:
303 if hasattr(regmap, 'type_ref') and regmap.type_ref not in self.__register_types:
558 if not hasattr(regmap, 'type_ref'):
571 if not hasattr(regmap, 'type_ref'):
586 if hasattr(field, 'enum_ref'):
634 if hasattr(field, 'enum_ref'):
690 if not hasattr(regmap_accum.type_ref, 'type_ref'):
  /xsrc/external/mit/xcb-proto/dist/
py-compile 127 import_test="hasattr(imp, 'get_tag')"
131 import_test="hasattr(sys.implementation, 'cache_tag')"
160 if hasattr(sys, 'pypy_translation_info') and sys.hexversion < 0x03050000:
  /xsrc/external/mit/brotli/dist/python/
bro.py 42 if hasattr(stdio, 'buffer'):
  /xsrc/external/mit/libxcb/dist/src/
c_client.py 379 if hasattr(self, "doc") and self.doc and enam in self.doc.fields:
1289 if hasattr(complex_type, 'type'):
1855 parents = self.parents if hasattr(self, 'parents') else [self]
2249 if hasattr(self, "doc") and self.doc:
2258 if hasattr(self, "doc") and self.doc:
2291 if hasattr(self, "doc") and self.doc:
2675 brief = self.doc.brief if hasattr(self, "doc") and self.doc else ''
2813 parents = self.parents if hasattr(self, 'parents') else [self]
2888 if hasattr(field, "enum") and field.enum:
2899 if hasattr(enum, "doc") and enum.doc and enam in enum.doc.fields
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
sid_tables.py 304 if hasattr(regmap, 'type_ref'):
310 if hasattr(dbfield, 'enum_ref'):

Completed in 10 milliseconds