/device/generic/goldfish/gps/ |
gps_qemu.c | 317 double minutes = val - degrees*100.; local 318 double dcoord = degrees + minutes / 60.0;
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 157 { 106, 11, 31, 23, 61, 59, 999999999 }, // 7 Minutes out of 159 { 106, 11, 31, 23, -1, 59, 999999999 }, // 8 Minutes out of
|
/external/autotest/cli/ |
job.py | 425 help='Job timeout in minutes.', 428 help='Job maximum runtime in minutes')
|
/external/autotest/client/site_tests/power_LoadTest/ |
power_LoadTest.py | 367 # minutes from the final extrapolation. 377 units='minutes')
|
/external/bison/lib/ |
stdlib.in.h | 210 minutes, and the last 15 minutes, respectively.
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
bench_find_anomalies.py | 87 # 250 rows takes about 5 minutes to run find_change_points per task queue task. 88 # (The AE limit is 10 minutes)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/ |
layer1.py | 205 The OpenId token is valid for 15 minutes. 264 valid for 15 minutes. You can exchange the token with Amazon STS
|
/external/google-breakpad/src/client/mac/sender/ |
crash_report_sender.m | 432 int displayedTimeLeft; // This can be either minutes or seconds. 435 // calculate minutes remaining for UI purposes
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UniversalTimeScale.java | 253 private static final long minutes = seconds * 60; field in class:UniversalTimeScale 254 private static final long hours = minutes * 60;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
SimpleDateFormat.java | 181 * <p>For time zones that have no names, use strings GMT+hours:minutes or 182 * GMT-hours:minutes.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UniversalTimeScale.java | 289 private static final long minutes = seconds * 60; field in class:UniversalTimeScale 290 private static final long hours = minutes * 60;
|
/external/libnl/lib/ |
utils.c | 400 * minutes, seconds, and milliseconds and stores it in the specified 413 _SPLIT(2, 60000); /* minutes */
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.cpp | 566 UInt32 minutes = seconds / 60;
local 578 *s++ = ':'; UINT_TO_STR_2(minutes);
|
/external/owasp/sanitizer/tools/findbugs/doc/manual/ |
anttask.html | 192 milliseconds, which is ten minutes. Note that for very large 193 programs, <span class="application">FindBugs</span> may require more than ten minutes to complete its
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Value.cpp | 557 void CJS_Date::SetMinutes(int minutes) { 558 double date = MakeDate(GetYear(), GetMonth(), GetDay(), GetHours(), minutes,
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsplugin.c | 408 Dest->tm_min = _cmsAdjustEndianess16(Source->minutes); 424 Dest->minutes = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_min);
|
/external/pdfium/tools/drmemory/scripts/ |
valgrind_test.py | 215 minutes = seconds / 60 217 logging.info("elapsed time: %02d:%02d:%02d" % (hours, minutes, seconds))
|
/external/valgrind/memcheck/tests/ |
vcpu_fbench.c | 734 printf("minutes of execution is timed.\n"); 757 printf("adjust iteration count so the benchmark runs about five minutes.\n\n");
|
/external/valgrind/perf/ |
fbench.c | 730 printf("minutes of execution is timed.\n"); 753 printf("adjust iteration count so the benchmark runs about five minutes.\n\n");
|
/frameworks/base/core/java/android/app/job/ |
JobInfo.java | 80 private static final long MIN_PERIOD_MILLIS = 15 * 60 * 1000L; // 15 minutes 83 private static final long MIN_FLEX_MILLIS = 5 * 60 * 1000L; // 5 minutes [all...] |
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 582 int minutes = (offset % 3600) / 60; local 585 tb.append(zeroPad(minutes, 2));
|
/frameworks/base/core/java/android/widget/ |
TextClock.java | 97 * This default pattern shows only the time, hours and minutes, and an am/pm 112 * This default pattern shows only the time, hours and minutes.
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsHistoryTest.java | 121 // split almost completely into middle bucket, but with a few minutes 122 // overlap into neighboring buckets. total record is 20 minutes.
|
/frameworks/base/docs/html/guide/topics/location/ |
strategies.jd | 283 // If it's been more than two minutes since the current location, use the new location 287 // If the new location is more than two minutes older, it must be worse
|
/frameworks/base/media/java/android/media/ |
TtmlRenderer.java | 133 String minutes = matcher.group(2); local 134 durationSeconds += Long.parseLong(minutes) * 60;
|