OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:document_item
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aidl/
aidl_language_y.y
31
document_items { g_callbacks->document($1.
document_item
); }
32
| headers document_items { g_callbacks->document($2.
document_item
); }
51
{ $$.
document_item
= NULL; }
53
if ($2.
document_item
== NULL) {
57
document_item_type* p = $1.
document_item
;
62
p->next = (document_item_type*)$2.
document_item
;
65
$$.
document_item
= (document_item_type*)$2.
document_item
;
77
parcelable_decl { $$.
document_item
= (document_item_type*)$1.user_data; }
78
| interface_decl { $$.
document_item
= (document_item_type*)$1.interface_item;
[
all
...]
aidl_language.h
84
document_item_type
document_item
;
member in struct:user_data_type
93
document_item_type
document_item
;
member in struct:interface_type
113
document_item_type*
document_item
;
member in union:lexer_type
generate_java.cpp
66
if (iface->
document_item
.item_type == INTERFACE_TYPE_BINDER) {
69
else if (iface->
document_item
.item_type == INTERFACE_TYPE_RPC) {
aidl.cpp
789
parcl->
document_item
.item_type = USER_DATA_TYPE;
804
parcl->
document_item
.item_type = USER_DATA_TYPE;
819
iface->
document_item
.item_type = INTERFACE_TYPE_BINDER;
[
all
...]
/prebuilts/sdk/tools/linux/
aidl
Completed in 123 milliseconds