/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
parseutils.h | 102 * Parse timestr and return in *time a corresponding number of 106 * to the string in timestr. If the string represents a duration, it 109 * January, 1970 up to the time of the parsed date. If timestr cannot 112 * @param timestr a string representing a date or a duration. 128 * @param duration flag which tells how to interpret timestr, if not 129 * zero timestr is interpreted as a duration, otherwise as a date 133 int av_parse_time(int64_t *timeval, const char *timestr, int duration);
|
/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/curl/tests/libtest/ |
testtrace.c | 93 char *timestr; local 99 timestr = &timebuf[0]; 115 fprintf(stderr, "%s== Info: %s", timestr, (char *)data);
|
/system/core/debuggerd/ |
backtrace.cpp | 57 char timestr[64]; local 58 strftime(timestr, sizeof(timestr), "%F %T", &tm); 59 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, timestr);
|
/system/core/libutils/ |
ProcessCallStack.cpp | 47 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) { 48 if (timeStr == NULL) { 49 ALOGW("%s: timeStr was NULL", __FUNCTION__); 70 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr); 106 char timestr[MAX_TIME_STRING]; local 108 strftime(timestr, sizeof(timestr), "%F %T", &tm); 110 return String8(timestr);
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 92 print "Benchmark: ", timestr($time_diff), "\n";
|
/prebuilts/go/darwin-x86/src/time/ |
format_test.go | 513 timestr := d.Format(test.format) 514 if timestr != test.value { 515 t.Errorf("Format = %s, want %s", timestr, test.value)
|
/prebuilts/go/linux-x86/src/time/ |
format_test.go | 513 timestr := d.Format(test.format) 514 if timestr != test.value { 515 t.Errorf("Format = %s, want %s", timestr, test.value)
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/frameworks/native/services/inputflinger/ |
InputDispatcher.cpp | 3476 char timestr[64]; local [all...] |
/external/autotest/client/virt/ |
virt_utils.py | [all...] |
/external/icu/icu4c/source/i18n/ |
vtzone.cpp | 2244 UnicodeString timestr; local [all...] |
/external/google-breakpad/src/processor/ |
minidump.cc | 378 char timestr[20]; local 379 int rv = strftime(timestr, 20, "%Y-%m-%d %H:%M:%S", ×truct); 384 return string(timestr); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_datetime.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_datetime.py | [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...] |
/external/robolectric/v3/libs/ |
vtd-xml-2.11.jar | |
/prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/ |
vtd-xml-2.11.jar | |