Searched refs:get_headers (Results 1 – 3 of 3) sorted by relevance
/external/angle/scripts/ |
D | generate_stats.py | 489 def get_headers(service, spreadsheet_id, sheet_names): function 696 headers = get_headers(service, spreadsheet_id, sheet_names)
|
/external/toybox/toys/posix/ |
D | ps.c | 1124 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() function 1368 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1391 get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1496 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in top_common() 1661 get_headers(TT.fields, pos = toybuf, sizeof(toybuf)); in top_common()
|
/external/rust/crates/grpcio/src/call/ |
D | client.rs | 99 pub fn get_headers(&self) -> Option<&Metadata> { in get_headers() method
|