HomeSort by relevance Sort by last modified time
    Searched refs:Methods (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.h 26 * @brief Interface for JNI methods that have specific access to
248 VideoEditJava_Method g##m_class##Methods [] =
253 &g##m_class##Methods[0], \
254 (sizeof(g##m_class##Methods) / sizeof(VideoEditJava_Method)), \
258 videoEditJava_init##m_class##Methods( \
285 videoEditJava_init##m_class##Methods( \
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 54 Object.extend(klass, Class.Methods);
77 Class.Methods = {
    [all...]
concat-jquery-mootools-prototype.js 629 // Since version 1.3, DOM methods and functions like alert
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 44 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 111 // protected methods. DO NOT USE
112 #pragma mark Protected Methods
121 #pragma mark General Methods
  /external/clang/tools/libclang/
CXCursor.cpp 796 SmallVectorImpl<CXCursor> &Methods,
801 // In categories look for overriden methods from protocols. A method from
814 Methods.push_back(MakeCXCursor(Overridden, TU));
821 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
831 Methods.push_back(MakeCXCursor(Overridden, TU));
839 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
846 CollectOverriddenMethodsRecurse(TU, *P, Method, Methods, MovedToSuper);
850 CollectOverriddenMethodsRecurse(TU, Category, Method, Methods,
854 return CollectOverriddenMethodsRecurse(TU, Super, Method, Methods,
862 SmallVectorImpl<CXCursor> &Methods) {
    [all...]
CIndexHigh.cpp 23 SmallVectorImpl<Decl *> &Methods) {
33 Methods.push_back(D->getCanonicalDecl());
39 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods);
114 TopMethodsTy methods;
115 getTopOverriddenMethods(TU, D, methods);
117 I = methods.begin(), E = methods.end(); I != E; ++I) {
159 // We are looking for identifiers to highlight so for objc methods (and
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 126 /// Objective-C methods. Due to differences between variadic / non-variadic
139 /// call Objective-C methods.
366 /// a class defined in the runtime, declaring no methods, but adopting the
379 llvm::Constant *Methods,
387 /// and optional methods.
    [all...]
CGObjCMac.cpp 788 /// MethodDefinitions - map of methods which have been defined in
    [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>
176 <?cs def:write_method_summary(methods, included) ?>
178 <?cs each:method = methods ?>
237 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
278 || 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/libvpx/examples/includes/geshi/contrib/
cssgen.php 318 <tr><th>Methods (Foo.bar() etc)</th><td><input type="text" name="methods" value="color: #006600;" /></td></tr>
444 $methods = get_var('methods'); variable
446 if ( $methods != '' )
448 $stylesheet .= "\n$method_selector {{$methods}}";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 367 #region Helper Methods
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 629 TEST_F(ParseServiceTest, Methods) {
    [all...]
  /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 }
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 45 // This castAs is safe: methods that don't return an object
327 // Warn on deprecated methods under -Wdeprecated-implementations,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 174 const OverridingMethods& Methods = I->second;
176 for (OverridingMethods::const_iterator I = Methods.begin(),
177 E = Methods.end(); I != E; ++I) {
444 /// Offsets - Keeps track of methods and their offsets.
479 // relationship between the two methods.
500 // The methods must have the same name.
600 /// Methods for iterating over the components.
861 /// MethodInfoMap - The information for all methods in the vtable we're
    [all...]

Completed in 749 milliseconds

1 2