Searched refs:document_item_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl_language.h75 typedef struct document_item_type { struct
77 struct document_item_type* next;
78 } document_item_type; typedef in typeref:struct:document_item_type
88 document_item_type document_item;
97 document_item_type document_item;
117 document_item_type* document_item;
145 void (*document)(document_item_type* items);
H A Daidl.cpp35 test_document(document_item_type* d)
97 document_item_type* doc;
101 document_item_type* g_document = NULL;
105 main_document_parsed(document_item_type* d)
248 check_filenames(const char* filename, document_item_type* items)
300 gather_types(const char* filename, document_item_type* items)
549 check_types(const char* filename, document_item_type* items)
589 exactly_one_interface(const char* filename, const document_item_type* items, const Options& options,
598 const document_item_type* next = items->next;
633 generate_dep_file(const Options& options, const document_item_type* item
[all...]
H A Daidl_language_y.y58 document_item_type* p = $1.document_item;
63 p->next = (document_item_type*)$2.document_item;
66 $$.document_item = (document_item_type*)$2.document_item;
78 parcelable_decl { $$.document_item = (document_item_type*)$1.user_data; }
79 | interface_decl { $$.document_item = (document_item_type*)$1.interface_item; }

Completed in 126 milliseconds