HomeSort by relevance Sort by last modified time
    Searched refs:endTimer (Results 1 - 9 of 9) 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/
lvl_genvk.py 34 def endTimer(timeit, msg):
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 =')
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 86 def endTimer(msg):
98 endTimer('Time to make ElementTree =')
102 endTimer('Time to parse ElementTree =')
346 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 224 static void endTimer(void){
237 #define END_TIMER endTimer()
301 static void endTimer(void){
314 #define END_TIMER endTimer()
    [all...]
  /external/sqlite/dist/
shell.c 230 static void endTimer(void){
243 #define END_TIMER endTimer()
307 static void endTimer(void){
320 #define END_TIMER endTimer()
    [all...]

Completed in 358 milliseconds