Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 80) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DMethod.java44 public final class Method class
49 private Method() { in Method() method in Method
/external/proguard/src/proguard/classfile/
DMethod.java30 public interface Method extends Member interface
/external/chromium_org/content/common/
Dfont_config_ipc_linux.h30 enum Method { enum
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dproxy.h99 typedef R (C::*Method)(); typedef
119 typedef R (C::*Method)() const; typedef
139 typedef R (C::*Method)(T1 a1); typedef
160 typedef R (C::*Method)(T1 a1) const; typedef
181 typedef R (C::*Method)(T1 a1, T2 a2); typedef
203 typedef R (C::*Method)(T1 a1, T2 a2, T3 a3); typedef
/external/chromium_org/net/tools/quic/test_tools/
Dhttp_message_test_utils.h28 enum Method { enum
48 typedef HttpConstants::Method Method; typedef
/external/clang/test/CodeGenCXX/
D2004-03-08-ReinterpretCastCopy.cpp8 virtual void Method() { } in Method() function
/external/chromium_org/tools/telemetry/telemetry/core/
Dutil_unittest.py23 def Method(self): member in TestWait.testCallable.Test
/external/clang/lib/Sema/
DSemaExprObjC.cpp147 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
224 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
285 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
640 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
757 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
966 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1064 ObjCMethodDecl *Method, in getMessageSendResultType()
1175 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
1200 ObjCMethodDecl *Method, in CheckMessageArgumentTypes()
1453 ObjCMethodDecl *Method = ME->getMethodDecl(); in DiagnoseARCUseOfWeakReceiver() local
[all …]
DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
666 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
755 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local
995 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local
1785 else if (ObjCMethodDecl *Method in AddOrdinaryNameResults() local
1998 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local
2069 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in AddResultTypeChunk() local
2728 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) { in CreateCodeCompletionString() local
3103 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local
3984 else if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(CurContext)) in CodeCompleteReturn() local
[all …]
/external/clang/include/clang/Sema/
DObjCMethodList.h25 ObjCMethodDecl *Method; member
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp6.cpp23 void Method(const T& x) { h(x); } in Method() function
/external/chromium_org/chrome_frame/
Dtest_utils.h103 typedef HRESULT (T::*Method)(const VARIANT* param); typedef
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h343 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ argument
363 #define GMOCK_METHOD1_(tn, constness, ct, Method, F) \ argument
379 #define GMOCK_METHOD2_(tn, constness, ct, Method, F) \ argument
397 #define GMOCK_METHOD3_(tn, constness, ct, Method, F) \ argument
419 #define GMOCK_METHOD4_(tn, constness, ct, Method, F) \ argument
443 #define GMOCK_METHOD5_(tn, constness, ct, Method, F) \ argument
469 #define GMOCK_METHOD6_(tn, constness, ct, Method, F) \ argument
497 #define GMOCK_METHOD7_(tn, constness, ct, Method, F) \ argument
527 #define GMOCK_METHOD8_(tn, constness, ct, Method, F) \ argument
[all …]
/external/clang/lib/AST/
DExprClassification.cpp348 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
496 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
DMangle.cpp93 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) { in mangleBlock() local
/external/clang/test/SemaCXX/
Dvtable-instantiation.cc58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
/external/chromium_org/ppapi/shared_impl/
Dproxy_lock_unittest.cc37 void Method() { in Method() function in ppapi::__anona51a93920111::CheckLockStateInDestructor
/external/clang/test/Index/
Dcomplete-objc-message.m87 - (int)Method; method
108 + (int)Method; class
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormSubmission.h51 enum Method { GetMethod, PostMethod, DialogMethod }; enum
/external/chromium_org/base/android/jni_generator/
Dsample_for_tests.cc33 jint CPPClass::Method(JNIEnv* env, jobject obj) { in Method() function in base::android::CPPClass
/external/javassist/src/main/javassist/compiler/
DMemberResolver.java55 public static class Method { class in MemberResolver
60 public Method(CtClass c, MethodInfo i, int n) { in Method() method in MemberResolver.Method
/external/clang/lib/CodeGen/
DModuleBuilder.cpp89 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(*M)) in HandleTagDeclDefinition() local
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h58 const CCompressionMethodMode *Method; member
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h36 UString Method; member
/external/clang/include/clang/AST/
DCXXInheritance.h243 CXXMethodDecl *Method; member

1234