OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:document_item
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aidl/
aidl_language_y.y
29
document_items { g_callbacks->document($1.
document_item
); }
30
| headers document_items { g_callbacks->document($2.
document_item
); }
49
{ $$.
document_item
= NULL; }
51
if ($2.
document_item
== NULL) {
55
document_item_type* p = $1.
document_item
;
60
p->next = (document_item_type*)$2.
document_item
;
63
$$.
document_item
= (document_item_type*)$2.
document_item
;
75
parcelable_decl { $$.
document_item
= (document_item_type*)$1.parcelable; }
76
| interface_decl { $$.
document_item
= (document_item_type*)$1.interface_item;
[
all
...]
aidl_language.h
76
document_item_type
document_item
;
member in struct:parcelable_type
84
document_item_type
document_item
;
member in struct:interface_type
104
document_item_type*
document_item
;
member in union:lexer_type
aidl.cpp
740
parcl->
document_item
.item_type = PARCELABLE_TYPE;
754
iface->
document_item
.item_type = INTERFACE_TYPE;
/prebuilt/sdk/tools/linux/
aidl
Completed in 61 milliseconds