/external/mesa3d/src/glsl/ |
glsl_symbol_table.h | 99 bool add_type(const char *name, const glsl_type *t);
|
glsl_symbol_table.cpp | 117 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) function in class:glsl_symbol_table
|
glsl_types.cpp | 110 symtab->add_type(types[i].name, & types[i]);
|
ast_to_hir.cpp | [all...] |
/external/gemmlowp/meta/generators/ |
neon_emitter.py | 272 def EmitVAdd(self, add_type, destination, source_1, source_2): 273 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2) 275 def EmitVAddw(self, add_type, destination, source_1, source_2): 276 self.EmitOp3('vaddw.%s' % add_type, destination, source_1, source_2) 299 def EmitVPadd(self, add_type, destination, source_1, source_2): 300 self.EmitOp3('vpadd.%s' % add_type, destination, source_1, source_2) 302 def EmitVPaddl(self, add_type, destination, source): 303 self.EmitOp2('vpaddl.%s' % add_type, destination, source) 305 def EmitVPadal(self, add_type, destination, source): 306 self.EmitOp2('vpadal.%s' % add_type, destination, source [all...] |
/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)
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
static.py | 13 mimetypes.add_type('text/javascript', '.js') # stdlib default is application/x-javascript 14 mimetypes.add_type('image/x-icon', '.ico') # not among defaults
|
/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 )
|
/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...] |