HomeSort by relevance Sort by last modified time
    Searched full:super (Results 1 - 25 of 16597) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src-super/java/util/
Util.gwt.xml 1 <module><super-source path="super"/></module
  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; member in struct:objc_object
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
I18nException.java 7 super(); method
11 super(arg0, arg1); method
15 super(arg0);
19 super(arg0);
  /external/guava/guava-gwt/src/com/google/common/base/
Base.gwt.xml 3 <super-source path="super"/>
  /external/clang/test/SemaObjC/
super.m 24 [super iMethod]; // expected-warning{{'A' may not respond to 'iMethod'}}
26 // Use of super in a block is ok and does codegen to the right thing.
29 [super instanceMethod];
34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}
36 id X[] = { [ super superClassMethod] };
38 [ super.superClassMethod iMethod],
39 super.superClassMethod,
40 (id)super.superClassMethod // not a cast of super: rdar://7853261
50 void f(id super) {
    [all...]
invalid-objc-decls-1.m 3 @interface Super @end
4 Super s1; // expected-error{{interface type cannot be statically allocated}}
6 extern Super e1; // expected-error{{interface type cannot be statically allocated}}
9 Super s1; // expected-error{{interface type cannot be statically allocated}}
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
30 Super foo( // expected-error{{interface type 'Super' cannot be returned by value; did you forget * in 'Super'}}
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Enumerated.java 10 super(bytes);
15 super(value);
20 super(value);
ASN1GeneralizedTime.java 10 super(bytes);
15 super(time);
20 super(time);
ASN1Integer.java 10 super(bytes);
15 super(value);
20 super(value);
ASN1UTCTime.java 10 super(bytes);
15 super(time);
20 super(time);
ASN1Boolean.java 8 super(value);
13 super(value);
  /external/nist-sip/java/javax/sip/header/
TooManyHopsException.java 5 super(); method
9 super(message);
13 super(message, cause); method
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
OperatorCreationException.java 8 super(msg, cause); method
13 super(msg);
  /external/nist-sip/java/javax/sip/
DialogDoesNotExistException.java 8 super(message);
12 super(message, cause); method
InvalidArgumentException.java 8 super(message);
12 super(message, cause); method
ObjectInUseException.java 8 super(message);
12 super(message, cause); method
PeerUnavailableException.java 8 super(message);
12 super(message, cause); method
ProviderDoesNotExistException.java 8 super(message);
12 super(message, cause); method
SipException.java 8 super(message);
12 super(message, cause); method
TransactionAlreadyExistsException.java 8 super(message);
12 super(message, cause); method
TransactionDoesNotExistException.java 8 super(message);
12 super(message, cause); method
TransactionUnavailableException.java 8 super(message);
12 super(message, cause); method
TransportNotSupportedException.java 8 super(message);
12 super(message, cause); method
  /external/smali/smali/src/test/resources/LexerTest/
DirectiveTest.smali 3 .super
35 .class.super.implements
36 .class .super .implements
37 .class .super .implements
38 .class .super .implements
40 .super
48 .super@
49 .super.super
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitTablet.java 7 super.hideControls();
12 super.showControls();

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 91011>>