HomeSort by relevance Sort by last modified time
    Searched refs:Methods (Results 26 - 50 of 58) sorted by null

12 3

  /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 23 <?cs if:subcount(cl.methods) ?>
81 <?cs if:subcount(class.methods.public) ?>
82 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
85 <?cs if:subcount(class.methods.protected) ?>
86 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
184 <?cs def:write_method_summary(methods, included) ?>
186 <?cs each:method = methods ?>
254 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
301 || subcount(class.methods.public
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
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/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 77 {# Methods #}
78 {% from 'methods.cpp' import generate_method, overload_resolution_method,
82 {% for method in methods %}
92 {# A single callback is generated for overloaded methods #}
112 {# Special operations (methods) #}
152 {% for method in methods if method.is_implemented_in_private_script %}
interface.cpp 215 {% from 'methods.cpp' import union_type_method_call_and_set_return_value %}
493 {% from 'methods.cpp' import generate_constructor with context %}
716 {% from 'methods.cpp' import method_configuration with context %}
719 static const V8DOMConfiguration::MethodConfiguration {{v8_class}}Methods[] = {
    [all...]
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 25 #region Protected Methods
40 #region Private Methods
312 #region Private Methods
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 43 | Methods defined here:
121 <td width="100%%">Methods defined here:<br>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 43 | Methods defined here:
121 <td width="100%%">Methods defined here:<br>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 367 #region Helper Methods
ITreeNodeStreamFixture.cs 630 #region Helper Methods
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 63 // headerMethod.Methods.Add(methodMode.Methods.Back());
140 methodMode.Methods.Add(methodFull);
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 629 TEST_F(ParseServiceTest, Methods) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 225 # Methods to make SymbolTable behave like a dictionary of Symbols.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 62 { Methods }
340 { Methods }
456 { Methods }
550 { Methods }
675 /// really just factory methods; all the work is done by BaseTreeAdaptor.
719 { Methods }
777 { Methods }
    [all...]
Antlr.Runtime.Tools.pas 123 { Methods }
140 { Methods }
193 { Methods }
Antlr.Runtime.Collections.pas 58 { Methods }
Antlr.Runtime.pas 66 { Methods }
195 { Methods }
294 { Methods }
320 { Methods }
395 { Methods }
418 { Methods }
439 { Methods }
590 /// The goal of all lexer rules/methods is to create a token object.
640 { Methods }
701 { Methods }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtmv2.h 218 RTM_ENTITY_EXPORT_METHOD Methods[1];
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 181 const OverridingMethods& Methods = I->second;
183 for (OverridingMethods::const_iterator I = Methods.begin(),
184 E = Methods.end(); I != E; ++I) {
411 for (const auto *MD : RD->methods()) {
446 /// Offsets - Keeps track of methods and their offsets.
481 // relationship between the two methods.
502 // The methods must have the same name.
602 /// Methods for iterating over the components.
695 for (const auto *MD : RD->methods()) {
857 /// MethodInfoMap - The information for all methods in the vtable we'r
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 19 * Methods in this package should be given special treatment by the compiler
  /external/clang/include/clang/AST/
DeclObjC.h 94 /// ObjC methods can be declared within 4 contexts: class interfaces,
100 /// Setter/getter instance methods:
111 /// the above methods are setMenu:, menu, replaceSubview:with:, and defaultMenu.
433 /// \brief Return overridden methods for the given \p Method.
536 // Iterator access to instance/class methods.
541 method_range methods() const { function in class:clang::ObjCContainerDecl
646 /// // no instance variables or methods.
726 /// the properties/methods. For example, this will be the '>', '}', or
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 344 const PCMETHOD_ITEM* Methods;
    [all...]

Completed in 1648 milliseconds

12 3