Searched defs:Methods (Results 1 - 9 of 9) 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
425 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
433 <table id="promethods" class="jd-sumtable"><tr><th colspan="12">Protected Methods</th></tr>
444 <div style="clear:left;">Inherited Methods</div></th></tr>
556 <h5 class="jd-tagtitle">Related Methods</h5>
621 <h2>Public Methods</h2>
628 <h2>Protected Methods</h2>
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js54 Object.extend(klass, Class.Methods);
77 Class.Methods = {
1577 Element.Methods = {
2161 Element.Methods.identify.counter = 1;
2163 Object.extend(Element.Methods, {
2164 getElementsBySelector: Element.Methods.select,
2165 childElements: Element.Methods.immediateDescendants
2179 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
2213 Element.Methods
[all...]
/external/clang/tools/libclang/
H A DCIndexHigh.cpp23 SmallVectorImpl<Decl *> &Methods) {
33 Methods.push_back(D->getCanonicalDecl());
39 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods);
21 getTopOverriddenMethods(CXTranslationUnit TU, Decl *D, SmallVectorImpl<Decl *> &Methods) argument
H A DCXCursor.cpp800 SmallVectorImpl<CXCursor> &Methods,
818 Methods.push_back(MakeCXCursor(Overridden, TU));
825 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
835 Methods.push_back(MakeCXCursor(Overridden, TU));
843 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
850 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
854 CollectOverriddenMethodsRecurse(TU, Category, Method, Methods,
858 return CollectOverriddenMethodsRecurse(TU, Super, Method, Methods,
866 SmallVectorImpl<CXCursor> &Methods) {
867 CollectOverriddenMethodsRecurse(TU, Container, Method, Methods,
797 CollectOverriddenMethodsRecurse(CXTranslationUnit TU, ObjCContainerDecl *Container, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods, bool MovedToSuper) argument
863 CollectOverriddenMethods(CXTranslationUnit TU, ObjCContainerDecl *Container, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
911 collectOnCategoriesAfterLocation(SourceLocation Loc, ObjCInterfaceDecl *Class, CXTranslationUnit TU, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
936 collectOverriddenMethodsFast(CXTranslationUnit TU, ObjCMethodDecl *Method, SmallVectorImpl<CXCursor> &Methods) argument
[all...]
/external/clang/lib/AST/
H A DVTableBuilder.cpp175 const OverridingMethods& Methods = I->second; local
177 for (OverridingMethods::const_iterator I = Methods.begin(),
178 E = Methods.end(); I != E; ++I) {
601 /// Methods for iterating over the components.
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp379 llvm::Constant *Methods,
1337 std::vector<llvm::Constant*> Methods; local
1352 Methods.push_back(llvm::ConstantStruct::get(ObjCMethodTy, Elements));
1357 Methods.size());
1359 Methods);
1370 Methods.clear();
1371 Methods.push_back(llvm::ConstantPointerNull::get(
1373 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size()));
1374 Methods.push_back(MethodArray);
1377 return MakeGlobal(ObjCMethodListTy, Methods, "
1421 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
1519 std::vector<llvm::Constant*> Methods; local
[all...]
H A DCGObjCMac.cpp1016 ArrayRef<llvm::Constant*> Methods);
1026 ArrayRef<llvm::Constant*> Methods);
1041 ArrayRef<llvm::Constant*> Methods);
1225 ArrayRef<llvm::Constant*> Methods);
2243 ArrayRef<llvm::Constant*> Methods) {
2245 if (Methods.empty())
2249 Values[0] = llvm::ConstantInt::get(ObjCTypes.IntTy, Methods.size());
2251 Methods.size());
2252 Values[1] = llvm::ConstantArray::get(AT, Methods);
2472 ArrayRef<llvm::Constant*> Methods) {
2242 EmitMethodDescList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
2470 EmitMetaClass(const ObjCImplementationDecl *ID, llvm::Constant *Protocols, ArrayRef<llvm::Constant*> Methods) argument
2704 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
4991 std::vector<llvm::Constant*> Methods; local
5291 std::vector<llvm::Constant*> Methods; local
5385 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp2292 data_type_ref Methods) {
2296 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2300 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2322 data_type_ref Methods, unsigned DataLen) {
2324 clang::io::Emit32(Out, Methods.ID);
2326 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2332 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2339 for (const ObjCMethodList *Method = &Methods.Instance; Method;
2343 for (const ObjCMethodList *Method = &Methods.Factory; Method;
2291 EmitKeyDataLength(raw_ostream& Out, Selector Sel, data_type_ref Methods) argument
2321 EmitData(raw_ostream& Out, key_type_ref, data_type_ref Methods, unsigned DataLen) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6255 ArrayRef<ObjCMethodDecl *> Methods,
6259 if (Methods.size() > 0) {
6261 Write_method_list_t_TypeDecl(Result, Methods.size());
6266 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n";
6267 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6268 ObjCMethodDecl *MD = Methods[i];
6633 ArrayRef<ObjCMethodDecl *> Methods,
6636 if (Methods.size() == 0)
6643 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6644 ObjCMethodDecl *MD = Methods[
6253 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6631 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
[all...]

Completed in 5643 milliseconds