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

  /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...]
  /system/core/debuggerd/
backtrace.cpp 51 char timestr[64]; local
52 strftime(timestr, sizeof(timestr), "%F %T", &tm);
53 _LOG(log, logtype::BACKTRACE, "\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);
105 char timestr[MAX_TIME_STRING]; local
107 strftime(timestr, sizeof(timestr), "%F %T", &tm);
109 return String8(timestr);
  /external/markdown/MarkdownTest/
MarkdownTest.pl 92 print "Benchmark: ", timestr($time_diff), "\n";
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 3420 char timestr[64]; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 2244 UnicodeString timestr; local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 2244 UnicodeString timestr; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]

Completed in 554 milliseconds