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

  /external/skia/src/sksl/
SkSLCompiler.cpp 56 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \
58 ADD_TYPE(Void);
59 ADD_TYPE(Float);
60 ADD_TYPE(Vec2);
61 ADD_TYPE(Vec3);
62 ADD_TYPE(Vec4);
63 ADD_TYPE(Double);
64 ADD_TYPE(DVec2);
65 ADD_TYPE(DVec3);
66 ADD_TYPE(DVec4)
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 648 #define ADD_TYPE(type, name) \
674 ADD_TYPE(&_PyExc_BlockingIOError, "BlockingIOError");
679 ADD_TYPE(&PyIOBase_Type, "_IOBase");
680 ADD_TYPE(&PyRawIOBase_Type, "_RawIOBase");
681 ADD_TYPE(&PyBufferedIOBase_Type, "_BufferedIOBase");
682 ADD_TYPE(&PyTextIOBase_Type, "_TextIOBase");
687 ADD_TYPE(&PyFileIO_Type, "FileIO");
691 ADD_TYPE(&PyBytesIO_Type, "BytesIO");
695 ADD_TYPE(&PyStringIO_Type, "StringIO");
699 ADD_TYPE(&PyBufferedReader_Type, "BufferedReader");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 639 #define ADD_TYPE(type, name) \
665 ADD_TYPE(&_PyExc_BlockingIOError, "BlockingIOError");
670 ADD_TYPE(&PyIOBase_Type, "_IOBase");
671 ADD_TYPE(&PyRawIOBase_Type, "_RawIOBase");
672 ADD_TYPE(&PyBufferedIOBase_Type, "_BufferedIOBase");
673 ADD_TYPE(&PyTextIOBase_Type, "_TextIOBase");
678 ADD_TYPE(&PyFileIO_Type, "FileIO");
682 ADD_TYPE(&PyBytesIO_Type, "BytesIO");
686 ADD_TYPE(&PyStringIO_Type, "StringIO");
690 ADD_TYPE(&PyBufferedReader_Type, "BufferedReader");
    [all...]
  /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/selinux/secilc/docs/
cil_call_macro_statements.md 113 (call add_type)
116 (macro add_type ()
  /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/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]);
glsl_parser.yy     [all...]
ast_to_hir.cpp     [all...]
  /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 )
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 498 void add_type(flatbuffers::Offset<Type> type) { function in struct:reflection::FieldBuilder
560 builder_.add_type(type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 311 static PyTypeObject *Add_type;
839 Add_type = make_type("Add", operator_type, NULL, 0);
840 if (!Add_type) return 0;
841 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 311 static PyTypeObject *Add_type;
822 Add_type = make_type("Add", operator_type, NULL, 0);
823 if (!Add_type) return 0;
824 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL);
    [all...]
  /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...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 958 milliseconds