Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/animator/
DSkMemberInfo.h119 #define SK_MEMBER(_member, _type) \ argument
123 #define SK_MEMBER_ALIAS(_member, _alias, _type) \ argument
127 #define SK_MEMBER_ARRAY(_member, _type) \ argument
143 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \ argument
147 #define SK_MEMBER_DYNAMIC_PROPERTY(_member, _type) \ argument
151 #define SK_MEMBER_FUNCTION(_member, _type) \ argument
155 #define SK_MEMBER_PROPERTY(_member, _type) \ argument
161 #define DECLARE_PRIVATE_MEMBER_INFO(_type) \ argument
169 #define DECLARE_MEMBER_INFO(_type) \ argument
178 #define DECLARE_DRAW_MEMBER_INFO(_type) \ argument
[all …]
DSkDisplayType.cpp397 #define DRAW_NAME(_name, _type) {_name, _type, true, false } argument
398 #define DISPLAY_NAME(_name, _type) {_name, _type, false, true } argument
401 #define DRAW_NAME(_name, _type) {_name, _type } argument
402 #define DISPLAY_NAME(_name, _type) {_name, _type } argument
/external/skia/src/svg/
DSkSVGElements.h27 #define DECLARE_SVG_INFO(_type) \ argument
36 #define DEFINE_SVG_INFO(_type) \ argument
44 #define DEFINE_SVG_NO_INFO(_type) \ argument
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
513 #define MAKE_UDIV(_prefix, _bits, _type) \ argument
519 #define MAKE_SDIV(_prefix, _bits, _type, _min) \ argument
525 #define MAKE_UMOD(_prefix, _bits, _type) \ argument
531 #define MAKE_SMOD(_prefix, _bits, _type, _min) \ argument
/external/opencore/fileformats/mp4/parser/include/
Datom.h95 uint32 _type; // 4 (32bits) variable
/external/opencore/fileformats/mp4/composer/include/
Datom.h83 uint32 _type; // 4 (32bits) variable
Dmediadataatom.h132 int32 _type; // Either MEDIA_DATA_IN_MEMORY or MEDIA_DATA_ON_DISK variable
/external/webkit/WebCore/bridge/jni/
Djni_runtime.h128 JavaString _type; variable
182 const char *_type; variable
/external/opencore/oscl/oscl/osclproc/src/
Doscl_double_list.h206 #define QUE_ITER_BEGIN(_type,_qname)\ argument
/external/qemu/android/
Dcmdline-option.c32 #define OPTION(_name,_type,_config) \ argument
/external/freetype/include/freetype/internal/
Dpsaux.h244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/wpa_supplicant/
Dndis_events.c203 int _type; in ndis_events_send_event() local
/external/webkit/WebCore/plugins/
Dnpfunctions.h40 #define EXPORTED_CALLBACK(_type, _name) _type (__stdcall * _name) argument
/external/dhcpcd/
Ddhcp.c840 #define PUTADDR(_type, _val) \ in make_message() argument
/external/tinyxml/
Dtinyxml.cpp144 TiXmlNode::TiXmlNode( NodeType _type ) : TiXmlBase() in TiXmlNode()
/external/safe-iop/src/
Dsafe_iop.c55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \ argument