Searched refs:parseTime (Results 1 – 4 of 4) sorted by relevance
1026 assertTimeEquals(parseTime("2012-01-29T00:00:00.000Z"),1028 assertTimeEquals(parseTime("2012-02-29T00:00:00.000Z"),1090 final long NOW = parseTime("2007-03-10T00:00Z");1092 final long CYCLE_END = parseTime("2007-03-15T00:00Z");1157 final long start = parseTime("2015-11-01T00:00Z");1158 final long end = parseTime("2015-11-07T00:00Z");1281 final long start = parseTime("2015-11-01T00:00Z");1282 final long end = parseTime("2015-11-07T00:00Z");1666 final long start = parseTime("2015-11-01T00:00Z");1667 final long end = parseTime("2015-11-07T00:00Z");[all …]
158 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0;173 parseTime = cacheTime - parseTime;175 if (parseTime + cacheTime > LOG_PARSE_TIMINGS_THRESHOLD_MS) {176 Slog.i(TAG, "Parse times for '" + packageFile + "': parse=" + parseTime
74 msgTimeMillis = parseTime(wrappedData.getString(OmtpConstants.TIME)); in SyncMessage()77 private static long parseTime(@Nullable String value) { in parseTime() method in SyncMessage
444 static char* parseTime(log_time& t, const char* cp) { in parseTime() function493 char* ep = parseTime(t, line.c_str()); in lastLogTime()681 char* cp = parseTime(tail_time, optarg); in Run()