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

  /frameworks/base/tools/aidl/
aidl_language.h 13 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;
aidl_language_l.l 14 static extra_text_type* get_extra_text(void); // you now own the object
109 extra_text_type* g_extraText = NULL;
110 extra_text_type* g_nextExtraText = NULL;
114 extra_text_type* text = (extra_text_type*)malloc(sizeof(extra_text_type));
146 extra_text_type*
149 extra_text_type* result = g_extraText;
157 extra_text_type* p = g_extraText;
159 extra_text_type* next = p->next
    [all...]
generate_java.h 17 string gather_comments(extra_text_type* extra);
generate_java.cpp 34 gather_comments(extra_text_type* extra)

Completed in 95 milliseconds