OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelf
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/include/ui/egl/
android_natives.h
76
static inline TYPE*
getSelf
(NATIVE_TYPE* self) {
79
static inline TYPE const*
getSelf
(NATIVE_TYPE const* self) {
82
static inline TYPE*
getSelf
(android_native_base_t* base) {
83
return
getSelf
(reinterpret_cast<NATIVE_TYPE*>(base));
85
static inline TYPE const *
getSelf
(android_native_base_t const* base) {
86
return
getSelf
(reinterpret_cast<NATIVE_TYPE const*>(base));
89
EGLNativeBase* self =
getSelf
(base);
93
EGLNativeBase* self =
getSelf
(base);
/external/clang/test/Index/
complete-method-decls.m
9
- (id)
getSelf
;
24
- (id)
getSelf
;
35
- (id)
getSelf
{ return self; }
74
// CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
}
79
// CHECK-CC2-NEXT: ObjCInstanceMethodDecl:{TypedText
getSelf
}
84
// CHECK-CC3-NEXT: ObjCInstanceMethodDecl:{TypedText
getSelf
}
92
// CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
99
// CHECK-CC5-NOT: {TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace
103
// CHECK-CC6: ObjCInstanceMethodDecl:{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
109
// CHECK-CC7: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expr (…)
[
all
...]
/frameworks/base/libs/ui/
FramebufferNativeWindow.cpp
181
framebuffer_device_t* fb =
getSelf
(window)->fbDev;
206
FramebufferNativeWindow* self =
getSelf
(window);
234
FramebufferNativeWindow* self =
getSelf
(window);
254
FramebufferNativeWindow* self =
getSelf
(window);
276
const FramebufferNativeWindow* self =
getSelf
(window);
/frameworks/base/libs/gui/
SurfaceTextureClient.cpp
74
SurfaceTextureClient* c =
getSelf
(window);
80
SurfaceTextureClient* c =
getSelf
(window);
86
SurfaceTextureClient* c =
getSelf
(window);
92
SurfaceTextureClient* c =
getSelf
(window);
98
SurfaceTextureClient* c =
getSelf
(window);
104
const SurfaceTextureClient* c =
getSelf
(window);
111
SurfaceTextureClient* c =
getSelf
(window);
612
sp<GraphicBuffer> backBuffer(GraphicBuffer::
getSelf
(out));
/external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java
55
* See UninitData.
getSelf
().
57
public TypeData
getSelf
() { return this; }
467
public TypeData
getSelf
() {
MapMaker.java
211
maker.stackTypes[0] = tb.stackTypes[0].
getSelf
();
Tracer.java
69
destTypes[i] = t == TOP ? TOP : t.
getSelf
();
Completed in 70 milliseconds