HomeSort by relevance Sort by last modified time
    Searched full:interface (Results 51 - 75 of 22504) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CipherParameters.java 6 public interface CipherParameters
DerivationParameters.java 6 public interface DerivationParameters
  /external/clang/test/ARCMT/
GC.h 2 @interface ExtInterface {
  /external/clang/test/ASTMerge/Inputs/
interface2.m 2 @interface I1 {
8 @interface I2 : I1 {
14 @interface I3 {
21 @interface I4 : I1 {
26 @interface I5
32 @interface I6
37 @interface I7
43 @interface I8
60 // Interface with protocol
61 @interface I9 <P0
    [all...]
  /external/clang/test/CodeGenObjC/
2010-02-23-DbgInheritance.m 3 // Interface P should not be a member of interface I in debug info.
4 @interface P
7 @interface I : P
  /external/clang/test/Index/
getcursor-preamble.h 1 @interface I {
  /external/clang/test/Modules/Inputs/
MethodPoolB.h 10 @interface B
MethodPoolBSub.h 1 @interface B (Sub)
category_other.h 3 @interface Foo(Other)
category_top.h 1 @interface Foo
4 @interface Foo(Top)
8 @interface Foo(Top2)
12 @interface Foo(Top3)
  /external/clang/test/PCH/Inputs/
chain-remap-types1.h 7 @interface X {
chain-remap-types2.h 3 @interface X (Blah) {
  /external/lzma/Java/SevenZip/
ICodeProgress.java 3 public interface ICodeProgress
  /external/nist-sip/java/javax/sip/header/
CSeqHeader.java 3 public interface CSeqHeader extends AllowHeader, RSeqHeader {
RequireHeader.java 3 public interface RequireHeader extends OptionTag, Header {
SupportedHeader.java 3 public interface SupportedHeader extends OptionTag, Header {
UnsupportedHeader.java 3 public interface UnsupportedHeader extends OptionTag, Header {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceValueConverter.java 3 public interface ResourceValueConverter {
  /packages/apps/Launcher3/src/com/android/launcher3/
OnAlarmListener.java 3 public interface OnAlarmListener {
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
ITest.aidl 3 interface ITest {
  /external/clang/test/SemaObjC/
no-ivar-in-interface-block.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class -Wobjc-interface-ivars %s
4 @interface I
6 @protected int P_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
8 @public int PU_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
10 @private int PRV_IVAR; // expected-warning {{declaration of instance variables in the interface is deprecated}}
14 @interface I()
21 @interface I()
protocol-implementation-inherited.m 8 @interface A <P0>
11 // Interface conforms to inherited protocol
13 @interface B0 : A <P0>
19 // Interface conforms to a protocol which extends another. The other
26 @interface B1 : A <P1>
33 // Interface conforms to a protocol whose methods are provided by an
40 @interface B2 : A <P2>
46 // Interface conforms to a protocol whose methods are provided by a base class.
48 @interface A1
52 @interface B3 : A1 <P2
    [all...]
undef-class-messagin-error.m 3 @interface _Child // expected-note{{'_Child' declared here}}
7 @interface Child (Categ) // expected-error {{cannot find interface declaration for 'Child'; did you mean '_Child'?}}
11 @implementation OtherChild (Categ) // expected-error {{cannot find interface declaration for 'OtherChild'}}
12 + (int) flushCache2 { [super flashCache]; } // expected-error {{no @interface declaration found in class messaging of 'flushCache2'}}
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 type 'Super' cannot be returned by value; did you forget * in 'Super'}
    [all...]
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...]

Completed in 1021 milliseconds

1 23 4 5 6 7 8 91011>>