HomeSort by relevance Sort by last modified time
    Searched refs:_class (Results 26 - 50 of 60) sorted by null

12 3

  /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 105 TabInfo(Class<?> _class, Bundle _args) {
106 clss = _class;
  /external/skia/legacy/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]); \
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 104 TabInfo(String _tag, Class<?> _class, Bundle _args) {
106 clss = _class;
  /external/chromium/webkit/glue/
cpp_variant.cc 72 return (this_value->_class == other_value->_class &&
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.mm 101 , _class(0)
167 if (!_class)
168 _class = ObjcClass::classForIsA(_instance->isa);
169 return static_cast<Bindings::Class*>(_class);
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 99 return thisValue->_class == otherValue->_class
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 179 TabInfo(Class<?> _class, Bundle _args) {
180 clss = _class;
  /external/webkit/Source/WebCore/bindings/v8/
npruntime.cpp 274 npObject->_class = npClass;
309 if (npObject->_class->deallocate)
310 npObject->_class->deallocate(npObject);
V8NPUtils.cpp 100 if (obj->_class == npScriptObjectClass)
  /external/webkit/Source/WebCore/bridge/c/
c_utility.cpp 135 if (obj->_class == NPScriptObjectClass)
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaNPObjectV8.cpp 86 if (obj->_class == &JavaNPObjectClass)
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 176 newInstance->header._class = theClass;
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 31 (self._class, self._method) = test.id().rsplit(".", 1)
62 "class": self._class,
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 207 if (!object || (object->_class != npScriptObjectClass))
225 if (!object || (object->_class != npScriptObjectClass))
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 59 TabInfo(String _tag, Class<?> _class, Bundle _args) {
61 clss = _class;
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 67 TabInfo(String _tag, Class<?> _class, Bundle _args) {
69 clss = _class;
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 300 TabInfo(Class<?> _class, int position) {
301 clss = _class;
  /external/webkit/Source/WebCore/bridge/
npruntime.h 324 NPClass *_class; member in struct:NPObject
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp 67 return npObject->_class == npClass();
  /external/libxml2/
trionan.c 622 * AIX has class() for C, and _class() for C++, which returns the
627 # define TRIO_FPCLASSIFY(n) _class(n)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.cpp 68 return npObject->_class == npClass();
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 431 Pair _class = { lineStart, m_braceLevel };
432 m_classes.push_back(_class);
    [all...]
  /external/dropbear/libtommath/
bn.tex 169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
175 You will also note that the header tommath\_class.h is actually recursively included (it includes itself twice).
    [all...]

Completed in 809 milliseconds

12 3