Home
last modified time | relevance | path

Searched refs:find_start (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp894 static bool find_start(const Definition* startDef, const char* start) { in find_start() function
902 if (find_start(&child, start)) { in find_start()
1346 fPendingMethod = find_start(startDef, fStart); in populate()
/external/skia/tools/bookmaker/
DincludeWriter.cpp967 static bool find_start(const Definition* startDef, const char* start) { in find_start() function
975 if (find_start(&child, start)) { in find_start()
1422 fPendingMethod = find_start(startDef, fStart); in populate()
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h462 struct os_reltime find_start; /* time of last p2p_find start */ member
Dp2p.c1177 os_get_reltime(&p2p->find_start); in p2p_find()
3523 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()
3535 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()
3536 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()