| /external/python/cpython3/Lib/ |
| D | mimetypes.py | 86 def add_type(self, type, ext, strict=True): member in MimeTypes 249 add_type = lambda type, ext: self.add_type(type, ext, True) function 258 def _read_windows_registry(cls, add_type): argument 343 def add_type(type, ext, strict=True): function
|
| /external/python/cpython2/Lib/ |
| D | mimetypes.py | 78 def add_type(self, type, ext, strict=True): member in MimeTypes 330 def add_type(type, ext, strict=True): function
|
| /external/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
|
| /external/mesa3d/src/mapi/glapi/gen/ |
| D | typeexpr.py | 75 def add_type(self, type_expr): member in type_table
|
| /external/gemmlowp/meta/generators/ |
| D | neon_emitter.py | 326 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
|
| D | neon_emitter_64.py | 617 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/libabigail/src/ |
| D | abg-ctf-reader.cc | 211 add_type(ctf_dict_t *dic, ctf_id_t ctf_type, type_base_sptr type) in add_type() function in abigail::ctf_reader::read_context
|
| /external/flatbuffers/include/flatbuffers/ |
| D | reflection_generated.h | 669 void add_type(flatbuffers::Offset<reflection::Type> type) { in add_type() function
|
| /external/tensorflow/tensorflow/lite/toco/ |
| D | import_tensorflow.cc | 647 auto add_type = [&node, op](tensorflow::DataType type) { in GetOutputTypesFromNodeDef() local
|