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

12 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional 130 template<typename _Res, typename _Class, typename... _ArgTypes>
131 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)>
137 template<typename _Res, typename _Class, typename... _ArgTypes>
138 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) const>
144 template<typename _Res, typename _Class, typename... _ArgTypes>
145 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile>
151 template<typename _Res, typename _Class, typename... _ArgTypes>
152 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile>
180 template<typename _Res, typename _Class, typename _T1>
181 struct _Result_of_impl<false, _Res _Class::*(_T1)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional 130 template<typename _Res, typename _Class, typename... _ArgTypes>
131 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)>
137 template<typename _Res, typename _Class, typename... _ArgTypes>
138 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) const>
144 template<typename _Res, typename _Class, typename... _ArgTypes>
145 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile>
151 template<typename _Res, typename _Class, typename... _ArgTypes>
152 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile>
180 template<typename _Res, typename _Class, typename _T1>
181 struct _Result_of_impl<false, _Res _Class::*(_T1)
    [all...]
  /external/chromium_org/content/child/npapi/
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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
functional 66 template<typename _Tp, typename _Class>
67 _Mem_fn<_Tp _Class::*>
68 mem_fn(_Tp _Class::*) noexcept;
142 template<typename _Res, typename _Class, typename... _ArgTypes>
143 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)>
146 template<typename _Res, typename _Class, typename... _ArgTypes>
147 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes......)>
151 template<typename _Res, typename _Class, typename... _ArgTypes>
152 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) const>
155 template<typename _Res, typename _Class, typename... _ArgTypes
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
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/
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/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 82 ASSERT(npObject->_class == &V8NPObjectClass);
165 if (npObject->_class != &V8NPObjectClass)
214 if (npObject->_class->invoke)
215 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result);
280 if (npObject->_class->invokeDefault)
281 return npObject->_class->invokeDefault(npObject, arguments, argumentCount, result);
392 if (npObject->_class->hasProperty && npObject->_class->getProperty) {
393 if (npObject->_class->hasProperty(npObject, propertyName))
394 return npObject->_class->getProperty(npObject, propertyName, result)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional 67 template<typename _Tp, typename _Class>
68 _Mem_fn<_Tp _Class::*>
69 mem_fn(_Tp _Class::*);
143 template<typename _Res, typename _Class, typename... _ArgTypes>
144 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)>
147 template<typename _Res, typename _Class, typename... _ArgTypes>
148 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes......)>
152 template<typename _Res, typename _Class, typename... _ArgTypes>
153 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) const>
156 template<typename _Res, typename _Class, typename... _ArgTypes
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional 67 template<typename _Tp, typename _Class>
68 _Mem_fn<_Tp _Class::*>
69 mem_fn(_Tp _Class::*);
143 template<typename _Res, typename _Class, typename... _ArgTypes>
144 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)>
147 template<typename _Res, typename _Class, typename... _ArgTypes>
148 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes......)>
152 template<typename _Res, typename _Class, typename... _ArgTypes>
153 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) const>
156 template<typename _Res, typename _Class, typename... _ArgTypes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 55 Optional _class and strict are passed to the Parser constructor.
64 Optional _class and strict are passed to the Parser constructor.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 55 Optional _class and strict are passed to the Parser constructor.
64 Optional _class and strict are passed to the Parser constructor.
  /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/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 ();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 104 TabInfo(String _tag, Class<?> _class, Bundle _args) {
106 clss = _class;
  /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;
  /external/chromium/webkit/glue/
cpp_variant.cc 72 return (this_value->_class == other_value->_class &&
  /external/chromium_org/webkit/renderer/
cpp_variant.cc 74 return (this_value->_class == other_value->_class &&
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 171 TabInfo(Class<?> _class, Bundle _args) {
172 clss = _class;
  /packages/apps/Gallery2/src/com/android/photos/
GalleryActivity.java 106 TabInfo(Class<?> _class, Bundle _args) {
107 clss = _class;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
objc.php 340 5 => 'http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/{FNAME}_Class/',
342 7 => 'http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/{FNAME}_Class/',
344 9 => 'http://developer.apple.com/documentation/Cocoa/Reference/CoreDataFramework/Classes/{FNAME}_Class/'

Completed in 1916 milliseconds

12 3 4