Searched defs:taglist (Results 1 - 3 of 3) sorted by relevance

/external/ltp/pan/
H A Dreporter.c92 char **taglist, **tl; local
103 taglist = malloc(sizeof(char *) * ntags);
106 tl = taglist;
112 taglist =
113 (char **)realloc(taglist, sizeof(char *) * ntags);
114 tl = taglist + tagcount;
124 taglist = (char **)realloc(taglist, sizeof(char *) * ntags);
125 tl = taglist + tagcount;
131 for (tl = taglist; *t
[all...]
H A Dtag_report.c120 char **taglist, **tl; local
138 taglist = (char **)malloc(sizeof(char *) * ntags);
141 tl = taglist;
147 taglist =
148 (char **)realloc(taglist, sizeof(char *) * ntags);
149 tl = taglist + tagcount;
163 taglist = (char **)realloc(taglist, sizeof(char *) * ntags);
164 tl = taglist + tagcount;
173 for (tl = taglist; *t
[all...]
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java74 public PageMetadata(File source, String dest, List<Node> taglist) { argument
102 // write the taglist to string format
105 // write the taglist to js file
129 // write the taglist to string format
132 // write the taglist to js file
165 // write the taglist to string format
167 // write the taglist to js file

Completed in 161 milliseconds