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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 76 #define FindTypeAndClass(d,type,_class,classid,offset) \
78 type = 0; _class = 0; \
84 _class = ((XDevice *) d)->device_id << 8 | type;}}
86 #define DeviceKeyPress(d,type,_class) \
87 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyPress)
89 #define DeviceKeyRelease(d,type,_class) \
90 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyRelease)
92 #define DeviceButtonPress(d,type,_class) \
93 FindTypeAndClass(d, type, _class, ButtonClass, _deviceButtonPress)
95 #define DeviceButtonRelease(d,type,_class) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 76 #define FindTypeAndClass(d,type,_class,classid,offset) \
78 type = 0; _class = 0; \
84 _class = ((XDevice *) d)->device_id << 8 | type;}}
86 #define DeviceKeyPress(d,type,_class) \
87 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyPress)
89 #define DeviceKeyRelease(d,type,_class) \
90 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyRelease)
92 #define DeviceButtonPress(d,type,_class) \
93 FindTypeAndClass(d, type, _class, ButtonClass, _deviceButtonPress)
95 #define DeviceButtonRelease(d,type,_class) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 76 #define FindTypeAndClass(d,type,_class,classid,offset) \
78 type = 0; _class = 0; \
84 _class = ((XDevice *) d)->device_id << 8 | type;}}
86 #define DeviceKeyPress(d,type,_class) \
87 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyPress)
89 #define DeviceKeyRelease(d,type,_class) \
90 FindTypeAndClass(d, type, _class, KeyClass, _deviceKeyRelease)
92 #define DeviceButtonPress(d,type,_class) \
93 FindTypeAndClass(d, type, _class, ButtonClass, _deviceButtonPress)
95 #define DeviceButtonRelease(d,type,_class) \
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 126 if (npobject_->_class->hasMethod) {
127 *result = npobject_->_class->hasMethod(npobject_, id);
165 if (npobject_->_class->invokeDefault) {
166 return_value = npobject_->_class->invokeDefault(
178 if (npobject_->_class->invoke) {
179 return_value = npobject_->_class->invoke(
209 if (npobject_->_class->hasProperty) {
210 *result = npobject_->_class->hasProperty(npobject_, id);
227 if (npobject_->_class->getProperty) {
228 *result = npobject_->_class->getProperty(npobject_, id, &result_var)
    [all...]
npobject_proxy.cc 45 if (&npclass_proxy_ == object->_class) {
136 return obj->_class->hasMethod(obj, name);
175 return obj->_class->invokeDefault(obj, args, arg_count, np_result);
177 return obj->_class->invoke(obj, name, args, arg_count, np_result);
244 return obj->_class->hasProperty(obj, name);
275 return obj->_class->getProperty(obj, name, np_result);
308 return obj->_class->setProperty(obj, name, value);
337 return obj->_class->removeProperty(obj, name);
358 obj->_class->invalidate(obj);
376 if (obj->_class->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
parser.py 31 _class is the class to instantiate for new message objects when they
36 if '_class' in kws:
37 raise TypeError("Multiple values for keyword arg '_class'")
38 kws['_class'] = args[0]
45 if '_class' in kws:
46 self._class = kws['_class']
47 del kws['_class']
49 self._class = Message
65 feedparser = FeedParser(self._class)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
parser.py 31 _class is the class to instantiate for new message objects when they
36 if '_class' in kws:
37 raise TypeError("Multiple values for keyword arg '_class'")
38 kws['_class'] = args[0]
45 if '_class' in kws:
46 self._class = kws['_class']
47 del kws['_class']
49 self._class = Message
65 feedparser = FeedParser(self._class)
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 58 #define CASE_NEW(_class) \
59 case SkType_##_class: result = new Sk##_class(); break
60 #define CASE_DRAW_NEW(_class) \
61 case SkType_##_class: result = new SkDraw##_class(); break
62 #define CASE_DISPLAY_NEW(_class) \
63 case SkType_##_class: result = new SkDisplay##_class(); break
65 #define CASE_DEBUG_RETURN_NIL(_class) \
    [all...]
SkMemberInfo.h 204 #define DEFINE_GET_MEMBER(_class) \
205 const SkMemberInfo* _class::getMember(int index) { \
209 const SkMemberInfo* _class::getMember(const char name[]) { \
213 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo)
215 #define DEFINE_NO_VIRTUALS_GET_MEMBER(_class) \
216 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo)
265 #define DEFINE_GET_MEMBER(_class)
266 #define DEFINE_NO_VIRTUALS_GET_MEMBER(_class)
  /external/skia/src/animator/
SkDisplayType.cpp 58 #define CASE_NEW(_class) \
59 case SkType_##_class: result = new Sk##_class(); break
60 #define CASE_DRAW_NEW(_class) \
61 case SkType_##_class: result = new SkDraw##_class(); break
62 #define CASE_DISPLAY_NEW(_class) \
63 case SkType_##_class: result = new SkDisplay##_class(); break
65 #define CASE_DEBUG_RETURN_NIL(_class) \
    [all...]
SkMemberInfo.h 204 #define DEFINE_GET_MEMBER(_class) \
205 const SkMemberInfo* _class::getMember(int index) { \
209 const SkMemberInfo* _class::getMember(const char name[]) { \
213 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo)
215 #define DEFINE_NO_VIRTUALS_GET_MEMBER(_class) \
216 const int _class::fInfoCount = SK_ARRAY_COUNT(fInfo)
265 #define DEFINE_GET_MEMBER(_class)
266 #define DEFINE_NO_VIRTUALS_GET_MEMBER(_class)
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 187 final Class _class = getClass (); local
191 msg = ExceptionCommon.getMessage (_class, supermsg);
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
201 final String className = _class.getName ();
AbstractRuntimeException.java 187 final Class _class = getClass (); local
191 msg = ExceptionCommon.getMessage (_class, supermsg);
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
201 final String className = _class.getName ();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 136 _class = _attributes['evcl'].type
139 if (_class, _type) in self.ae_handlers:
140 _function = self.ae_handlers[(_class, _type)]
141 elif (_class, '****') in self.ae_handlers:
142 _function = self.ae_handlers[(_class, '****')]
146 raise 'Cannot happen: AE callback without handler', (_class, _type)
151 _parameters['_class'] = _class
195 def other(self, _object=None, _class=None, _type=None, **args):
196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', arg
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 122 if (npObject->_class->invoke) {
125 retval = npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result);
129 if (npObject->_class->construct)
130 retval = npObject->_class->construct(npObject, npArgs.get(), numArgs, &result);
133 if (npObject->_class->invokeDefault)
134 retval = npObject->_class->invokeDefault(npObject, npArgs.get(), numArgs, &result);
230 if (npObject->_class->hasProperty && npObject->_class->getProperty && npObject->_class->hasProperty(npObject, identifier)) {
236 if (!npObject->_class->getProperty(npObject, identifier, &result)
    [all...]
NPV8Object.cpp 82 ASSERT(npObject->_class == &V8NPObjectClass);
165 if (npObject->_class != &V8NPObjectClass)
216 if (npObject->_class->invoke)
217 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result);
282 if (npObject->_class->invokeDefault)
283 return npObject->_class->invokeDefault(npObject, arguments, argumentCount, result);
393 if (npObject->_class->hasProperty && npObject->_class->getProperty) {
394 if (npObject->_class->hasProperty(npObject, propertyName))
395 return npObject->_class->getProperty(npObject, propertyName, result)
    [all...]
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
ActionBarTabsPager.java 94 TabInfo(Class<?> _class, Bundle _args) {
95 clss = _class;
FragmentNestingPagerSupport.java 92 TabInfo(Class<?> _class, Bundle _args) {
93 clss = _class;
FragmentNestingStatePagerSupport.java 92 TabInfo(Class<?> _class, Bundle _args) {
93 clss = _class;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 98 TabInfo(String _tag, Class<?> _class, Bundle _args) {
100 clss = _class;
  /packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java 106 TabInfo(Class<?> _class, Bundle _args) {
107 clss = _class;
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 95 #define JS_INIT(_prefix, _class) \
96 static JSBool _class##Constructor(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) { \
98 jsDisplayable->fDisplayable = new _prefix##_class(); \
103 static JSObject* _class##Init(JSContext *cx, JSObject *obj, JSObject *proto) { \
104 JSObject *newProtoObj = JS_InitClass(cx, obj, proto, &gDisplayableClasses[SkType_##_class], \
105 _class##Constructor, 0, \
108 JS_DefineProperties(cx, newProtoObj, gDisplayableProperties[SkType_##_class]); \
  /external/skia/src/xml/
SkJSDisplayable.cpp 95 #define JS_INIT(_prefix, _class) \
96 static JSBool _class##Constructor(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) { \
98 jsDisplayable->fDisplayable = new _prefix##_class(); \
103 static JSObject* _class##Init(JSContext *cx, JSObject *obj, JSObject *proto) { \
104 JSObject *newProtoObj = JS_InitClass(cx, obj, proto, &gDisplayableClasses[SkType_##_class], \
105 _class##Constructor, 0, \
108 JS_DefineProperties(cx, newProtoObj, gDisplayableProperties[SkType_##_class]); \
  /external/chromium_org/content/renderer/pepper/
host_var_tracker_unittest.cc 53 object->_class = &g_tracked_npclass;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 104 TabInfo(String _tag, Class<?> _class, Bundle _args) {
106 clss = _class;

Completed in 1208 milliseconds

1 2 3