Searched defs:add_type (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/ |
D | mimetypes.py | 86 def add_type(self, type, ext, strict=True): member in MimeTypes 251 add_type = lambda type, ext: self.add_type(type, ext, True) function 260 def _read_windows_registry(cls, add_type): argument 345 def add_type(type, ext, strict=True): function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() function
|
D | glsl_symbol_table.cpp | 169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 73 def add_type(self, type_expr): member in type_table
|
/third_party/libabigail/src/ |
D | abg-ctf-reader.cc | 163 add_type(ctf_dict_t *dic, ctf_id_t ctf_type, type_base_sptr type) in add_type() function in abigail::ctf::reader
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_fs_cmod_propagation.cpp | 1584 enum brw_reg_type add_type, in test_mov_prop() 2162 enum brw_reg_type add_type, in test_saturate_prop()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 628 void add_type(flatbuffers::Offset<reflection::Type> type) { in add_type() function
|