Home
last modified time | relevance | path

Searched defs:add_type (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Dmimetypes.py78 def add_type(self, type, ext, strict=True): member in MimeTypes
330 def add_type(type, ext, strict=True): function
/external/python/cpython3/Lib/
Dmimetypes.py80 def add_type(self, type, ext, strict=True): member in MimeTypes
327 def add_type(type, ext, strict=True): function
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp268 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() function
Dglsl_symbol_table.cpp169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py74 def add_type(self, type_expr): member in type_table
/external/gemmlowp/meta/generators/
Dneon_emitter.py326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
392 def EmitVPadd(self, add_type, destination, source_1, source_2): argument
395 def EmitVPaddl(self, add_type, destination, source): argument
398 def EmitVPadal(self, add_type, destination, source): argument
Dneon_emitter_64.py617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
776 def EmitVPadd(self, add_type, destination, source_1, source_2): argument
782 def EmitVPaddl(self, add_type, destination, source): argument
793 def EmitVPadal(self, add_type, destination, source): argument
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h534 void add_type(flatbuffers::Offset<Type> type) { in add_type() function