Searched refs:endTimer (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/ |
D | xmllint.c | 437 endTimer(const char *fmt, ...) in endTimer() function 473 endTimer(const char *fmt, ...) in endTimer() function 502 endTimer(char *format, ...) in endTimer() function 1883 endTimer("Compiling the schemas"); in streamFile() 1898 endTimer("Compiling the schemas"); in streamFile() 1922 endTimer("Parsing and validating"); in streamFile() 1927 endTimer("Parsing and validating"); in streamFile() 1930 endTimer("Parsing"); in streamFile() 2041 endTimer("walking through the doc"); in walkDoc() 2405 endTimer("Parsing"); in parseAndPrintFile() [all …]
|
D | testSAX.c | 117 endTimer(const char *fmt, ...) in endTimer() function 153 endTimer(const char *fmt, ...) in endTimer() function 182 endTimer(char *format, ...) in endTimer() function 1183 endTimer("Parsing"); in main()
|
D | NEWS | 430 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
|
/external/vulkan-headers/registry/ |
D | genvk.py | 36 def endTimer(timeit, msg): function 429 endTimer(args.time, '* Time to generate ' + options.filename + ' =') 498 endTimer(args.time, '* Time to make ElementTree =') 505 endTimer(args.time, '* Time to parse ElementTree =')
|
/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 27 def endTimer(timeit, msg): function 569 endTimer(args.time, '* Time to generate ' + options.filename + ' =') 660 endTimer(args.time, '* Time to make ElementTree =') 667 endTimer(args.time, '* Time to parse ElementTree =')
|
/external/sqlite/dist/orig/ |
D | shell.c | 269 static void endTimer(void){ in endTimer() function 282 #define END_TIMER endTimer() 346 static void endTimer(void){ in endTimer() function 359 #define END_TIMER endTimer()
|
/external/sqlite/dist/ |
D | shell.c | 275 static void endTimer(void){ in endTimer() function 288 #define END_TIMER endTimer() 352 static void endTimer(void){ in endTimer() function 365 #define END_TIMER endTimer()
|