OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface
(Results
201 - 225
of
22504
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
category-method-lookup-2.m
5
@
interface
NSObject
8
@
interface
Bar : NSObject
10
@
interface
Bar (Cat)
conditional-expr-8.m
5
@
interface
NSResponder
9
@
interface
NSView : NSResponder
12
@
interface
WebView : NSView
duplicate-ivar-check.m
3
@
interface
B1 {
10
@
interface
B : B1 {
18
@
interface
A : B {
inst-method-lookup-in-root.m
7
@
interface
Object <P>
11
@
interface
Base
14
@
interface
Derived: Base
ivar-in-class-extension-error.m
4
@
interface
A @end
6
@
interface
A () {
12
@
interface
A(CAT) {
method-bad-param.m
3
@
interface
foo
9
@
interface
bar
10
-(void) my_method:(foo) my_param; // expected-error {{
interface
type 'foo' cannot be passed by value; did you forget * in 'foo'}}
11
- (foo)cccccc:(long)ddddd; // expected-error {{
interface
type 'foo' cannot be returned by value; did you forget * in 'foo'}}
15
-(void) my_method:(foo) my_param // expected-error {{
interface
type 'foo' cannot be passed by value; did you forget * in 'foo'}}
18
- (foo)cccccc:(long)ddddd // expected-error {{
interface
type 'foo' cannot be returned by value; did you forget * in 'foo'}}
23
void somefunc(foo x) {} // expected-error {{
interface
type 'foo' cannot be passed by value; did you forget * in 'foo'}}
24
foo somefunc2() {} // expected-error {{
interface
type 'foo' cannot be returned by value; did you forget * in 'foo'}}
29
g0(1, *(foo*)a0); // expected-error {{cannot pass object with
interface
type 'foo' by value through variadic function}}
35
@
interface
fee
[
all
...]
overriding-property-in-class-extension.m
7
@
interface
NSObject @end
9
@
interface
MyClass : NSObject
15
@
interface
MyClass () {
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp
751
void setWrapped(GrGLInterface *
interface
) {
752
fWrapped.reset(
interface
);
755
// TODO: there are some issues w/ wrapping another GL
interface
inside the
756
// debug
interface
:
760
// "glInterface" pointer - i.e., treating the debug
interface
as a
768
//
interface
as a singleton (since there would be one for each
773
// the debug GL
interface
(assuming that the application will create
779
// and then pass the wrapped
interface
to the debug GL
interface
.
791
GrGLInterface*
interface
= SkNEW(GrDebugGLInterface)
local
[
all
...]
/external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp
751
void setWrapped(GrGLInterface *
interface
) {
752
fWrapped.reset(
interface
);
755
// TODO: there are some issues w/ wrapping another GL
interface
inside the
756
// debug
interface
:
760
// "glInterface" pointer - i.e., treating the debug
interface
as a
768
//
interface
as a singleton (since there would be one for each
773
// the debug GL
interface
(assuming that the application will create
779
// and then pass the wrapped
interface
to the debug GL
interface
.
791
GrGLInterface*
interface
= SkNEW(GrDebugGLInterface)
local
[
all
...]
/art/test/004-annotations/src/android/test/
AnnoSimplePackage1.java
8
public @
interface
AnnoSimplePackage1 {}
/art/test/004-annotations/src/android/test/anno/
AnnoSimpleConstructor.java
8
public @
interface
AnnoSimpleConstructor {}
AnnoSimpleField.java
8
public @
interface
AnnoSimpleField {}
AnnoSimpleLocalVariable.java
8
public @
interface
AnnoSimpleLocalVariable {}
AnnoSimpleMethod.java
8
public @
interface
AnnoSimpleMethod {}
AnnoSimplePackage.java
8
public @
interface
AnnoSimplePackage {}
AnnoSimpleParameter.java
8
public @
interface
AnnoSimpleParameter {}
AnnoSimpleTypeInvis.java
8
public @
interface
AnnoSimpleTypeInvis {}
/art/test/065-mismatched-implements/
info.txt
1
This tests what happens when class A implements
interface
B, but somebody
/art/test/066-mismatched-super/
info.txt
2
turns B into an
interface
without rebuilding A.
/art/test/069-field-type/src/
Blah.java
3
* Trivial class; must implement an interesting
interface
.
/art/test/069-field-type/src2/
Blah.java
3
* Trivial class; must implement an interesting
interface
.
/dalvik/tests/004-annotations/src/android/test/
AnnoSimplePackage1.java
8
public @
interface
AnnoSimplePackage1 {}
/dalvik/tests/004-annotations/src/android/test/anno/
AnnoSimpleConstructor.java
8
public @
interface
AnnoSimpleConstructor {}
AnnoSimpleField.java
8
public @
interface
AnnoSimpleField {}
AnnoSimpleLocalVariable.java
8
public @
interface
AnnoSimpleLocalVariable {}
Completed in 411 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>