/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
alloc_function.pass.cpp | 27 template <class FuncType, class AllocType> 33 std::function<FuncType> f = FunctionObject(); 37 assert(f.template target<FuncType>() == 0); 38 assert(f.template target<FuncType*>() == 0); 40 std::function<FuncType> f2(std::allocator_arg, alloc, f); 44 assert(f2.template target<FuncType>() == 0); 45 assert(f2.template target<FuncType*>() == 0); 51 template <class FuncType, class AllocType> 57 FuncType* target = &FreeFunction; 58 std::function<FuncType> f = target [all...] |
alloc_F.pass.cpp | 26 template <class FuncType, class AllocType> 34 std::function<FuncType> f2(std::allocator_arg, alloc, target); 38 assert(f2.template target<FuncType>() == 0); 39 assert(f2.template target<FuncType*>() == 0); 46 template <class FuncType, class AllocType> 51 FuncType* target = &FreeFunction; 53 std::function<FuncType> f2(std::allocator_arg, alloc, target); 55 assert(f2.template target<FuncType*>()); 56 assert(*f2.template target<FuncType*>() == target); 57 assert(f2.template target<FuncType>() == 0) [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-artificial-arg.cpp | 32 // CHECK: !DISubroutineType(types: [[FUNCTYPE:![0-9]*]]) 33 // CHECK: [[FUNCTYPE]] = !{null, ![[ARTARG]], !{{.*}}, !{{.*}}}
|
/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...] |
/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/freetype/include/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 78 /* <FuncType> */ 116 /* <FuncType> */ 134 /* <FuncType> */ 182 /* <FuncType> */ 219 /* <FuncType> */ 252 /* <FuncType> */ 301 /* <FuncType> */ 327 /* <FuncType> */ 353 /* <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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 78 /* <FuncType> */ 116 /* <FuncType> */ 134 /* <FuncType> */ 182 /* <FuncType> */ 219 /* <FuncType> */ 252 /* <FuncType> */ 301 /* <FuncType> */ 327 /* <FuncType> */ 353 /* <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/third_party/freetype/include/freetype/internal/ |
sfnt.h | 33 /* <FuncType> */ 78 /* <FuncType> */ 116 /* <FuncType> */ 134 /* <FuncType> */ 182 /* <FuncType> */ 219 /* <FuncType> */ 252 /* <FuncType> */ 301 /* <FuncType> */ 327 /* <FuncType> */ 353 /* <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...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/freetype/include/freetype/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 223 * @functype: 260 * @functype:
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 223 * @functype: 260 * @functype:
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 223 * @functype: 260 * @functype:
|
/prebuilts/go/darwin-x86/src/reflect/ |
makefunc.go | 18 typ *funcType 50 ftyp := (*funcType)(unsafe.Pointer(t)) 98 funcType := v.Type().(*rtype) 107 _, _, _, stack, _ := funcLayout(funcType, nil) 121 return Value{funcType, unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
|
/prebuilts/go/linux-x86/src/reflect/ |
makefunc.go | 18 typ *funcType 50 ftyp := (*funcType)(unsafe.Pointer(t)) 98 funcType := v.Type().(*rtype) 107 _, _, _, stack, _ := funcLayout(funcType, nil) 121 return Value{funcType, unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftsystem.h | 71 * @functype: 95 * @functype: 116 * @functype: 223 * @functype: 260 * @functype:
|