OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldVariable
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/aidl/
AST.h
83
struct
FieldVariable
: public Expression
89
FieldVariable
(Expression* object, const string& name);
90
FieldVariable
(Type* clazz, const string& name);
91
virtual ~
FieldVariable
();
AST.cpp
177
FieldVariable
::
FieldVariable
(Expression* o, const string& n)
184
FieldVariable
::
FieldVariable
(Type* c, const string& n)
191
FieldVariable
::~
FieldVariable
()
196
FieldVariable
::Write(FILE* to)
generate_java_rpc.cpp
375
:DispatcherClass(iface, new
FieldVariable
(THIS_VALUE, "_listener"))
730
proxyMethod->statements->Add(new MethodCall(new
FieldVariable
(THIS_VALUE, "_broker"),
755
new Cast(resultsInterfaceType, new
FieldVariable
(THIS_VALUE, "callback")),
790
ifst->expression = new Comparison(new
FieldVariable
(THIS_VALUE, "callback"), "!=", NULL_VALUE);
[
all
...]
generate_java_binder.cpp
444
1, new
FieldVariable
(v, "length")));
Type.cpp
317
return new
FieldVariable
(PARCELABLE_INTERFACE_TYPE,
1031
new
FieldVariable
(v->type, "RPC_CREATOR"))));
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 62 milliseconds