HomeSort by relevance Sort by last modified time
    Searched full:superclass (Results 376 - 400 of 1078) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 85 // superclass implementation.
91 // and restores the new tab button. Subclasses need to call the superclass
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImport.h 61 // * Both HTMLImportsController and HTMLImportChild are derived from HTMLImport superclass
129 // The superclass of HTMLImportsController and HTMLImportChild
  /external/doclava/src/com/google/doclava/
SinceTagger.java 220 for (ClassInfo superclass : spec.hierarchy()) {
221 if (superclass.allMethods().containsKey(method.getHashableName())) {
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
java.net.DatagramSocketImpl.html 89 <TD VALIGN="TOP">This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.</TD>
96 <TD VALIGN="TOP">This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.</TD>
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 88 super.onPause(); // Always call the superclass method first
138 super.onResume(); // Always call the superclass method first
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteTileView.java 41 * Dialtacts for frequently called contacts. Slightly different behavior from superclass when you
233 // Copy "superclass" implementation
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 855 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setType()\n");
863 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getText()\n");
872 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n");
879 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n");
885 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChild()\n");
892 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChildCount()\n");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 465 assertNull("Object has a superclass???", Object.class.getSuperclass());
466 assertSame("Normal class has bogus superclass", InputStream.class,
468 assertSame("Array class has bogus superclass", Object.class, FileInputStream[].class
470 assertNull("Base class has a superclass", int.class.getSuperclass());
471 assertNull("Interface class has a superclass", Cloneable.class.getSuperclass());
499 assertTrue("returned false for superclass", clazz1.isAssignableFrom(clazz2));
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 449 CtClass superClass = findCommonSuperClass(this.clazz, type.clazz);
452 if (superClass.getSuperclass() == null) {
460 return new Type(superClass);
464 Map commonDeclared = findExclusiveDeclaredInterfaces(type, superClass);
466 return new MultiType(commonDeclared, new Type(superClass));
469 return new Type(superClass);
  /external/proguard/src/proguard/shrink/
UsageMarker.java 100 // Mark the superclass.
139 // Mark the superclass.
140 Clazz superClass = libraryClass.superClass;
141 if (superClass != null)
143 superClass.accept(this);
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 165 * where a subclass dispatching method delegates to its superclass's dispatching method
190 * where a subclass dispatching method delegates to its superclass's dispatching method
252 * where a subclass dispatching method delegates to its superclass's dispatching method
315 * where a subclass dispatching method delegates to its superclass's dispatching method
456 * where a subclass dispatching method delegates to its superclass's dispatching method
517 * where a subclass dispatching method delegates to its superclass's dispatching method
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 689 String superClass;
691 superClass = CLASS_V4_FRAGMENT;
693 superClass = CLASS_FRAGMENT;
695 page.setSuperClass(superClass, true /* canBeModified */);
720 String superClass = CLASS_VIEW;
721 page.setSuperClass(superClass, true /* canBeModified */);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 53 scopes, superClass, literals) ::=
108 labelType="CommonToken", superClass="Lexer") ::= <<
112 class <grammar.recognizerName>(<@superClassName><superClass><@end>):
203 # is Lexer always superclass?
222 bitsets, inputStreamType, superClass, labelType, members,
240 class <grammar.recognizerName>(<@superClassName><superClass><@end>):
304 ASTLabelType="Object", superClass="Parser", labelType="Token",
309 bitsets, "TokenStream", superClass,
319 superClass={<if(filterMode)><if(buildAST)>TreeRewriter<else>TreeFilter<endif><else>TreeParser<endif>},
324 bitsets, "TreeNodeStream", superClass,
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 87 Override some of the methods from the superclass. The superclass methods
329 View superclass, but more importantly, there are some custom attributes defined
380 superclass expects, and pass them through to the superclass constructor
495 to the superclass constructor as well.</p>
506 superclass method should be invoked, but in this case, we do it at the
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 49 scopes, superClass, literals) ::=
103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= <<
106 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
273 bitsets, inputStreamType, superClass,
278 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
404 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 50 scopes, superClass, literals) ::=
101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>},
105 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
268 bitsets, inputStreamType, superClass,
273 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end>
386 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken"
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 360 ITypeReference superclass = classDefinition.getSuperClass(); local
361 if (superclass != null) {
362 if (superclass instanceof IParameterizedType) {
363 collectInterfaceClosure(((IParameterizedType) superclass)
366 collectInterfaceClosure(superclass, closure);
789 private boolean isSuperInterface(IClassDefinition superClass,
791 if (superClass == null || subClass == null) {
799 superClass)) {
803 if (isSuperInterface(superClass,
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 872 /// 3. Send to the superclass instance of the current class.
873 /// 4. Send to the superclass of the current class.
    [all...]
DeclObjC.h 443 /// superclass. Pass \c false if you only want to check the current class.
563 /// Note, the superclass's properties are not included in the list.
637 ObjCInterfaceDecl *SuperClass;
664 /// \brief The location of the superclass, if any.
672 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 539 # FIXME: It should inherit -superclass tixShell
590 # FIXME: It should inherit -superclass tixLabelWidget
634 # FIXME: It should inherit -superclass tixLabelWidget
665 # FIXME: It should inherit -superclass tixScrolledHList
687 # FIXME: It should inherit -superclass tixScrolledHList
759 # FIXME: It should inherit -superclass tixDialogShell
782 # FIXME: It should inherit -superclass tixDialogShell
830 # FIXME: It should inherit -superclass tixStdDialogShell
854 # FIXME: It should inherit -superclass tixLabelWidget
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 539 # FIXME: It should inherit -superclass tixShell
590 # FIXME: It should inherit -superclass tixLabelWidget
634 # FIXME: It should inherit -superclass tixLabelWidget
665 # FIXME: It should inherit -superclass tixScrolledHList
687 # FIXME: It should inherit -superclass tixScrolledHList
759 # FIXME: It should inherit -superclass tixDialogShell
782 # FIXME: It should inherit -superclass tixDialogShell
830 # FIXME: It should inherit -superclass tixStdDialogShell
854 # FIXME: It should inherit -superclass tixLabelWidget
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 78 * superClass (String): name of base class, or empty string
87 scopes, superClass, literals) ::=
118 filterMode, superClass="Lexer") ::= <<
120 I<grammar.recognizerName> = interface(I<@superClassName><superClass><@end>)
123 T<grammar.recognizerName> = class(T<@superClassName><superClass><@end>, I<grammar.recognizerName>)
138 <grammar.delegates: {g|<g:delegateName()>: I<superClass>; {<g.recognizerName>}}; separator="\n">
307 bitsets, inputStreamType, superClass, filterMode,
311 I<grammar.recognizerName> = interface(I<@superClassName><superClass><@end>)
315 T<grammar.recognizerName> = class(T<@superClassName><superClass><@end>, I<grammar.recognizerName>)
331 <grammar.delegates: {g|<g:delegateName()>: I<superClass>; {<g.recognizerName>}}; separator="\n"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 106 superClass,
178 superClass,
233 superClass="ANTLRLexer"
260 @interface <className()> <@superClassName>: <superClass><@end> { // line 283
298 superClass="ANTLRLexer"
467 superClass="ANTLRParser"
498 superClass="ANTLRTreeParser"
528 superClass,
570 @interface <className()> <@superClassName> : <superClass><@end> { /* line 572 */
618 superClass="ANTLRParser"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 50 * internals of the SAX2DTM superclass, and must be maintained in
54 * the superclass and which is the subclass; the current arrangement
174 * of this call, in the superclass, to avoid having to rewrite that one.
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 478 * @param superclass
481 public void setSuperclass(String superclass) throws BadBytecode {
493 int sc = cp.addClassInfo(superclass);

Completed in 2425 milliseconds

<<11121314151617181920>>