Searched defs:Method (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/bridge/
H A DBridge.h37 class Method { class in namespace:JSC::Bindings
38 WTF_MAKE_NONCOPYABLE(Method); WTF_MAKE_FAST_ALLOCATED;
40 Method() { } function in class:JSC::Bindings::Method
43 virtual ~Method() { }
/external/proguard/src/proguard/classfile/
H A DMethod.java30 public interface Method extends Member interface in inherits:Member
/external/clang/include/clang/Sema/
H A DObjCMethodList.h23 ObjCMethodDecl *Method; member in struct:clang::ObjCMethodList
27 Method = 0;
31 Method = M;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java19 * $Id: Method.java 468654 2006-10-28 07:09:23Z minchau $
44 public final class Method class
49 private Method() { method in class:Method
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp22 void Method(const T& x) { h(x); } function in struct:Hash_map
/external/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp4 virtual void Method() = 0;
8 virtual void Method() { } function in struct:B
16 fn_type_a f = reinterpret_cast<fn_type_a>(&B::Method);
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cc58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} function in struct:PR10020::GMG
66 GMG<int>::Method(); // expected-note{{in instantiation of}}
/external/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h45 typedef void (T::*Method)(); typedef in class:WebCore::FileThreadTask0
48 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method method)
54 FileThreadTask0(T* instance, Method method)
66 Method m_method;
72 typedef void (T::*Method)(MP1); typedef in class:WebCore::FileThreadTask1
76 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
82 FileThreadTask1(T* instance, Method method, Param1 parameter1)
95 Method m_method;
102 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::FileThreadTask2
107 static PassOwnPtr<FileThreadTaskImpl> create(T* instance, Method metho
135 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::FileThreadTask3
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThreadTask.h38 typedef void (T::*Method)(); typedef in class:WebCore::MainThreadTask0
41 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method method)
47 MainThreadTask0(T* instance, Method method)
59 Method m_method;
65 typedef void (T::*Method)(MP1); typedef in class:WebCore::MainThreadTask1
69 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
75 MainThreadTask1(T* instance, Method method, Param1 parameter1)
88 Method m_method;
95 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::MainThreadTask2
100 static PassOwnPtr<MainThreadTaskImpl> create(T* instance, Method metho
128 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::MainThreadTask3
[all...]
H A DCCThreadTask.h38 typedef void (T::*Method)(); typedef in class:WebCore::CCThreadTask0
41 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method method)
47 CCThreadTask0(T* instance, Method method)
59 Method m_method;
65 typedef void (T::*Method)(MP1); typedef in class:WebCore::CCThreadTask1
69 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method method, Param1 parameter1)
75 CCThreadTask1(T* instance, Method method, Param1 parameter1)
88 Method m_method;
95 typedef void (T::*Method)(MP1, MP2); typedef in class:WebCore::CCThreadTask2
100 static PassOwnPtr<CCThreadTaskImpl> create(T* instance, Method metho
128 typedef void (T::*Method)(MP1, MP2, MP3); typedef in class:WebCore::CCThreadTask3
165 typedef void (T::*Method)(MP1, MP2, MP3, MP4); typedef in class:WebCore::CCThreadTask4
[all...]
/external/clang/include/clang/AST/
H A DCXXInheritance.h236 UniqueVirtualMethod() : Method(0), Subobject(0), InVirtualSubobject(0) { }
238 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, argument
240 : Method(Method), Subobject(Subobject),
244 CXXMethodDecl *Method; member in struct:clang::UniqueVirtualMethod
257 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java55 public static class Method { class in class:MemberResolver
60 public Method(CtClass c, MethodInfo i, int n) { method in class:MemberResolver.Method
75 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current,
81 Method maybe = null;
88 Method r = new Method(clazz, current, res);
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
104 private Method lookupMethod(CtClass clazz, String methodName,
109 Method maybe = null;
122 Method
[all...]
/external/webkit/Source/WebCore/dom/
H A DCrossThreadTask.h63 typedef void (*Method)(ScriptExecutionContext*, MP1); typedef in class:WebCore::CrossThreadTask1
67 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1)
73 CrossThreadTask1(Method method, Param1 parameter1)
85 Method m_method;
92 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2); typedef in class:WebCore::CrossThreadTask2
97 static PassOwnPtr<CrossThreadTask> create(Method method, Param1 parameter1, Param2 parameter2)
103 CrossThreadTask2(Method method, Param1 parameter1, Param2 parameter2)
116 Method m_method;
124 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3); typedef in class:WebCore::CrossThreadTask3
130 static PassOwnPtr<CrossThreadTask> create(Method metho
159 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4); typedef in class:WebCore::CrossThreadTask4
197 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5); typedef in class:WebCore::CrossThreadTask5
238 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6); typedef in class:WebCore::CrossThreadTask6
282 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7); typedef in class:WebCore::CrossThreadTask7
329 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5, MP6, MP7, MP8); typedef in class:WebCore::CrossThreadTask8
[all...]
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.h48 enum Method { GetMethod, PostMethod }; enum in class:WebCore::FormSubmission
60 Method method() const { return m_method; }
79 Method m_method;
94 Method method() const { return m_method; }
111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>);
114 Method m_method;
/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc165 #define Method MethodW macro
170 virtual int Method() = 0;
176 MOCK_METHOD0(Method, int());
185 ON_CALL(cc, Method());
192 ON_CALL(cc, Method()).WillByDefault(Return(42));
193 EXPECT_EQ(42, cc.Method());
199 EXPECT_CALL(cc, Method());
200 cc.Method();
206 EXPECT_CALL(cc, Method()).WillOnce(Return(42));
207 EXPECT_EQ(42, cc.Method());
210 #undef Method macro
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1077 unsigned Method = llvm::StringSwitch<unsigned>(Name) local
1082 if (Method == ~0U)
1085 Opts.ObjCDispatchMethod = Method;
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc90 enum Method { enum in class:__anon1538::ParsingContext
193 void set_method(Method method) { method_ = method; }
194 Method method() { return method_; }
196 void set_suggestion_method(Method method) { suggestion_method_ = method; }
197 Method suggestion_method() { return suggestion_method_; }
244 Method method_;
245 Method suggestion_method_;
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py398 class Method(Function): class in inherits:Function
1099 return Method(indices.start, indices.end, name.name, in_class,
/external/clang/lib/AST/
H A DDeclObjC.cpp327 ObjCMethodDecl *Method = 0; local
329 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
332 if (!Method && getSuperClass())
334 return Method;
H A DDeclCXX.cpp27 // Decl Allocation/Deallocation Method Implementations
357 const CXXMethodDecl* Method = dyn_cast<CXXMethodDecl>(*Op); local
358 if (!Method || Method->isStatic() || Method->getPrimaryTemplate())
362 = Method->getType()->getAs<FunctionProtoType>();
388 Found.push_back(std::make_pair(const_cast<CXXMethodDecl *>(Method), Quals));
418 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
419 if (Method->isVirtual()) {
484 } else if (CXXMethodDecl *Method
[all...]
H A DVTableBuilder.cpp60 /// Method - The method decl of the overrider.
61 const CXXMethodDecl *Method; member in struct:__anon2769::FinalOverriders::OverriderInfo
66 OverriderInfo() : Method(0), Offset(CharUnits::Zero()) { }
187 const UniqueVirtualMethod &Method = I->second.front(); local
189 const CXXRecordDecl *OverriderRD = Method.Method->getParent();
191 std::make_pair(OverriderRD, Method.Subobject))
195 Method.Subobject)];
198 assert(!Overrider.Method && "Overrider should not exist yet!");
201 Overrider.Method
[all...]
/external/clang/tools/libclang/
H A DCXCursor.cpp743 ObjCMethodDecl *Method,
752 Method, Methods);
759 if (ObjCMethodDecl *Overridden = Container->getMethod(Method->getSelector(),
760 Method->isInstanceMethod()))
761 if (Method != Overridden) {
772 CollectOverriddenMethods(TU, *P, Method, Methods);
779 CollectOverriddenMethods(TU, *P, Method, Methods);
786 CollectOverriddenMethods(TU, *P, Method, Methods);
790 CollectOverriddenMethods(TU, Category, Method, Methods);
795 return CollectOverriddenMethods(TU, Super, Method, Method
741 CollectOverriddenMethods(CXTranslationUnit TU, DeclContext *Ctx, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
819 ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(D); local
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp176 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, local
178 if (!Method)
179 Method = LookupFactoryMethodInGlobalPool(Sel,
181 if (!Method)
184 if (!Method ||
185 Method->getImplementationControl() != ObjCMethodDecl::Optional) {
284 ObjCMethodDecl *Method,
286 assert(Method && "Must have a method");
287 if (!Method->hasRelatedResultType())
288 return Method
283 getMessageSendResultType(QualType ReceiverType, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage) argument
328 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); local
349 CheckMessageArgumentTypes(QualType ReceiverType, Expr **Args, unsigned NumArgs, Selector Sel, ObjCMethodDecl *Method, bool isClassMessage, bool isSuperMessage, SourceLocation lbrac, SourceLocation rbrac, QualType &ReturnType, ExprValueKind &VK) argument
488 ObjCMethodDecl *Method = 0; local
516 ObjCMethodDecl *Method = 0; local
975 ObjCMethodDecl *Method = tryCaptureObjCSelf(); local
1049 BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn) argument
1201 BuildInstanceMessage(Expr *Receiver, QualType ReceiverType, SourceLocation SuperLoc, Selector Sel, ObjCMethodDecl *Method, SourceLocation LBracLoc, ArrayRef<SourceLocation> SelectorLocs, SourceLocation RBracLoc, MultiExprArg ArgsIn) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp1410 CXXMethodDecl *Method = 0; local
1416 Method = CXXConstructorDecl::Create(SemaRef.Context, Record,
1422 Method = CXXDestructorDecl::Create(SemaRef.Context, Record,
1427 Method = CXXConversionDecl::Create(SemaRef.Context, Record,
1434 Method = CXXMethodDecl::Create(SemaRef.Context, Record,
1443 Method->setQualifierInfo(QualifierLoc);
1460 Method->getLocation(),
1461 Method->getDeclName(),
1462 TemplateParams, Method);
1468 Method
[all...]
/external/clang/include/clang/Parse/
H A DParser.h830 : Self(P), Method(M), TemplateScope(false) { }
836 /// Method - The method declaration.
837 Decl *Method; member in struct:clang::Parser::LateParsedMethodDeclaration
898 /// LateParsedDeclarations - Method declarations, inline definitions and

Completed in 4882 milliseconds

12