OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comments_token
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aidl/
aidl_language.h
62
buffer_type*
comments_token
; // points into this structure, DO NOT DELETE
member in struct:method_type
93
buffer_type*
comments_token
; // points into this structure, DO NOT DELETE
member in struct:interface_type
aidl_language_y.y
108
c->
comments_token
= &c->interface_token;
116
c->
comments_token
= &c->oneway_token;
180
method->
comments_token
= &method->type.type;
195
method->
comments_token
= &method->oneway_token;
generate_java.cpp
336
decl->comment = gather_comments(method->
comments_token
->extra);
449
proxy->comment = gather_comments(method->
comments_token
->extra);
587
interface->comment = gather_comments(iface->
comments_token
->extra);
/prebuilt/sdk/tools/linux/
aidl
Completed in 165 milliseconds