/external/clang/test/CodeGenCXX/ |
debug-info-artificial-arg.cpp | 28 // CHECK: metadata [[FUNCTYPE:![0-9]*]], i32 0, null, null, null} ; [ DW_TAG_subroutine_type ] 29 // CHECK: [[FUNCTYPE]] = metadata !{null, metadata ![[ARTARG]], metadata !{{.*}}, metadata !{{.*}}}
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
carrays.i | 3 %feature("python:slot", "sq_item", functype="ssizeargfunc") NAME::__getitem__; 4 %feature("python:slot", "sq_ass_item", functype="ssizeobjargproc") NAME::__setitem__;
|
pyopers.swg | 45 %feature("python:slot", "tp_hash", functype="hashfunc") MyClass::myHashFunc; 51 the "functype" attribute of the feature enables SWIG to generate 92 #define %pybinoperator(pyname,oper,functp,slt) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:slot", #slt, functype=#functp) oper; %feature("python:slot", #slt, functype=#functp) pyname; 120 %feature("python:slot", "nb_truediv", functype="binaryfunc") *::operator/; 124 %feature("python:slot", "nb_invert", functype="unaryfunc") *::operator~; 126 %feature("python:slot", "tp_call", functype="ternarycallfunc") *::operator(); 189 #define %pyinplaceoper(SwigPyOper, Oper, functp, slt) %delobject Oper; %newobject Oper; %feature("python:slot", #slt, functype=#functp) Oper; %rename(SwigPyOper) Oper
|
/external/eigen/blas/ |
level2_real_impl.h | 15 typedef void (*functype)(int, const Scalar*, int, const Scalar*, int, Scalar*, Scalar); typedef 16 static functype func[2]; 74 // typedef void (*functype)(int, const Scalar *, int, Scalar *, int, Scalar); 75 // static functype func[2]; 88 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, const Scalar&); typedef 89 static functype func[2]; 134 // typedef void (*functype)(int, const Scalar *, int, const Scalar *, int, Scalar *, int, Scalar); 135 // static functype func[2]; 148 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, Scalar); typedef 149 static functype func[2] 236 typedef void (*functype)(int, Scalar*, const Scalar*, Scalar); typedef 287 typedef void (*functype)(int, Scalar*, const Scalar*, const Scalar*, Scalar); typedef [all...] |
level2_cplx_impl.h | 21 typedef void (*functype)(int, const Scalar*, int, const Scalar*, int, Scalar*, Scalar); typedef 22 static functype func[2]; 113 typedef void (*functype)(int, Scalar*, const Scalar*, RealScalar); typedef 114 static functype func[2]; 164 typedef void (*functype)(int, Scalar*, const Scalar*, const Scalar*, Scalar); typedef 165 static functype func[2]; 219 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, const Scalar&); typedef 220 static functype func[2]; 273 typedef void (*functype)(int, Scalar*, int, const Scalar*, const Scalar*, Scalar); typedef 274 static functype func[2] [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-function-params.cpp | 83 typedef int functype(int, int); typedef in struct:InstantiateFunctionTypedef::X 84 functype func1; 85 __attribute__((noreturn)) functype func2; 88 __attribute__((stdcall)) functype stdfunc1; 91 __attribute__((pcs("aapcs"))) functype pcsfunc; // expected-warning {{calling convention 'pcs' ignored for this target}}
|
/external/chromium_org/ppapi/shared_impl/ |
thread_aware_callback.h | 55 template <class FuncType> 61 static ThreadAwareCallback* Create(FuncType func) { 104 explicit ThreadAwareCallback(FuncType func) : func_(func) {} 106 FuncType func_;
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 76 /* <FuncType> */ 112 /* <FuncType> */ 130 /* <FuncType> */ 178 /* <FuncType> */ 215 /* <FuncType> */ 248 /* <FuncType> */ 297 /* <FuncType> */ 323 /* <FuncType> */ 349 /* <FuncType> */ [all...] |
pshints.h | 122 * @functype: 144 * @functype: 186 * @functype: 220 * @functype: 243 * @functype: 272 * @functype: 409 * @functype: 431 * @functype: 474 * @functype: 516 * @functype [all...] |
autohint.h | 85 /* <FuncType> */ 113 /* <FuncType> */ 133 /* <FuncType> */ 153 /* <FuncType> */
|
/external/freetype/include/internal/ |
sfnt.h | 33 /* <FuncType> */ 76 /* <FuncType> */ 112 /* <FuncType> */ 130 /* <FuncType> */ 178 /* <FuncType> */ 215 /* <FuncType> */ 248 /* <FuncType> */ 297 /* <FuncType> */ 323 /* <FuncType> */ 349 /* <FuncType> */ [all...] |
pshints.h | 122 * @functype: 144 * @functype: 186 * @functype: 220 * @functype: 243 * @functype: 272 * @functype: 409 * @functype: 431 * @functype: 474 * @functype: 516 * @functype [all...] |
autohint.h | 85 /* <FuncType> */ 113 /* <FuncType> */ 133 /* <FuncType> */ 153 /* <FuncType> */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 76 /* <FuncType> */ 112 /* <FuncType> */ 130 /* <FuncType> */ 178 /* <FuncType> */ 215 /* <FuncType> */ 248 /* <FuncType> */ 297 /* <FuncType> */ 323 /* <FuncType> */ 349 /* <FuncType> */ [all...] |
pshints.h | 122 * @functype: 144 * @functype: 186 * @functype: 220 * @functype: 243 * @functype: 272 * @functype: 409 * @functype: 431 * @functype: 474 * @functype: 516 * @functype [all...] |
autohint.h | 85 /* <FuncType> */ 113 /* <FuncType> */ 133 /* <FuncType> */ 153 /* <FuncType> */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 76 /* <FuncType> */ 112 /* <FuncType> */ 130 /* <FuncType> */ 178 /* <FuncType> */ 215 /* <FuncType> */ 248 /* <FuncType> */ 297 /* <FuncType> */ 323 /* <FuncType> */ 349 /* <FuncType> */ [all...] |
pshints.h | 122 * @functype: 144 * @functype: 186 * @functype: 220 * @functype: 243 * @functype: 272 * @functype: 409 * @functype: 431 * @functype: 474 * @functype: 516 * @functype [all...] |
autohint.h | 85 /* <FuncType> */ 113 /* <FuncType> */ 133 /* <FuncType> */ 153 /* <FuncType> */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 6 functype = CFUNCTYPE variable in class:Callbacks 17 PROTO = self.functype.im_func(typ, typ) 25 PROTO = self.functype.im_func(typ, c_byte, typ) 119 prototype = self.functype.im_func(POINTER(c_double)) 124 prototype = self.functype.im_func(object) 128 proto = self.functype.im_func(None) 157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 6 functype = CFUNCTYPE variable in class:Callbacks 17 PROTO = self.functype.im_func(typ, typ) 25 PROTO = self.functype.im_func(typ, c_byte, typ) 119 prototype = self.functype.im_func(POINTER(c_double)) 124 prototype = self.functype.im_func(object) 128 proto = self.functype.im_func(None) 157 functype = WINFUNCTYPE variable in class:Callbacks.StdcallCallbacks
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 219 * @functype: 256 * @functype:
|
/external/freetype/include/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 219 * @functype: 256 * @functype:
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftsystem.h | 71 * @functype: 101 * @functype: 122 * @functype: 226 * @functype: 263 * @functype:
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftsystem.h | 71 * @functype: 101 * @functype: 122 * @functype: 226 * @functype: 263 * @functype:
|