/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Method.java | 44 public final class Method class 49 private Method() { in Method() method in Method
|
/external/proguard/src/proguard/classfile/ |
D | Method.java | 30 public interface Method extends Member interface
|
/external/chromium_org/content/common/ |
D | font_config_ipc_linux.h | 30 enum Method { enum
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | proxy.h | 99 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/ |
D | http_message_test_utils.h | 28 enum Method { enum 48 typedef HttpConstants::Method Method; typedef
|
/external/clang/test/CodeGenCXX/ |
D | 2004-03-08-ReinterpretCastCopy.cpp | 8 virtual void Method() { } in Method() function
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | util_unittest.py | 23 def Method(self): member in TestWait.testCallable.Test
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 147 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 …]
|
D | SemaCodeComplete.cpp | 190 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/ |
D | ObjCMethodList.h | 25 ObjCMethodDecl *Method; member
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p6.cpp | 23 void Method(const T& x) { h(x); } in Method() function
|
/external/chromium_org/chrome_frame/ |
D | test_utils.h | 103 typedef HRESULT (T::*Method)(const VARIANT* param); typedef
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h | 343 #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/ |
D | ExprClassification.cpp | 348 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 496 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
|
D | Mangle.cpp | 93 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(DC)) { in mangleBlock() local
|
/external/clang/test/SemaCXX/ |
D | vtable-instantiation.cc | 58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | proxy_lock_unittest.cc | 37 void Method() { in Method() function in ppapi::__anona51a93920111::CheckLockStateInDestructor
|
/external/clang/test/Index/ |
D | complete-objc-message.m | 87 - (int)Method; method 108 + (int)Method; class
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FormSubmission.h | 51 enum Method { GetMethod, PostMethod, DialogMethod }; enum
|
/external/chromium_org/base/android/jni_generator/ |
D | sample_for_tests.cc | 33 jint CPPClass::Method(JNIEnv* env, jobject obj) { in Method() function in base::android::CPPClass
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberResolver.java | 55 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/ |
D | ModuleBuilder.cpp | 89 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(*M)) in HandleTagDeclDefinition() local
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.h | 58 const CCompressionMethodMode *Method; member
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 36 UString Method; member
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 243 CXXMethodDecl *Method; member
|