HomeSort by relevance Sort by last modified time
    Searched defs:add_type (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 117 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) function in class:glsl_symbol_table
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 74 def add_type(self, type_expr): member in class:type_table
106 tt.add_type( te )
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 37 "add_type","read_mime_types","init"
72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in class:MimeTypes
226 self.add_type(type, '.' + suff, strict)
272 self.add_type(ctype, suffix, strict)
331 def add_type(type, ext, strict=True): function
345 return _db.add_type(type, ext, strict)
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 37 "add_type","read_mime_types","init"
72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in class:MimeTypes
226 self.add_type(type, '.' + suff, strict)
272 self.add_type(ctype, suffix, strict)
331 def add_type(type, ext, strict=True): function
345 return _db.add_type(type, ext, strict)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 37 "add_type","read_mime_types","init"
72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in class:MimeTypes
226 self.add_type(type, '.' + suff, strict)
272 self.add_type(ctype, suffix, strict)
331 def add_type(type, ext, strict=True): function
345 return _db.add_type(type, ext, strict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 37 "add_type","read_mime_types","init"
72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in class:MimeTypes
226 self.add_type(type, '.' + suff, strict)
272 self.add_type(ctype, suffix, strict)
331 def add_type(type, ext, strict=True): function
345 return _db.add_type(type, ext, strict)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.c 2316 bfd_reloc_code_real_type add_type; member in struct:reloc_table_entry
    [all...]

Completed in 4590 milliseconds