Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 86) 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/chromium_org/chromeos/test/data/network/
Dshill_ethernet_with_ipconfig.json7 "Method":"ipv4", string
18 "Method":"ipv6", string
/external/proguard/src/proguard/classfile/
DMethod.java30 public interface Method extends Member interface
/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/content/common/
Dfont_config_ipc_linux.h30 enum Method { enum
/external/chromium_org/net/tools/quic/test_tools/
Dhttp_message.h28 enum Method { enum
48 typedef HttpConstants::Method Method; typedef
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethod.java47 public interface Method extends MethodReference { interface
/external/clang/test/CodeGenCXX/
D2004-03-08-ReinterpretCastCopy.cpp9 virtual void Method() { } in Method() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp151 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
228 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
288 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
658 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
774 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
981 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1009 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1039 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1140 ObjCMethodDecl *Method, in getMessageSendResultType()
1252 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
[all …]
DSemaDeclObjC.cpp844 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
1579 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
2213 void Sema::addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method) { in addMethodToGlobalList()
2274 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
2402 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
2407 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
2417 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
2566 ObjCMethodDecl *Method = in ActOnAtEnd() local
2759 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
2800 ObjCMethodDecl *Method; member in __anon281e6bc40211::OverrideSearch
[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/third_party/WebKit/Source/devtools/front_end/documentation/
DJSArticle.js62 WebInspector.JSArticle.Method = function(returnValueName, returnValueDescription) class in WebInspector.JSArticle
/external/chromium_org/tools/telemetry/telemetry/core/
Dutil_unittest.py27 def Method(self): member in TestWait.testCallable.Test
/external/clang/lib/AST/
DExprClassification.cpp347 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
495 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
/external/clang/test/SemaCXX/
Dvtable-instantiation.cc58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DScanning.pxd5 cdef class Method: class
/external/chromium_org/ppapi/shared_impl/
Dproxy_lock_unittest.cc37 void Method() { ++called_num; } in Method() function in ppapi::__anone23386df0111::CheckLockStateInDestructor
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormSubmission.h48 enum Method { GetMethod, PostMethod, DialogMethod }; enum
/external/clang/test/Index/
Dcomplete-objc-message.m87 - (int)Method; method
108 + (int)Method; class
/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/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/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h58 const CCompressionMethodMode *Method; member
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dgenerate_injected_script_externs.py133 class Method: class
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h36 UString Method; member

1234