HomeSort by relevance Sort by last modified time
    Searched refs:document_item_type (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
aidl_language.h 71 typedef struct document_item_type { struct
73 struct document_item_type* next;
74 } document_item_type; typedef in typeref:struct:document_item_type
84 document_item_type document_item;
93 document_item_type document_item;
113 document_item_type* document_item;
141 void (*document)(document_item_type* items);
aidl.cpp 29 test_document(document_item_type* d)
91 document_item_type* doc;
95 document_item_type* g_document = NULL;
99 main_document_parsed(document_item_type* d)
242 check_filenames(const char* filename, document_item_type* items)
294 gather_types(const char* filename, document_item_type* items)
543 check_types(const char* filename, document_item_type* items)
583 exactly_one_interface(const char* filename, const document_item_type* items, const Options& options,
592 const document_item_type* next = items->next;
627 generate_dep_file(const Options& options, const document_item_type* items
    [all...]
aidl_language_y.y 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; }

Completed in 90 milliseconds