Searched refs:endTimer (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | xmllint.c | 438 endTimer(const char *fmt, ...) in endTimer() function 474 endTimer(const char *fmt, ...) in endTimer() function 503 endTimer(char *format, ...) in endTimer() function 1889 endTimer("Compiling the schemas"); in streamFile() 1904 endTimer("Compiling the schemas"); in streamFile() 1928 endTimer("Parsing and validating"); in streamFile() 1933 endTimer("Parsing and validating"); in streamFile() 1936 endTimer("Parsing"); in streamFile() 2049 endTimer("walking through the doc"); in walkDoc() 2417 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 | 873 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
|
/external/vulkan-headers/registry/ |
D | genvk.py | 38 def endTimer(timeit, msg): function 589 endTimer(args.time, '* Time to make ElementTree =') 594 endTimer(args.time, '* Time to parse ElementTree =') 609 endTimer(args.time, '* Time to generate ' + options.filename + ' =')
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/ |
D | genvk.py | 39 def endTimer(timeit, msg): function 648 endTimer(args.time, '* Time to make ElementTree =') 653 endTimer(args.time, '* Time to parse ElementTree =') 668 endTimer(args.time, '* Time to generate ' + options.filename + ' =')
|
/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 27 def endTimer(timeit, msg): function 590 endTimer(args.time, '* Time to generate ' + options.filename + ' =') 688 endTimer(args.time, '* Time to make ElementTree =') 695 endTimer(args.time, '* Time to parse ElementTree =')
|
/external/sqlite/dist/ |
D | shell.c | 298 static void endTimer(void){ in endTimer() function 311 #define END_TIMER endTimer() 377 static void endTimer(void){ in endTimer() function 390 #define END_TIMER endTimer()
|
/external/sqlite/dist/orig/ |
D | shell.c | 293 static void endTimer(void){ in endTimer() function 306 #define END_TIMER endTimer() 372 static void endTimer(void){ in endTimer() function 385 #define END_TIMER endTimer()
|