Searched refs:get_headers (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 489 def get_headers(service, spreadsheet_id, sheet_names): function 696 headers = get_headers(service, spreadsheet_id, sheet_names)
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1123 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() function 1355 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1378 get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1483 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in top_common() 1652 get_headers(TT.fields, pos = toybuf, sizeof(toybuf)); in top_common()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1080 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() function 1340 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in top_common() 1505 get_headers(TT.fields, pos = toybuf, sizeof(toybuf)); in top_common()
|
Completed in 7 milliseconds