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

1 2 3 4 5 6 7 8

  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__2.py 3 superclass = ttLib.getTableClass("TSI0") variable
5 class table_T_S_I__2(superclass):
_p_r_e_p.py 3 superclass = ttLib.getTableClass("fpgm") variable
5 class table__p_r_e_p(superclass):
_v_m_t_x.py 3 superclass = ttLib.getTableClass("hmtx") variable
5 class table__v_m_t_x(superclass):
T_S_I__3.py 3 superclass = ttLib.getTableClass("TSI1") variable
5 class table_T_S_I__3(superclass):
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 35 public Object newInstance(String superclass, Map props);
38 private Class superclass; field in class:BeanGenerator
50 * @param superclass class to extend, or null to extend Object
52 public void setSuperclass(Class superclass) {
53 if (superclass != null && superclass.equals(Object.class)) {
54 superclass = null;
56 this.superclass = superclass;
67 if (superclass != null)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
IndexOutOfBoundsExceptions.js 2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
EarlyExitException.js 9 org.antlr.runtime.EarlyExitException.superclass.constructor.call(
FailedPredicateException.js 13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
Parser.js 5 org.antlr.runtime.Parser.superclass.constructor.call(this, state);
12 org.antlr.runtime.Parser.superclass.reset.call(this);
63 org.antlr.runtime.Parser.superclass.traceIn.call(
68 org.antlr.runtime.Parser.superclass.traceOut.call(
UnwantedTokenException.js 4 org.antlr.runtime.UnwantedTokenException.superclass.constructor.call(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
__init__.py 50 superclass = eval(superclassname)
51 getbaseclasses(superclass)
52 v._propdict.update(getattr(superclass, '_propdict', {}))
53 v._elemdict.update(getattr(superclass, '_elemdict', {}))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 38 superclass = eval(superclassname)
39 getbaseclasses(superclass)
40 v._propdict.update(getattr(superclass, '_propdict', {}))
41 v._elemdict.update(getattr(superclass, '_elemdict', {}))
  /external/javassist/src/main/javassist/
CtNewClass.java 28 boolean isInterface, CtClass superclass) {
32 if (isInterface || superclass == null)
35 superName = superclass.getName();
38 if (isInterface && superclass != null)
39 classfile.setInterfaces(new String[] { superclass.getName() });
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 87 protected void mapClassToSuper(ClassInfo classInfo, String superclass) {
88 mClassToSuper.put(classInfo, superclass);
111 // java.lang.Object has no superclass
117 ClassInfo superclass = mAllClasses.get(scName); local
118 if (superclass == null) {
119 // Superclass not provided by this codebase. Inject a stub.
120 superclass = new ClassInfo(scName);
122 cl.setSuperClass(superclass);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEmptyStreamException.js 3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
RewriteEarlyExitException.js 3 var sup = org.antlr.runtime.tree.RewriteEarlyExitException.superclass;
RewriteRuleNodeStream.js 5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
reflection.py 123 superclass = super(GeneratedProtocolMessageType, cls)
125 new_class = superclass.__new__(cls, name, bases, dictionary)
148 superclass = super(GeneratedProtocolMessageType, cls)
149 superclass.__init__(name, bases, dictionary)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java 54 @Nullable protected final String superclass; field in class:ImmutableClassDef
65 @Nullable String superclass,
80 this.superclass = superclass;
92 @Nullable String superclass,
102 this.superclass = superclass;
114 @Nullable String superclass,
124 this.superclass = superclass;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderClassDef.java 49 @Nullable final BuilderTypeReference superclass; field in class:BuilderClassDef
64 @Nullable BuilderTypeReference superclass,
79 this.superclass = superclass;
91 @Nullable @Override public String getSuperclass() { return superclass==null?null:superclass.getType(); }
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefItem.java 55 * {@code null-ok;} superclass or {@code null} if this class is a/the
58 private final CstType superclass; field in class:ClassDefItem
84 * @param superclass {@code null-ok;} superclass or {@code null} if
91 CstType superclass, TypeList interfaces, CstUtf8 sourceFile) {
97 * TODO: Maybe check accessFlags and superclass, at
107 this.superclass = superclass;
150 if (superclass != null) {
151 typeIds.intern(superclass);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java 53 * {@code null-ok;} superclass or {@code null} if this class is a/the
56 private final CstType superclass; field in class:ClassDefItem
82 * @param superclass {@code null-ok;} superclass or {@code null} if
89 CstType superclass, TypeList interfaces, CstString sourceFile) {
95 * TODO: Maybe check accessFlags and superclass, at
105 this.superclass = superclass;
148 if (superclass != null) {
149 typeIds.intern(superclass);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefItem.java 53 * {@code null-ok;} superclass or {@code null} if this class is a/the
56 private final CstType superclass; field in class:ClassDefItem
82 * @param superclass {@code null-ok;} superclass or {@code null} if
89 CstType superclass, TypeList interfaces, CstString sourceFile) {
95 * TODO: Maybe check accessFlags and superclass, at
105 this.superclass = superclass;
148 if (superclass != null) {
149 typeIds.intern(superclass);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
__init__.py 54 superclass = eval(superclassname)
55 getbaseclasses(superclass)
56 v._propdict.update(getattr(superclass, '_propdict', {}))
57 v._elemdict.update(getattr(superclass, '_elemdict', {}))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 58 superclass = eval(superclassname)
59 getbaseclasses(superclass)
60 v._propdict.update(getattr(superclass, '_propdict', {}))
61 v._elemdict.update(getattr(superclass, '_elemdict', {}))

Completed in 1440 milliseconds

1 2 3 4 5 6 7 8