Searched refs:out_s (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/libsparse/src/ |
D | simg2simg.c | 50 struct sparse_file **out_s; in main() local 79 out_s = calloc(sizeof(struct sparse_file *), files); in main() 80 if (!out_s) { in main() 85 files = sparse_file_resparse(s, max_size, out_s, files); in main() 104 ret = sparse_file_write(out_s[i], out, false, true, false); in main()
|
D | sparse.c | 279 struct sparse_file **out_s, int out_s_count) in sparse_file_resparse() argument 297 out_s[c] = s; in sparse_file_resparse()
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | xmlrunner.py | 188 out_s = sys.stdout.getvalue() 190 out_s = "" 200 result.print_report(stream, time_taken, out_s, err_s)
|
/external/qemu/distrib/libsparse/include/sparse/ |
D | sparse.h | 260 struct sparse_file **out_s, int out_s_count);
|