Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h1304 template <typename p0##_type>\
1310 explicit gmock_Impl(p0##_type gmock_p0)\
1320 p0##_type p0;\
1329 ::std::tr1::tuple<p0##_type>(p0)));\
1338 name##MatcherP(p0##_type gmock_p0) : p0(gmock_p0) {\
1340 p0##_type p0;\
1344 template <typename p0##_type>\
1345 inline name##MatcherP<p0##_type> name(p0##_type p0) {\
1346 return name##MatcherP<p0##_type>(p0);\
1348 template <typename p0##_type>\
[all …]
Dgmock-generated-actions.h1179 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type
1181 typename p0##_type, typename p1##_type
1183 typename p0##_type, typename p1##_type, typename p2##_type
1185 typename p0##_type, typename p1##_type, typename p2##_type, \
1186 typename p3##_type
1188 typename p0##_type, typename p1##_type, typename p2##_type, \
1189 typename p3##_type, typename p4##_type
1191 typename p0##_type, typename p1##_type, typename p2##_type, \
1192 typename p3##_type, typename p4##_type, typename p5##_type
1194 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
/external/skia/src/animator/
DSkMemberInfo.h115 #define SK_MEMBER(_member, _type) \ argument
116 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
119 #define SK_MEMBER_ALIAS(_member, _alias, _type) \ argument
120 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
123 #define SK_MEMBER_ARRAY(_member, _type) \ argument
125 (int) SkType_##_type }
139 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \ argument
141 (int) SkType_##_type }
143 #define SK_MEMBER_DYNAMIC_PROPERTY(_member, _type) \ argument
145 (int) SkType_##_type }
[all …]
DSkDisplayInclude.cpp24 #define SK_MEMBER(_member, _type) \
25 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_type, \
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/collada/src/dae/
DdaeMetaAttribute.cpp20 _type->copy(get(from), get(to)); in copy()
26 _type->copyArray(fromArray, toArray); in copy()
31 _type->copy(_defaultValue, get(element)); in copyDefault()
36 _type->copyArray((daeArray&)*_defaultValue, (daeArray&)*get(element)); in copyDefault()
40 return _type->compare(get(elt1), get(elt2)); in compare()
46 return _type->compareArray(value1, value2); in compare()
52 return _type->compare(get(e), _defaultValue); in compareToDefault()
60 return _type->compareArray(value1, value2); in compareToDefault()
67 _type = NULL; in daeMetaAttribute()
76 _type->destroy(_defaultValue); in ~daeMetaAttribute()
[all …]
/external/skia/src/svg/
DSkSVGElements.h27 #define DECLARE_SVG_INFO(_type) \ argument
29 virtual ~SkSVG##_type(); \
34 typedef SkSVG##_type BASE_CLASS
36 #define DEFINE_SVG_INFO(_type) \ argument
37 SkSVG##_type::~SkSVG##_type() {} \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
42 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; }
44 #define DEFINE_SVG_NO_INFO(_type) \ argument
45 SkSVG##_type::~SkSVG##_type() {} \
46 int SkSVG##_type::getAttributes(const SkSVGAttribute** ) { return 0; } \
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java166 int _type = LONGLITERAL; in mLONGLITERAL() local
176 state.type = _type; in mLONGLITERAL()
187 int _type = INTLITERAL; in mINTLITERAL() local
196 state.type = _type; in mINTLITERAL()
988 int _type = FLOATLITERAL; in mFLOATLITERAL() local
998 state.type = _type; in mFLOATLITERAL()
1009 int _type = DOUBLELITERAL; in mDOUBLELITERAL() local
1036 state.type = _type; in mDOUBLELITERAL()
1047 int _type = CHARLITERAL; in mCHARLITERAL() local
1125 state.type = _type; in mCHARLITERAL()
[all …]
/external/grub/stage2/
Dpc_slice.h125 ({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \
126 _type == PC_SLICE_TYPE_FAT12 \
127 || _type == PC_SLICE_TYPE_FAT16_LT32M \
128 || _type == PC_SLICE_TYPE_FAT16_GT32M \
129 || _type == PC_SLICE_TYPE_FAT16_LBA \
130 || _type == PC_SLICE_TYPE_FAT32 \
131 || _type == PC_SLICE_TYPE_FAT32_LBA \
132 || _type == PC_SLICE_TYPE_DELL_UTIL; })
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) { \
[all …]
/external/chromium/android/ext/
Dfake_hash.h13 #define DEFINE_HASH(_type) \ argument
15 struct hash<_type> { \
16 std::size_t operator()(_type val) const { \
17 return std::hash<_type>(val); \
/external/harfbuzz/src/
Dharfbuzz-impl.h100 #define ALLOC_ARRAY(_ptr,_count,_type) \ argument
101 ALLOC(_ptr,(_count)*sizeof(_type))
103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \ argument
104 REALLOC(_ptr,(_newcnt)*sizeof(_type))
/external/chromium/build/
Dgrit_target.gypi17 ['_type=="executable" or _type=="shared_library" or \
18 _type=="loadable_module" or _type=="static_library"', {
/external/webkit/Source/WebCore/inspector/front-end/
DDOMBreakpointsSidebarPane.js67 nodeBreakpoints[element._type] = true;
157 this._removeBreakpoint(element._node, element._type);
169 element._type = type;
194 if (currentElement._type && currentElement._type < element._type)
273 …push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element.…
DRemoteObject.js34 this._type = type;
92 return this._type;
107 return this._type === "error";
DHeapSnapshot.js70 return this._type() === this._snapshot._edgeElementType;
75 return this._type() === this._snapshot._edgeHiddenType;
80 return this._type() === this._snapshot._edgeInternalType;
85 return this._type() === this._snapshot._edgeInvisibleType;
90 return this._type() === this._snapshot._edgeShortcutType;
139 return this._snapshot._edgeTypes[this._type()];
157 _type: function() method in WebInspector.HeapSnapshotEdge
381 return this._type() === this._snapshot._nodeHiddenType;
417 return this._snapshot._nodeTypes[this._type()];
440 _type: function() method in WebInspector.HeapSnapshotNode
/external/kernel-headers/original/linux/
Dkobject.h174 #define decl_subsys(_name,_type,_uevent_ops) \ argument
178 .ktype = _type, \
182 #define decl_subsys_name(_varname,_name,_type,_uevent_ops) \ argument
186 .ktype = _type, \
/external/webkit/Source/cmake/
DWebKitFeatures.cmake33 MACRO(WEBKIT_FEATURE _feature _description _type _args)
34 IF (${_type} EQUAL ${DEPENDS})
37 ELSEIF (${_type} EQUAL ${DEFAULT})
/external/collada/include/dae/
DdaeMetaAttribute.h46 daeAtomicType* _type; variable
106 void setType(daeAtomicType* type) { _type = type; } in setType()
113 daeAtomicType* getType() { return _type; } in getType()
/external/freetype/include/freetype/internal/
Dpsaux.h244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
246 _ident, T1CODE, _type, \
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
265 _ident, T1CODE, _type, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
276 _ident, T1CODE, _type, \
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java459 protected short _type(int identity) in _type() method in DTMDefaultBase
670 int type = _type(index); in dumpDTM()
1073 int type = _type(identity); in getFirstAttributeIdentity()
1082 type = _type(identity); in getFirstAttributeIdentity()
1114 type = _type(identity); in getTypedAttribute()
1213 if (_type(nodeID) == DTM.ATTRIBUTE_NODE) { in getNextAttribute()
1233 int type = _type(identity); in getNextAttributeIdentity()
1464 if (_type(identity) == DTM.ELEMENT_NODE) in getFirstNamespaceNode()
1484 if (_type(identity) == DTM.ELEMENT_NODE) in getFirstNamespaceNode()
1488 int type = _type(identity); in getFirstNamespaceNode()
[all …]
DDTMDefaultBaseTraversers.java708 int type = _type(current); // may call nextNode() in next()
846 int type = _type(context); in first()
936 int type = _type(current); // may call nextNode() in next()
1252 short type = _type(current); in next()
1316 short type = _type(current); in next()
1512 int type = _type(current); // may call nextNode() in next()
/external/skia/bench/
DRectBench.cpp141 RectBench(param, 2), fMode(mode), _type(type) { in BlitMaskBench()
161 if (_type == KMaskShader) { in onDraw()
173 switch (_type) { in onDraw()
199 kMaskType _type; member in BlitMaskBench
/external/webkit/Source/WebCore/inspector/
DInjectedScriptSource.js286 if (this._type(value) === "error")
338 if (!object || this._type(object) !== "node")
354 _type: function(obj) method in InjectedScript
406 var type = this._type(obj);
461 var type = injectedScript._type(object);
642 if (injectedScript._type(object) === "node")
/external/opencv/cxcore/src/
Dcxarray.cpp789 icvGetNodePtr( CvSparseMat* mat, const int* idx, int* _type, in icvGetNodePtr() argument
879 if( _type ) in icvGetNodePtr()
880 *_type = CV_MAT_TYPE(mat->type); in icvGetNodePtr()
1896 cvPtr1D( const CvArr* arr, int idx, int* _type ) in cvPtr1D() argument
1911 if( _type ) in cvPtr1D()
1912 *_type = type; in cvPtr1D()
1940 ptr = cvPtr2D( arr, y, x, _type ); in cvPtr1D()
1948 if( _type ) in cvPtr1D()
1949 *_type = type; in cvPtr1D()
1981 ptr = icvGetNodePtr( (CvSparseMat*)arr, &idx, _type, 1, 0 ); in cvPtr1D()
[all …]

123