OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelf
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/include/ui/
ANativeObjectBase.h
75
static inline TYPE*
getSelf
(NATIVE_TYPE* self) {
78
static inline TYPE const*
getSelf
(NATIVE_TYPE const* self) {
81
static inline TYPE*
getSelf
(android_native_base_t* base) {
82
return
getSelf
(reinterpret_cast<NATIVE_TYPE*>(base));
84
static inline TYPE const *
getSelf
(android_native_base_t const* base) {
85
return
getSelf
(reinterpret_cast<NATIVE_TYPE const*>(base));
88
ANativeObjectBase* self =
getSelf
(base);
92
ANativeObjectBase* self =
getSelf
(base);
/external/clang/test/Index/
complete-method-decls.m
9
- (id)
getSelf
;
24
- (id)
getSelf
;
35
- (id)
getSelf
{ return self; }
78
// CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
} (40)
83
// CHECK-CC2-NEXT: ObjCInstanceMethodDecl:{TypedText
getSelf
}
88
// CHECK-CC3-NEXT: ObjCInstanceMethodDecl:{TypedText
getSelf
}
96
// CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
103
// CHECK-CC5-NOT: {TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace
107
// CHECK-CC6: ObjCInstanceMethodDecl:{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
113
// CHECK-CC7: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText
getSelf
}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{Placeholder expr (…)
[
all
...]
/frameworks/native/libs/ui/
FramebufferNativeWindow.cpp
198
framebuffer_device_t* fb =
getSelf
(window)->fbDev;
238
FramebufferNativeWindow* self =
getSelf
(window);
277
FramebufferNativeWindow* self =
getSelf
(window);
296
const FramebufferNativeWindow* self =
getSelf
(window);
/frameworks/native/libs/gui/
Surface.cpp
90
Surface* c =
getSelf
(window);
96
Surface* c =
getSelf
(window);
102
Surface* c =
getSelf
(window);
108
Surface* c =
getSelf
(window);
114
Surface* c =
getSelf
(window);
132
Surface* c =
getSelf
(window);
138
Surface* c =
getSelf
(window);
144
Surface* c =
getSelf
(window);
150
const Surface* c =
getSelf
(window);
157
Surface* c =
getSelf
(window)
[
all
...]
/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
();
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 680 milliseconds