Home
last modified time | relevance | path

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

12345

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dinterface.h20 struct Method { struct
21 enum class Kind {
27 Method(const std::string& name_in, in Method() argument
33 Method(const std::string& name_in, in Method() argument
37 explicit Method(const std::string& name_in) : name(name_in) {} in Method() argument
38 std::string name;
39 std::vector<Argument> input_arguments;
40 std::vector<Argument> output_arguments;
41 std::string doc_string;
/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/clang/lib/AST/
DExprObjC.cpp21 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral()
40 QualType T, ObjCMethodDecl *Method, in Create()
140 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
161 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
178 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
222 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
241 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
260 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
DExprClassification.cpp354 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
506 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
/external/webrtc/talk/app/webrtc/
Dproxy.h138 typedef R (C::*Method)(); typedef
158 typedef R (C::*Method)() const; typedef
178 typedef R (C::*Method)(T1 a1); typedef
199 typedef R (C::*Method)(T1 a1) const; typedef
220 typedef R (C::*Method)(T1 a1, T2 a2); typedef
242 typedef R (C::*Method)(T1 a1, T2 a2, T3 a3); typedef
267 typedef R (C::*Method)(T1 a1, T2 a2, T3 a3, T4 a4); typedef
293 typedef R (C::*Method)(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5); typedef
/external/clang/lib/Sema/
DSemaExprObjC.cpp151 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
285 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local
345 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local
783 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local
890 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local
1104 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1132 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1162 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local
1280 ObjCMethodDecl *Method, in getBaseMessageSendResultType()
1344 ObjCMethodDecl *Method, in getMessageSendResultType()
[all …]
DSemaDeclObjC.cpp1661 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2465 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3151 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3225 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3384 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3391 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3403 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
3570 ObjCMethodDecl *Method = in ActOnAtEnd() local
3763 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
3804 ObjCMethodDecl *Method; member in __anon34bbd8ed0711::OverrideSearch
[all …]
DSemaCodeComplete.cpp190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local
664 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local
752 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local
994 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local
1789 else if (ObjCMethodDecl *Method in AddOrdinaryNameResults() local
2002 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local
2074 else if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) { in AddResultTypeChunk() local
2776 if (const ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(ND)) { in CreateCodeCompletionString() local
3209 CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(CurContext); in MaybeAddOverrideCalls() local
4149 else if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(CurContext)) in CodeCompleteReturn() local
[all …]
/external/proguard/src/proguard/classfile/
DMethod.java30 public interface Method extends Member interface
/external/gmock/include/gmock/
Dgmock-generated-function-mockers.h349 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
353 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument
372 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument
391 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument
412 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument
437 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument
464 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument
493 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument
524 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument
557 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument
[all …]
/external/google-breakpad/src/testing/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/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethod.java47 public interface Method extends MethodReference, Member { interface
/external/libweave/include/weave/provider/
Dhttp_client.h68 enum class Method { enum
/external/clang/test/CodeGenCXX/
D2004-03-08-ReinterpretCastCopy.cpp9 virtual void Method() { } in Method() function
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp6.cpp23 void Method(const T& x) { h(x); } in Method() function
/external/v8/test/mjsunit/es6/
Dclass-property-name-eval-arguments.js8 (function Method() { class
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp628 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local
661 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod()
698 const ObjCMethodDecl *Method = in checkPreObjCMessage() local
804 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dutil_unittest.py35 def Method(self): member in TestWait.testCallable.Test
/external/opencv3/samples/gpu/
Dbgfg_segm.cpp15 enum Method enum
/external/clang/test/SemaCXX/
Dvtable-instantiation.cpp58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method() function
/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/test/Index/
Dcomplete-objc-message.m87 - (int)Method; method
108 + (int)Method; class
/external/caliper/examples/src/main/java/examples/
DDoubleToStringBenchmark.java28 public enum Method { enum in DoubleToStringBenchmark
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java203 Map<Method, AssistedConstructor<?>> factoryMethodToConstructor) { in FactoryProvider()
/external/guice/core/src/com/google/inject/internal/
DProxyFactory.java251 ImmutableMap<Method, List<MethodInterceptor>> methodInterceptors) { in ProxyConstructor()

12345