/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/clang/test/ASTMerge/Inputs/ |
interface1.m | 20 // Superclass mismatch
|
interface2.m | 20 // Superclass mismatch
|
/external/clang/test/SemaObjC/ |
class-impl-1.m | 27 @implementation INTF2 : SUPR // expected-error {{cannot find interface declaration for 'SUPR', superclass of 'INTF2'}}
|
/external/doclava/src/com/google/doclava/ |
Hierarchy.java | 38 ClassInfo superclass = cl.superclass(); local 39 String sname = superclass != null ? superclass.qualifiedName() : null;
|
/external/icu4c/i18n/ |
csr2022.h | 23 * This is a superclass for the individual detectors for
|
/external/objenesis/main/src/org/objenesis/instantiator/gcj/ |
GCJSerializationInstantiator.java | 24 * calling the first non-serializable superclass' no-arg constructor.
|
/external/objenesis/main/src/org/objenesis/instantiator/sun/ |
Sun13SerializationInstantiator.java | 24 * serialization, calling the first non-serializable superclass' no-arg constructor.
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamException.java | 22 * of objects. This is actually the superclass of several other, more specific
|
/libcore/luni/src/main/java/java/lang/ |
IncompatibleClassChangeError.java | 22 * {@code IncompatibleClassChangeError} is the superclass of all classes which
|
LinkageError.java | 22 * {@code LinkageError} is the superclass of all error classes that occur when
|
ReflectiveOperationException.java | 22 * Superclass of exceptions related to reflection.
|
VirtualMachineError.java | 22 * {@code VirtualMachineError} is the superclass of all error classes that occur
|
/libcore/luni/src/main/java/java/net/ |
BindException.java | 25 * more robust to catch the superclass {@code SocketException}.
|
ConnectException.java | 25 * more robust to catch the superclass {@code SocketException}.
|
NoRouteToHostException.java | 26 * more robust to catch the superclass {@code SocketException}.
|
PortUnreachableException.java | 25 * more robust to catch the superclass {@code SocketException}.
|
SocketException.java | 24 * options, and is the superclass of all other socket related exceptions.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
multipart.py | 39 # Initialise _payload to an empty list as the Message superclass's
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 62 superclass = eval(superclassname) 63 getbaseclasses(superclass) 64 v._propdict.update(getattr(superclass, '_propdict', {})) 65 v._elemdict.update(getattr(superclass, '_elemdict', {}))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Login_Items_Suite.py | 22 """<Inheritance> - All of the properties of the superclass. """
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
multipart.py | 39 # Initialise _payload to an empty list as the Message superclass's
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 40 // holds the name of the superclass and all declared interfaces 56 * @param superclassName Fully-qualified binary or non-binary superclass 68 * Record the superclass name, and add it to the interface list 87 * Returns the name of the superclass. 178 * a method in the superclass. Ordinarily this is a good thing, but 214 * declared by the superclass and interfaces (and, recursively, their 262 * Flatten our superclass and interfaces.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_view.js | 14 var superClass = HorizontalSplitView; 28 // Call superclass's constructor. 31 superClass.call(this, selectionView, this.graphView_); 94 // Inherit the superclass's methods. 95 __proto__: superClass.prototype, 98 superClass.prototype.setGeometry.call(this, left, top, width, height); 102 superClass.prototype.show.call(this, isVisible);
|
waterfall_view.js | 12 var superClass = DivView; 20 // Call superclass's constructor. 21 superClass.call(this, WaterfallView.MAIN_BOX_ID); 71 // Inherit the superclass's methods. 72 __proto__: superClass.prototype, 121 superClass.prototype.setGeometry.call(this, left, top, width, height); 126 superClass.prototype.show.call(this, isVisible);
|