HomeSort by relevance Sort by last modified time
    Searched defs:timestr (Results 1 - 7 of 7) sorted by null

  /system/core/debuggerd/
backtrace.c 52 char timestr[64]; local
53 strftime(timestr, sizeof(timestr), "%F %T", &tm);
54 _LOG(log, SCOPE_AT_FAULT, "\n\n----- pid %d at %s -----\n", pid, timestr);
  /cts/tools/dasm/src/java_cup/
Main.java 679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
683 + timestr(parse_end-prelim_end, total_time) );
686 + timestr(check_end-parse_end, total_time));
689 + timestr(build_end-check_end, total_time));
692 + timestr(nullability_end-check_end, total_time));
695 + timestr(first_end-nullability_end, total_time));
698 + timestr(machine_end-first_end, total_time));
701 + timestr(table_end-machine_end, total_time));
704 + timestr(reduce_check_end-table_end, total_time))
740 protected static String timestr(long time_val, long total_time) method in class:Main
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 2233 UnicodeString timestr; local
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 3370 char timestr[64]; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 205 milliseconds