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

/frameworks/base/tools/aidl/
H A Daidl_language.h13 typedef struct extra_text_type { struct
18 struct extra_text_type* next;
19 } extra_text_type; typedef in typeref:struct:extra_text_type
25 extra_text_type* extra;
H A Daidl_language_l.l14 static extra_text_type* get_extra_text(void); // you now own the object
107 extra_text_type* g_extraText = NULL;
108 extra_text_type* g_nextExtraText = NULL;
112 extra_text_type* text = (extra_text_type*)malloc(sizeof(extra_text_type));
144 extra_text_type*
147 extra_text_type* result = g_extraText;
155 extra_text_type* p = g_extraText;
157 extra_text_type* nex
[all...]
H A Dgenerate_java.cpp235 gather_comments(extra_text_type* extra)

Completed in 71 milliseconds