HomeSort by relevance Sort by last modified time
    Searched refs:endTimer (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 49 void endTimer(const int id) {
76 #define PROF_TIMER_END(timer_id) __LATINIME__PROFILER__.endTimer(timer_id)
  /external/vulkan-validation-layers/
genvk.py 88 def endTimer(msg):
100 endTimer('Time to make ElementTree =')
104 endTimer('Time to parse ElementTree =')
325 endTimer('Time to generate ' + genOpts.filename + ' =')
  /external/libxml2/
xmllint.c 448 * endTimer: call where you want to stop timing and to print out a
453 endTimer(const char *fmt, ...)
464 #error "endTimer required stdarg functions"
489 endTimer(const char *fmt, ...)
498 #error "endTimer required stdarg functions"
518 endTimer(char *format, ...)
    [all...]
testSAX.c 112 * endTimer: call where you want to stop timing and to print out a
117 endTimer(const char *fmt, ...)
128 #error "endTimer required stdarg functions"
153 endTimer(const char *fmt, ...)
162 #error "endTimer required stdarg functions"
182 endTimer(char *format, ...)
1183 endTimer("Parsing");
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 86 def endTimer(msg):
98 endTimer('Time to make ElementTree =')
102 endTimer('Time to parse ElementTree =')
566 endTimer('Time to generate ' + genOpts.filename + ' =')
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 122 static void endTimer(int count) {
226 endTimer(passCount);
  /external/sqlite/dist/orig/
shell.c 214 static void endTimer(void){
227 #define END_TIMER endTimer()
293 static void endTimer(void){
306 #define END_TIMER endTimer()
    [all...]
  /external/sqlite/dist/
shell.c 220 static void endTimer(void){
233 #define END_TIMER endTimer()
299 static void endTimer(void){
312 #define END_TIMER endTimer()
    [all...]

Completed in 6073 milliseconds