/dalvik/tests/068-classloader/src/ |
InaccessibleInterface.java | 4 * Non-public interface class, inaccessible from alternate class loader. 6 interface InaccessibleInterface {
|
/external/clang/test/SemaObjCXX/Inputs/ |
arc-system-header.h | 1 @interface B 5 @interface A {
|
/external/dhcpcd/dhcpcd-hooks/ |
10-mtu | 1 # Configure the MTU for the interface 4 ifconfig "${interface}" mtu "${new_interface_mtu}"
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
Annotations57649Test.java | 26 @Retention(RetentionPolicy.RUNTIME) @interface A0 {} 27 @Retention(RetentionPolicy.RUNTIME) @interface A1 {} 28 @Retention(RetentionPolicy.RUNTIME) @interface A2 {} 29 @Retention(RetentionPolicy.RUNTIME) @interface A3 {} 30 @Retention(RetentionPolicy.RUNTIME) @interface A4 {} 31 @Retention(RetentionPolicy.RUNTIME) @interface A5 {} 32 @Retention(RetentionPolicy.RUNTIME) @interface A6 {} 33 @Retention(RetentionPolicy.RUNTIME) @interface A7 {} 34 @Retention(RetentionPolicy.RUNTIME) @interface A8 {} 35 @Retention(RetentionPolicy.RUNTIME) @interface A9 { [all...] |
/dalvik/tests/091-deep-interface-hierarchy/src/ |
Main.java | 22 interface A1 {} 23 interface A2 {} 24 interface A3 {} 25 interface A4 {} 26 interface A5 {} 28 interface B1 extends A1, A2, A3, A4, A5 {} 29 interface B2 extends A1, A2, A3, A4, A5 {} 30 interface B3 extends A1, A2, A3, A4, A5 {} 31 interface B4 extends A1, A2, A3, A4, A5 {} 32 interface B5 extends A1, A2, A3, A4, A5 { [all...] |
/external/clang/test/ASTMerge/Inputs/ |
category1.m | 1 @interface I1 5 @interface I1 (Cat1) 10 @interface I1 () 15 @interface I1 (Cat2) 19 @interface I2 23 @interface I2 () 28 @interface I2 (Cat3) 35 @interface I2 (Cat4) 42 @interface I2 (Cat6)
|
category2.m | 3 @interface I1 7 @interface I1 (Cat1) 12 @interface I1 () 17 @interface I1 (Cat2) 21 @interface I2 25 @interface I2 () 30 @interface I2 (Cat3) 37 @interface I2 (Cat5) 44 @interface I2 (Cat6)
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 14 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface). 264 // interface 267 GrGLInterface* interface = SkNEW(GrGLInterface); local 268 glInterface.reset(interface); 269 interface->fBindingsExported = kDesktop_GrGLBinding; 270 interface->fActiveTexture = nullGLActiveTexture; 271 interface->fAttachShader = nullGLAttachShader; 272 interface->fBeginQuery = nullGLBeginQuery; 273 interface->fBindAttribLocation = nullGLBindAttribLocation; 274 interface->fBindBuffer = nullGLBindBuffer [all...] |
/external/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 14 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface). 264 // interface 267 GrGLInterface* interface = SkNEW(GrGLInterface); local 268 glInterface.reset(interface); 269 interface->fBindingsExported = kDesktop_GrGLBinding; 270 interface->fActiveTexture = nullGLActiveTexture; 271 interface->fAttachShader = nullGLAttachShader; 272 interface->fBeginQuery = nullGLBeginQuery; 273 interface->fBindAttribLocation = nullGLBindAttribLocation; 274 interface->fBindBuffer = nullGLBindBuffer [all...] |
/external/clang/test/Modules/Inputs/ |
category_right_sub.h | 1 @interface Foo(RightSub) <P2> 5 @interface Foo() { 16 @interface Foo(LeftP4) <P4>
|
category_bottom.h | 3 @interface Foo(Bottom) 9 @interface LeftFoo(Bottom)
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
ResponseExt.java | 6 *Extension for the jain-sip Response interface. This is a convenience 7 *interface (placeholder). 9 public interface ResponseExt extends Response, MessageExt {
|
/dalvik/tests/008-instanceof/src/ |
Iface2Sub1.java | 4 * Another interface. 6 public interface Iface2Sub1 extends Iface2, Cloneable {
|
/dalvik/tests/009-instanceof2/src/ |
Iface2Sub1.java | 4 * Another interface. 6 public interface Iface2Sub1 extends Iface2, Cloneable {
|
/dalvik/tests/022-interface/src/ |
Iface2Sub1.java | 4 * Another interface. 6 public interface Iface2Sub1 extends Iface2, Cloneable {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
UpOrBackController.java | 3 public interface UpOrBackController { 5 interface UpOrBackHandler {
|
/art/test/004-annotations/src/android/test/anno/ |
INoted.java | 4 public interface INoted {
|
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/a/ |
SomeInterface.java | 2 public interface SomeInterface
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
INoted.java | 4 public interface INoted {
|
/dalvik/tests/040-miranda/src/ |
MirandaInterface.java | 6 public interface MirandaInterface {
|
/dalvik/tests/065-mismatched-implements/src/ |
Defs.java | 3 public interface Defs {
|
/dalvik/tests/066-mismatched-super/src2/ |
Defs.java | 3 public interface Defs {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Encodable.java | 3 public interface ASN1Encodable
|
ASN1String.java | 3 public interface ASN1String
|
DERTags.java | 6 public interface DERTags
|