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

  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 268 add_type(glsl_symbol_table *symbols, const glsl_type *const type) function
270 symbols->add_type(type->name, type);
284 add_type(symbols, t->type);
293 add_type(symbols, deprecated_types[i]);
304 add_type(symbols, glsl_type::samplerCubeArray_type);
305 add_type(symbols, glsl_type::samplerCubeArrayShadow_type);
306 add_type(symbols, glsl_type::isamplerCubeArray_type);
307 add_type(symbols, glsl_type::usamplerCubeArray_type);
311 add_type(symbols, glsl_type::sampler2DMS_type);
312 add_type(symbols, glsl_type::isampler2DMS_type)
    [all...]
glsl_symbol_table.cpp 169 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 )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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)
270 self.add_type(mimetype, subkeyname, strict)
330 def add_type(type, ext, strict=True): function
344 return _db.add_type(type, ext, strict)
  /external/python/cpython3/Lib/
mimetypes.py 38 "add_type", "init", "read_mime_types",
74 self.add_type(type, ext, True)
76 self.add_type(type, ext, False)
80 def add_type(self, type, ext, strict=True): member in class:MimeTypes
228 self.add_type(type, '.' + suff, strict)
267 self.add_type(mimetype, subkeyname, strict)
327 def add_type(type, ext, strict=True): function
341 return _db.add_type(type, ext, strict)
  /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/flatbuffers/include/flatbuffers/
reflection_generated.h 534 void add_type(flatbuffers::Offset<Type> type) { function in struct:reflection::FieldBuilder
596 builder_.add_type(type);
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h 1277 void add_type(TensorType type) { function in struct:tflite::TensorBuilder
1760 void add_type(LSHProjectionType type) { function in struct:tflite::LSHProjectionOptionsBuilder
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-aarch64.c 2354 bfd_reloc_code_real_type add_type; member in struct:reloc_table_entry
    [all...]

Completed in 287 milliseconds