HomeSort by relevance Sort by last modified time
    Searched defs:Methods (Results 1 - 13 of 13) sorted by null

  /build/tools/droiddoc/templates-ds/
class.cs 20 <?cs if:subcount(cl.methods) ?>
78 <?cs if:subcount(class.methods.public) ?>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
82 <?cs if:subcount(class.methods.protected) ?>
83 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
180 <?cs def:write_method_summary(methods, included) ?>
182 <?cs each:method = methods ?>
241 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
282 || subcount(class.methods.public
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 20 <?cs if:subcount(cl.methods) ?>
78 <?cs if:subcount(class.methods.public) ?>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
82 <?cs if:subcount(class.methods.protected) ?>
83 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
180 <?cs def:write_method_summary(methods, included) ?>
182 <?cs each:method = methods ?>
241 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
282 || subcount(class.methods.public
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 20 <?cs if:subcount(cl.methods) ?>
78 <?cs if:subcount(class.methods.public) ?>
79 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
82 <?cs if:subcount(class.methods.protected) ?>
83 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
180 <?cs def:write_method_summary(methods, included) ?>
182 <?cs each:method = methods ?>
241 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
282 || subcount(class.methods.public
    [all...]
  /external/doclava/res/assets/templates/
class.cs 14 <?cs if:subcount(cl.methods) ?>
72 <?cs if:subcount(class.methods.public) ?>
73 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
76 <?cs if:subcount(class.methods.protected) ?>
77 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
170 <?cs def:write_method_summary(methods, included) ?>
172 <?cs each:method = methods ?>
231 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
272 || subcount(class.methods.public
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.h 58 typedef std::map<nacl::string, MethodInfo*> Methods;
59 Methods methods_;
  /external/lzma/CPP/7zip/Common/
MethodProps.h 26 CObjectVector<CMethod> Methods;
36 bool IsEmpty() const { return Methods.IsEmpty() ; }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 54 Object.extend(klass, Class.Methods);
77 Class.Methods = {
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 32 CObjectVector<CMethodFull> Methods;
40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 45 // This castAs is safe: methods that don't return an object
370 // Warn on deprecated methods under -Wdeprecated-implementations,
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 175 const OverridingMethods& Methods = I->second;
177 for (OverridingMethods::const_iterator I = Methods.begin(),
178 E = Methods.end(); I != E; ++I) {
438 /// Offsets - Keeps track of methods and their offsets.
473 // relationship between the two methods.
494 // The methods must have the same name.
594 /// Methods for iterating over the components.
856 /// MethodInfoMap - The information for all methods in the vtable we're
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 124 /// Objective-C methods. Due to differences between variadic / non-variadic
137 /// call Objective-C methods.
412 /// a class defined in the runtime, declaring no methods, but adopting the
425 llvm::Constant *Methods,
433 /// and optional methods.
    [all...]
CGObjCMac.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 511 milliseconds