Searched defs:Methods (Results 1 - 19 of 19) sorted by relevance

/external/doclava/res/assets/templates/
H A Dclass.cs73 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
77 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a> external variable declarations
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a> external variable declarations
428 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
436 <table id="promethods" class="jd-sumtable"><tr><th colspan="12">Protected Methods</th></tr>
447 <div style="clear:left;">Inherited Methods</div></th></tr>
559 <h5 class="jd-tagtitle">Related Methods</h5>
624 <h2>Public Methods</h2>
631 <h2>Protected Methods</h2>
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h31 CObjectVector<CMethodFull> Methods; member in struct:NArchive::N7z::CCompressionMethodMode
39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h89 UStringVector Methods; member in struct:CHashOptions
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc286 static PyMethodDef Methods[] = { member in namespace:google::protobuf::python::extension_dict
325 extension_dict::Methods, // tp_methods
H A Ddescriptor.cc209 static PyMethodDef Methods[] = { member in namespace:google::protobuf::python::cdescriptor_pool
253 cdescriptor_pool::Methods, // tp_methods
H A Drepeated_composite_container.cc705 static PyMethodDef Methods[] = { member in namespace:google::protobuf::python::repeated_composite_container
750 repeated_composite_container::Methods, // tp_methods
H A Dmessage.cc2134 static PyMethodDef Methods[] = { member in namespace:google::protobuf::python::cmessage
2187 // Static Methods.
2340 cmessage::Methods, // tp_methods
/external/clang/tools/libclang/
H A DCIndexHigh.cpp25 SmallVectorImpl<const Decl *> &Methods) {
35 Methods.push_back(D->getCanonicalDecl());
41 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods);
23 getTopOverriddenMethods(CXTranslationUnit TU, const Decl *D, SmallVectorImpl<const Decl *> &Methods) argument
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp1414 /** Kind of training method used. See LogisticRegression::Methods. */
1442 enum Methods { enum in class:cv::ml::LogisticRegression
/external/clang/lib/AST/
H A DDeclObjC.cpp491 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const {
504 Methods.push_back(MD);
508 Methods.push_back(MD);
1074 SmallVectorImpl<const ObjCMethodDecl *> &Methods,
1094 Methods.push_back(Overridden);
1099 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1111 Methods.push_back(Overridden);
1117 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1123 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper);
1126 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSupe
1072 CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods, bool MovedToSuper) argument
1134 CollectOverriddenMethods(const ObjCContainerDecl *Container, const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &Methods) argument
[all...]
H A DVTableBuilder.cpp182 const OverridingMethods &Methods = Overrider.second; local
184 for (const auto &M : Methods) {
599 /// Methods for iterating over the components.
/external/clang/lib/Serialization/
H A DASTWriter.cpp2869 data_type_ref Methods) {
2875 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2879 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2903 data_type_ref Methods, unsigned DataLen) {
2907 LE.write<uint32_t>(Methods.ID);
2909 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2915 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2920 unsigned InstanceBits = Methods.Instance.getBits();
2923 Methods.Instance.hasMoreThanOneDecl();
2927 unsigned FactoryBits = Methods
2868 EmitKeyDataLength(raw_ostream& Out, Selector Sel, data_type_ref Methods) argument
2902 EmitData(raw_ostream& Out, key_type_ref, data_type_ref Methods, unsigned DataLen) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp432 llvm::Constant *Methods,
1499 std::vector<llvm::Constant*> Methods; local
1514 Methods.push_back(llvm::ConstantStruct::get(ObjCMethodTy, Elements));
1519 Methods.size());
1521 Methods);
1532 Methods.clear();
1533 Methods.push_back(llvm::ConstantPointerNull::get(
1535 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size()));
1536 Methods.push_back(MethodArray);
1539 return MakeGlobal(ObjCMethodListTy, Methods, CG
1585 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
1684 std::vector<llvm::Constant*> Methods; local
[all...]
H A DCGObjCMac.cpp1114 ArrayRef<llvm::Constant*> Methods);
1124 ArrayRef<llvm::Constant*> Methods);
1139 ArrayRef<llvm::Constant*> Methods);
1319 ArrayRef<llvm::Constant*> Methods);
3005 ArrayRef<llvm::Constant*> Methods) {
3007 if (Methods.empty())
3011 Values[0] = llvm::ConstantInt::get(ObjCTypes.IntTy, Methods.size());
3013 Methods.size());
3014 Values[1] = llvm::ConstantArray::get(AT, Methods);
3302 ArrayRef<llvm::Constant*> Methods) {
3004 EmitMethodDescList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3300 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<llvm::Constant*> Methods) argument
3533 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
5780 std::vector<llvm::Constant*> Methods; local
6121 std::vector<llvm::Constant*> Methods; local
6217 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3265 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) {
3276 Methods.push_back(M->getMethod());
3277 return Methods.size() > 1;
3292 SmallVector<ObjCMethodDecl *, 4> Methods; local
3293 Methods.push_back(BestMethod);
3297 Methods.push_back(M);
3298 if (Methods.size() > 1)
3299 DiagnoseMultipleMethodInGlobalPool(Methods, Sel, R, receiverIdOrClass);
3316 SmallVector<ObjCMethodDecl *, 4> Methods; local
3324 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, argument
3264 CollectMultipleMethodsInGlobalPool( Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) argument
3437 SmallVector<const ObjCMethodDecl *, 8> Methods; local
[all...]
H A DSemaOverload.cpp5805 SmallVector<ObjCMethodDecl*, 4> Methods; local
5806 if (!CollectMultipleMethodsInGlobalPool(Sel, Methods, IsInstance))
5809 for (unsigned b = 0, e = Methods.size(); b < e; b++) {
5811 ObjCMethodDecl *Method = Methods[b];
5873 else if (Match && NumNamedArgs == 0 && Methods.size() > 1) {
5876 for (unsigned b = 0, e = Methods.size(); b < e; b++) {
5877 QualType ReturnT = Methods[b]->getReturnType();
5879 return Methods[b];
6080 assert(Proto && "Methods without a prototype cannot be overloaded");
H A DSemaDeclCXX.cpp4644 // Methods and method templates.
6284 /// Check whether any most overriden method from MD in Methods
6287 const llvm::SmallPtrSetImpl<const CXXMethodDecl *> &Methods) {
6289 return Methods.count(MD->getCanonicalDecl());
6293 if (CheckMostOverridenMethods(*I, Methods))
6346 /// \brief Add the most overriden methods from MD to Methods
6348 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) {
6350 Methods.insert(MD->getCanonicalDecl());
6354 AddMostOverridenMethods(*I, Methods);
6285 CheckMostOverridenMethods( const CXXMethodDecl *MD, const llvm::SmallPtrSetImpl<const CXXMethodDecl *> &Methods) argument
6347 AddMostOverridenMethods(const CXXMethodDecl *MD, llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) argument
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6408 ArrayRef<ObjCMethodDecl *> Methods,
6412 if (Methods.size() > 0) {
6414 Write_method_list_t_TypeDecl(Result, Methods.size());
6419 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n";
6420 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6421 ObjCMethodDecl *MD = Methods[i];
6786 ArrayRef<ObjCMethodDecl *> Methods,
6789 if (Methods.size() == 0)
6796 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6797 ObjCMethodDecl *MD = Methods[
6406 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6784 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 597 milliseconds