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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/052-verifier-fun/src/
BlahFeature.java 1 public interface BlahFeature {
  /dalvik/tests/068-classloader/src/
ICommon.java 4 * Common interface.
6 public interface ICommon {
InaccessibleInterface.java 4 * Non-public interface class, inaccessible from alternate class loader.
6 interface InaccessibleInterface {
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509StoreParameters.java 3 public interface X509StoreParameters
  /external/clang/test/Modules/Inputs/
lookup_left.h 1 @interface A
lookup_right.h 2 @interface B
  /external/clang/test/PCH/Inputs/
typo.h 3 @interface NSString
  /dalvik/tests/008-instanceof/src/
Iface2.java 4 * Another interface.
6 public interface Iface2 {
Iface2Sub1.java 4 * Another interface.
6 public interface Iface2Sub1 extends Iface2, Cloneable {
  /dalvik/tests/009-instanceof2/src/
Iface2.java 4 * Another interface.
6 public interface Iface2 {
Iface2Sub1.java 4 * Another interface.
6 public interface Iface2Sub1 extends Iface2, Cloneable {
  /dalvik/tests/011-array-copy/src/
Iface2.java 4 * Another interface.
6 public interface Iface2 {
  /dalvik/tests/022-interface/src/
Iface2.java 4 * Another interface.
6 public interface Iface2 {
Iface2Sub1.java 4 * Another interface.
6 public interface Iface2Sub1 extends Iface2, Cloneable {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERString.java 4 * basic interface for DER string objects.
6 public interface DERString
  /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}"
  /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/clang/test/SemaObjC/
category-1.m 3 @interface MyClass1 @end
7 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
10 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1' on interface 'MyClass1'}}
13 @interface MyClass1 (Category3)
16 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
17 @interface MyClass1 (Category5) @end
18 @interface MyClass1 (Category6) @end
19 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
20 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}
    [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}}
14 @interface INTF
16 Super ivar1; // expected-error{{interface type cannot be statically allocated}}
21 Super objField; // expected-error{{interface type cannot be statically allocated}}
24 @interface MyIntf
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}}
30 Super foo( // expected-error{{interface interface type 'Super' cannot be returned by value; did you forget * in 'Super'}
    [all...]
  /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 {
  /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 {

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>