Searched refs:endTimer (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/ |
D | lvl_genvk.py | 34 def endTimer(timeit, msg): function 193 endTimer(args.time, '* Time to generate ' + options.filename + ' =') 243 endTimer(args.time, '* Time to make ElementTree =') 247 endTimer(args.time, '* Time to parse ElementTree =')
|
/external/libxml2/ |
D | xmllint.c | 453 endTimer(const char *fmt, ...) in endTimer() function 489 endTimer(const char *fmt, ...) in endTimer() function 518 endTimer(char *format, ...) in endTimer() function 1898 endTimer("Compiling the schemas"); in streamFile() 1913 endTimer("Compiling the schemas"); in streamFile() 1937 endTimer("Parsing and validating"); in streamFile() 1942 endTimer("Parsing and validating"); in streamFile() 1945 endTimer("Parsing"); in streamFile() 2056 endTimer("walking through the doc"); in walkDoc() 2422 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/sqlite/dist/orig/ |
D | shell.c | 224 static void endTimer(void){ in endTimer() function 237 #define END_TIMER endTimer() 301 static void endTimer(void){ in endTimer() function 314 #define END_TIMER endTimer()
|
/external/sqlite/dist/ |
D | shell.c | 230 static void endTimer(void){ in endTimer() function 243 #define END_TIMER endTimer() 307 static void endTimer(void){ in endTimer() function 320 #define END_TIMER endTimer()
|