/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 302 // The "offset" field in "minuteTests" represents minutes. 307 // Nov 4, 12am + 0 minutes = Nov 4, 12am 308 // Nov 5, 12am + 0 minutes = Nov 5, 12am 312 // Nov 3, 12am + 60 minutes = Nov 3, 1am 313 // Nov 4, 12am + 60 minutes = Nov 4, 1am 314 // Nov 5, 12am + 60 minutes = Nov 5, 1am 319 // Nov 3, 1am + 60 minutes = Nov 3, 2am 320 // Nov 4, 1am (PDT) + 30 minutes = Nov 4, 1:30am (PDT) 321 // Nov 4, 1am (PDT) + 60 minutes = Nov 4, 1am (PST) 326 // Nov 4, 1:30am (PDT) + 15 minutes = Nov 4, 1:45am (PDT [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MeasureUnitTest.java | 777 {_19m, "19 minutes"}, 779 {_1h_23_5m, "1 hour, 23.5 minutes"}, 780 {_1h_0m_23s, "1 hour, 0 minutes, 23 seconds"}, [all...] |
/external/icu/icu4c/source/test/intltest/ |
measfmttest.cpp | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MeasureUnitTest.java | 773 {_19m, "19 minutes"}, 775 {_1h_23_5m, "1 hour, 23.5 minutes"}, 776 {_1h_0m_23s, "1 hour, 0 minutes, 23 seconds"}, [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
smpdtfmt.h | 471 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. 485 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields. 551 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field. 558 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields. 565 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields. 573 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields. 582 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields. 591 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.</td> 596 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields.</td> 601 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields.</td [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MeasureFormat.java | [all...] |
TimeZoneFormat.java | 203 * Positive offset with hours and minutes fields 207 * Positive offset with hours, minutes and seconds fields 211 * Negative offset with hours and minutes fields 215 * Negative offset with hours, minutes and seconds fields 308 // cache if offset hours and minutes are abutting 746 * This format always uses 2 digit hours and minutes. When the given offset has non-zero [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MeasureFormat.java | [all...] |
TimeZoneFormat.java | 225 * Positive offset with hours and minutes fields 230 * Positive offset with hours, minutes and seconds fields 235 * Negative offset with hours and minutes fields 240 * Negative offset with hours, minutes and seconds fields 344 // cache if offset hours and minutes are abutting 799 * This format always uses 2 digit hours and minutes. When the given offset has non-zero [all...] |
/frameworks/base/core/java/android/service/notification/ |
ZenModeConfig.java | 716 public static Condition toTimeCondition(Context context, long time, int minutes, 722 if (minutes < 60) { 723 // display as minutes 724 num = minutes; 732 } else if (minutes < DAY_MINUTES) { 734 num = Math.round(minutes / 60f); [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time.go | 510 // u is now integer minutes 595 // Minutes returns the duration as a floating point number of minutes. 596 func (d Duration) Minutes() float64 { 843 var offsetMin int16 // minutes east of UTC. -1 is UTC. 873 byte(offsetMin >> 8), // bytes 13-14: zone offset in minutes [all...] |
/prebuilts/go/linux-x86/src/time/ |
time.go | 510 // u is now integer minutes 595 // Minutes returns the duration as a floating point number of minutes. 596 func (d Duration) Minutes() float64 { 843 var offsetMin int16 // minutes east of UTC. -1 is UTC. 873 byte(offsetMin >> 8), // bytes 13-14: zone offset in minutes [all...] |
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/ |
DalvikTest.java | 167 private long mPerTestTimeout = 10; // 10 minutes 379 mDevice.executeShellCommand(command, receiver, mPerTestTimeout, TimeUnit.MINUTES, 1);
|
/development/samples/training/location-aware/src/com/example/android/location/ |
LocationActivity.java | 299 // If it's been more than two minutes since the current location, use the new location 303 // If the new location is more than two minutes older, it must be worse
|
/docs/source.android.com/src/devices/tech/admin/ |
testing-provision.jd | 322 <code>afw-test.props</code>. Valid settings are in minutes; you can set to any 323 number of minutes that works with your device.</em></p>
|
/external/autotest/frontend/client/src/autotest/public/ |
AfeClient.html | 100 <td><span id="view_timeout"></span> minutes</td> 108 <td><span id="view_max_runtime"></span> minutes</td>
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
datetimeutil.py | 81 return timedelta(hours=int(val), minutes=60*(val % 1.0)) 97 return timedelta(hours=hr, minutes=mi)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
domain.py | 49 created. It can take several minutes to initialize a domain 58 value for deleted for several minutes until resource cleanup
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
domain.py | 47 created. It can take several minutes to initialize a domain 56 value for deleted for several minutes until resource cleanup
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
crypt.py | 29 CLOCK_SKEW_SECS = 300 # 5 minutes in seconds 30 AUTH_TOKEN_LIFETIME_SECS = 300 # 5 minutes in seconds
|
/external/dng_sdk/source/ |
dng_xmp.cpp | 276 // Else we need to use the fractional minutes case. 281 // Find value minutes. 291 // Split into degrees and minutes. 352 real64 minutes = 0.0; local 358 &minutes, 368 if (degrees < 0 || minutes < 0 || seconds < 0) 377 coord [1].Set_real64 (minutes, 10000); 382 coord [1].Set_real64 (minutes, 1); [all...] |
/external/guava/guava/src/com/google/common/cache/ |
CacheBuilderSpec.java | 61 * or "s", representing days, hours, minutes, or seconds respectively. (There 429 timeUnit = TimeUnit.MINUTES;
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
CycleDetectingLockFactoryTest.java | 520 finishLatch.await(1, TimeUnit.MINUTES); 529 locked.await(1, TimeUnit.MINUTES);
|
/external/iproute2/tc/ |
em_meta.c | 56 "Load average in last 5 minutes"), 58 "Load average in last 15 minutes"),
|
/external/iptables/extensions/ |
libxt_time.c | 371 unsigned int *minutes, unsigned int *seconds) 375 *minutes = fulltime % 60;
|