/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 1304 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 …]
|
D | gmock-generated-actions.h | 1179 #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/ |
D | SkMemberInfo.h | 115 #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 …]
|
D | SkDisplayInclude.cpp | 24 #define SK_MEMBER(_member, _type) \ 25 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_type, \
|
D | SkDisplayType.cpp | 397 #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/ |
D | daeMetaAttribute.cpp | 20 _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/ |
D | SkSVGElements.h | 27 #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/ |
D | JavaLexer.java | 166 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/ |
D | pc_slice.h | 125 ({ 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/ |
D | safe_iop.h | 476 #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/ |
D | fake_hash.h | 13 #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/ |
D | harfbuzz-impl.h | 100 #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/ |
D | grit_target.gypi | 17 ['_type=="executable" or _type=="shared_library" or \ 18 _type=="loadable_module" or _type=="static_library"', {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DOMBreakpointsSidebarPane.js | 67 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.…
|
D | RemoteObject.js | 34 this._type = type; 92 return this._type; 107 return this._type === "error";
|
D | HeapSnapshot.js | 70 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/ |
D | kobject.h | 174 #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/ |
D | WebKitFeatures.cmake | 33 MACRO(WEBKIT_FEATURE _feature _description _type _args) 34 IF (${_type} EQUAL ${DEPENDS}) 37 ELSEIF (${_type} EQUAL ${DEFAULT})
|
/external/collada/include/dae/ |
D | daeMetaAttribute.h | 46 daeAtomicType* _type; variable 106 void setType(daeAtomicType* type) { _type = type; } in setType() 113 daeAtomicType* getType() { return _type; } in getType()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 244 #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/ |
D | DTMDefaultBase.java | 459 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 …]
|
D | DTMDefaultBaseTraversers.java | 708 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/ |
D | RectBench.cpp | 141 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/ |
D | InjectedScriptSource.js | 286 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/ |
D | cxarray.cpp | 789 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 …]
|