HomeSort by relevance Sort by last modified time
    Searched defs:timestr (Results 1 - 9 of 9) 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);
  /system/core/libutils/
ProcessCallStack.cpp 46 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) {
47 if (timeStr == NULL) {
48 ALOGW("%s: timeStr was NULL", __FUNCTION__);
69 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr);
100 char timestr[MAX_TIME_STRING]; local
102 strftime(timestr, sizeof(timestr), "%F %T", &tm);
104 return String8(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/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 2228 UnicodeString timestr; local
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 2233 UnicodeString timestr; local
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 3394 char timestr[64]; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 2780 milliseconds