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

/external/ltp/pan/
H A Dreporter.c181 static int scanner_test_end(SYM alltags, SYM ctag, SYM keys) argument
189 if (alltags == NULL || keys == NULL || ctag == NULL)
193 sym_put(ctag, "_keys", (void *)keys, 0);
214 sym_rm(ctag, RM_KEY | RM_DATA);
222 sym_rm(ctag, RM_KEY | RM_DATA);
229 sym_put(alltags, tag, ctag, PUT_REPLACE);
239 static int iscanner_test_end(SYM alltags, SYM ctag, SYM keys) argument
241 if (alltags == NULL || keys == NULL || ctag == NULL)
245 sym_put(ctag, "_keys", (void *)keys, 0);
247 return tag_report(alltags, ctag, key
[all...]
H A Dtag_report.c225 int tag_report(SYM alltags, SYM ctag, SYM keys) argument
310 cuts_report(ctag, keys, info, tag);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 270 milliseconds