HomeSort by relevance Sort by last modified time
    Searched refs:_type (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium/android/ext/
fake_hash.h 13 #define DEFINE_HASH(_type) \
15 struct hash<_type> { \
16 std::size_t operator()(_type val) const { \
17 return std::hash<_type>(val); \
  /external/skia/src/svg/
SkSVGElements.h 27 #define DECLARE_SVG_INFO(_type) \
29 virtual ~SkSVG##_type(); \
34 typedef SkSVG##_type BASE_CLASS
36 #define DEFINE_SVG_INFO(_type) \
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) \
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/skia/src/animator/
SkMemberInfo.h 115 #define SK_MEMBER(_member, _type) \
116 { #_member, SK_OFFSETOF(BASE_CLASS, _member), SkType_##_type, \
119 #define SK_MEMBER_ALIAS(_member, _alias, _type) \
120 { #_member, SK_OFFSETOF(BASE_CLASS, _alias), SkType_##_type, \
123 #define SK_MEMBER_ARRAY(_member, _type) \
125 (int) SkType_##_type }
130 // #define SK_MEMBER_KEY_TYPE(_member, _type)
131 // {#_member, (size_t) -1, SkType_##_type, 0}
139 #define SK_MEMBER_DYNAMIC_FUNCTION(_member, _type) \
141 (int) SkType_##_type }
    [all...]
SkDisplayInclude.cpp 24 #define SK_MEMBER(_member, _type) \
25 { #_member, SK_OFFSETOF(BASE_CLASS::_A, _member), SkType_##_type, \
  /external/collada/src/dae/
daeMetaAttribute.cpp 20 _type->copy(get(from), get(to));
26 _type->copyArray(fromArray, toArray);
31 _type->copy(_defaultValue, get(element));
36 _type->copyArray((daeArray&)*_defaultValue, (daeArray&)*get(element));
40 return _type->compare(get(elt1), get(elt2));
46 return _type->compareArray(value1, value2);
52 return _type->compare(get(e), _defaultValue);
60 return _type->compareArray(value1, value2);
67 _type = NULL;
76 _type->destroy(_defaultValue)
    [all...]
daeArray.cpp 12 daeArray::daeArray():_count(0),_capacity(0),_data(NULL),_elementSize(4),_type(NULL)
  /frameworks/base/services/java/com/android/server/pm/
BasePermission.java 47 BasePermission(String _name, String _sourcePackage, int _type) {
50 type = _type;
  /external/grub/stage2/
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/doclava/src/com/google/doclava/parser/
JavaLexer.java 166 int _type = LONGLITERAL; local
176 state.type = _type;
187 int _type = INTLITERAL; local
196 state.type = _type;
988 int _type = FLOATLITERAL; local
998 state.type = _type;
1009 int _type = DOUBLELITERAL; local
1036 state.type = _type;
1047 int _type = CHARLITERAL; local
1136 int _type = STRINGLITERAL; local
1400 int _type = WS; local
1431 int _type = COMMENT; local
1506 int _type = LINE_COMMENT; local
1661 int _type = ABSTRACT; local
1682 int _type = ASSERT; local
1703 int _type = BOOLEAN; local
1724 int _type = BREAK; local
1745 int _type = BYTE; local
1766 int _type = CASE; local
1787 int _type = CATCH; local
1808 int _type = CHAR; local
1829 int _type = CLASS; local
1850 int _type = CONST; local
1871 int _type = CONTINUE; local
1892 int _type = DEFAULT; local
1913 int _type = DO; local
1934 int _type = DOUBLE; local
1955 int _type = ELSE; local
1976 int _type = ENUM; local
1997 int _type = EXTENDS; local
2018 int _type = FINAL; local
2039 int _type = FINALLY; local
2060 int _type = FLOAT; local
2081 int _type = FOR; local
2102 int _type = GOTO; local
2123 int _type = IF; local
2144 int _type = IMPLEMENTS; local
2165 int _type = IMPORT; local
2186 int _type = INSTANCEOF; local
2207 int _type = INT; local
2228 int _type = INTERFACE; local
2249 int _type = LONG; local
2270 int _type = NATIVE; local
2291 int _type = NEW; local
2312 int _type = PACKAGE; local
2333 int _type = PRIVATE; local
2354 int _type = PROTECTED; local
2375 int _type = PUBLIC; local
2396 int _type = RETURN; local
2417 int _type = SHORT; local
2438 int _type = STATIC; local
2459 int _type = STRICTFP; local
2480 int _type = SUPER; local
2501 int _type = SWITCH; local
2522 int _type = SYNCHRONIZED; local
2543 int _type = THIS; local
2564 int _type = THROW; local
2585 int _type = THROWS; local
2606 int _type = TRANSIENT; local
2627 int _type = TRY; local
2648 int _type = VOID; local
2669 int _type = VOLATILE; local
2690 int _type = WHILE; local
2711 int _type = TRUE; local
2732 int _type = FALSE; local
2753 int _type = NULL; local
2774 int _type = LPAREN; local
2794 int _type = RPAREN; local
2814 int _type = LBRACE; local
2834 int _type = RBRACE; local
2854 int _type = LBRACKET; local
2874 int _type = RBRACKET; local
2894 int _type = SEMI; local
2914 int _type = COMMA; local
2934 int _type = DOT; local
2954 int _type = ELLIPSIS; local
2975 int _type = EQ; local
2995 int _type = BANG; local
3015 int _type = TILDE; local
3035 int _type = QUES; local
3055 int _type = COLON; local
3075 int _type = EQEQ; local
3096 int _type = AMPAMP; local
3117 int _type = BARBAR; local
3138 int _type = PLUSPLUS; local
3159 int _type = SUBSUB; local
3180 int _type = PLUS; local
3200 int _type = SUB; local
3220 int _type = STAR; local
3240 int _type = SLASH; local
3260 int _type = AMP; local
3280 int _type = BAR; local
3300 int _type = CARET; local
3320 int _type = PERCENT; local
3340 int _type = PLUSEQ; local
3361 int _type = SUBEQ; local
3382 int _type = STAREQ; local
3403 int _type = SLASHEQ; local
3424 int _type = AMPEQ; local
3445 int _type = BAREQ; local
3466 int _type = CARETEQ; local
3487 int _type = PERCENTEQ; local
3508 int _type = MONKEYS_AT; local
3528 int _type = BANGEQ; local
3549 int _type = GT; local
3569 int _type = LT; local
3589 int _type = IDENTIFIER; local
    [all...]
  /bionic/libc/private/
thread_private.h 126 #define _FD_LOCK(_fd,_type,_ts) _thread_fd_lock(_fd, _type, _ts)
127 #define _FD_UNLOCK(_fd,_type) _thread_fd_unlock(_fd, _type)
  /external/harfbuzz/src/
harfbuzz-impl.h 100 #define ALLOC_ARRAY(_ptr,_count,_type) \
101 ALLOC(_ptr,(_count)*sizeof(_type))
103 #define REALLOC_ARRAY(_ptr,_newcnt,_type) \
104 REALLOC(_ptr,(_newcnt)*sizeof(_type))
  /external/safe-iop/include/
safe_iop.h 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) {
    [all...]
  /external/collada/include/dae/
daeMetaAttribute.h 46 daeAtomicType* _type; member in class:daeMetaAttribute
106 void setType(daeAtomicType* type) { _type = type; }
113 daeAtomicType* getType() { return _type; }
  /external/webkit/Source/WebCore/inspector/front-end/
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 breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element._checkboxElement.checked });
  /dalvik/vm/mterp/common/
asm-constants.h 13 # define MTERP_OFFSET(_name, _type, _field, _offset) \
14 if (OFFSETOF_MEMBER(_type, _field) != _offset) { \
16 #_name, _offset, OFFSETOF_MEMBER(_type, _field)); \
19 # define MTERP_SIZEOF(_name, _type, _size) \
20 if (sizeof(_type) != (_size)) { \
22 #_name, (_size), sizeof(_type)); \
  /development/testrunner/
coverage_targets.py 104 self._type = target_element.getAttribute(self._TYPE_ATTR)
116 return self._type
  /development/tools/emulator/opengl/
common.mk 113 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
114 $(eval _emugl.$(_mod).export.$(_type) :=)\
152 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
153 $(eval LOCAL_$(_type) := $(_emugl.$1.export.$(_type)) $(LOCAL_$(_type)))\
175 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
176 $(if $(filter C_INCLUDES ADDITIONAL_DEPENDENCIES,$(_type)),\
177 $(info . EXPORT.$(_type) :=)\
178 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 135 #define MALLOC(_ptr,_castType,_type,_eError) \
137 _ptr = (_castType *)malloc(sizeof(_type)); \
  /system/vold/
VolumeManager.h 35 ContainerData(char* _id, container_type_t _type)
37 , type(_type)
  /external/kernel-headers/original/linux/
kobject.h 174 #define decl_subsys(_name,_type,_uevent_ops) \
178 .ktype = _type, \
182 #define decl_subsys_name(_varname,_name,_type,_uevent_ops) \
186 .ktype = _type, \
  /external/freetype/include/freetype/internal/
psaux.h 244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \
246 _ident, T1CODE, _type, \
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
265 _ident, T1CODE, _type, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
276 _ident, T1CODE, _type, \
    [all...]
  /bionic/libc/kernel/common/linux/
moduleparam.h 32 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type)
  /development/ndk/platforms/android-3/include/linux/
moduleparam.h 32 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type)

Completed in 1870 milliseconds

1 2 3 4