HomeSort by relevance Sort by last modified time
    Searched full:minute (Results 276 - 300 of 1648) sorted by null

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libupm/src/gas/
mq3.h 43 * highly sensitive but has a long warm-up time of about 1 minute. It's
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 929 cal.set(Calendar.MINUTE, 35);
943 cal2.set(Calendar.MINUTE, 28);
988 cal1.set(Calendar.MINUTE, 35);
1000 cal2.set(Calendar.MINUTE, 28);
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 497 /* Put the 1 minute, 5 minute and 15 minute load averages
651 /* We only know how to get the 1-minute average for this system,
683 We only know how to get the 1-minute average for this system. */
770 three long integers, for the load average over the past minute,
1018 printf ("1-minute: %f ", avg[0]);
1020 printf ("5-minute: %f ", avg[1]);
1022 printf ("15-minute: %f ", avg[2]);
  /packages/apps/DeskClock/res/values/
donottranslate_events.xml 37 <string name="action_add_minute">Add Minute</string>
  /packages/apps/SoundRecorder/res/values-ro/
strings.xml 29 <string name="min_available" msgid="5493947690062988925">"<xliff:g id="MINUTES">%d</xliff:g> minute disponibile"</string>
  /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
ChannelRecordTest.java 108 * Add new log history to channelRecord which its duration is lower than 1 minute.
  /prebuilts/go/darwin-x86/src/net/
hosts.go 12 const cacheMaxAge = 5 * time.Minute
  /prebuilts/go/darwin-x86/src/time/
time_test.go 37 Hour, Minute, Second int // 15:04:05 is 15, 4, 5.
79 hour != u.Hour || min != u.Minute || sec != u.Second ||
88 t.Minute() == u.Minute &&
541 {"4m5s", 4*Minute + 5*Second},
542 {"4m5.001s", 4*Minute + 5001*Millisecond},
543 {"5h6m7.001s", 5*Hour + 6*Minute + 7001*Millisecond},
544 {"8m0.000000001s", 8*Minute + 1*Nanosecond},
721 {Date(0, 1, 2, 3, 4, 5, 6, FixedZone("", 1)), "Time.MarshalBinary: zone offset has fractional minute"},
823 {"15m", true, 15 * Minute},
    [all...]
  /prebuilts/go/linux-x86/src/net/
hosts.go 12 const cacheMaxAge = 5 * time.Minute
  /prebuilts/go/linux-x86/src/time/
time_test.go 37 Hour, Minute, Second int // 15:04:05 is 15, 4, 5.
79 hour != u.Hour || min != u.Minute || sec != u.Second ||
88 t.Minute() == u.Minute &&
541 {"4m5s", 4*Minute + 5*Second},
542 {"4m5.001s", 4*Minute + 5001*Millisecond},
543 {"5h6m7.001s", 5*Hour + 6*Minute + 7001*Millisecond},
544 {"8m0.000000001s", 8*Minute + 1*Nanosecond},
721 {Date(0, 1, 2, 3, 4, 5, 6, FixedZone("", 1)), "Time.MarshalBinary: zone offset has fractional minute"},
823 {"15m", true, 15 * Minute},
    [all...]
  /system/core/fastboot/
udp.h 55 // attempt to send packets for at least 1 minute once the device has connected. See
  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy.cc 27 // Use a two minute timeout because TPM operations can take a long time.
tpm_ownership_dbus_proxy.cc 27 // Use a two minute timeout because TPM operations can take a long time.
  /system/update_engine/update_manager/
real_time_provider.cc 45 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0;
  /external/libchrome/base/time/
time_unittest.cc 36 45, // minute
79 EXPECT_EQ(tms.tm_min, exploded.minute);
161 EXPECT_EQ(0, exploded.minute);
374 EXPECT_EQ(59, exploded.minute);
386 EXPECT_EQ(59, exploded.minute);
398 EXPECT_EQ(59, exploded.minute);
410 EXPECT_EQ(59, exploded.minute);
422 EXPECT_EQ(59, exploded.minute);
435 EXPECT_EQ(0, exploded.minute);
447 EXPECT_EQ(0, exploded.minute);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java 93 9, gc.get(Calendar.MINUTE));
122 9, gc.get(Calendar.MINUTE));
171 c1.set(Calendar.MINUTE, 34);
173 assertEquals(34, c1.get(Calendar.MINUTE));
174 c1.setTimeZone(new SimpleTimeZone(60000, "ONE MINUTE"));
175 assertEquals(35, c1.get(Calendar.MINUTE));
233 gc1.add(Calendar.MINUTE, 24 * 60);
234 assertEquals("Wrong time after MINUTE change", 17, gc1
716 assertEquals(20, g1.get(Calendar.MINUTE));
722 assertEquals(50, g1.get(Calendar.MINUTE));
    [all...]
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExt.aidl 43 * @param startMinute indicates starting minute
45 * @param endMinute indicates ending minute
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
sigbase.py 36 minute = int(what[10:12])
38 return calendar.timegm((year, month, day, hour, minute, second,
  /external/clang/test/ARCMT/
objcmt-instancetype-2.m 74 + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(NSTimeZone *)aTimeZone __attribute__((availability(macosx,introduced=10.4)));
objcmt-instancetype-2.m.result 74 + (instancetype)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(NSTimeZone *)aTimeZone __attribute__((availability(macosx,introduced=10.4)));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 51 "MINUTE", /* 12 */
132 android.icu.util.Calendar.MINUTE, /* 12 */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesData.java 50 "MINUTE", /* 12 */
131 com.ibm.icu.util.Calendar.MINUTE, /* 12 */
  /external/iptables/extensions/
libxt_limit.c 30 " /sec /minute /hour /day postfixes]\n"
57 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 129 * Set the time field. This has the format hour:minute:second
139 calendar.set(Calendar.MINUTE, min);
  /libcore/luni/src/test/java/libcore/icu/
DateIntervalFormatTest.java 27 private static final long MINUTE = 60 * 1000;
28 private static final long HOUR = 60 * MINUTE;
41 c.set(Calendar.MINUTE, 30);
49 c.set(Calendar.MINUTE, 0);
228 assertEquals("00:00 ? 16:01", formatDateRange(l, utc, midnight, teaTime + MINUTE, abbr24));
229 assertEquals("12:00 AM ? 4:01 PM", formatDateRange(l, utc, midnight, teaTime + MINUTE, abbr12));
265 assertEquals("January 1, 1970, 22:00 ? January 2, 1970, 00:30", formatDateRange(l, utc, 22 * HOUR, 24 * HOUR + 30 * MINUTE, flags));
283 formatDateRange(l, utc, jan_1_1980 + 22 * HOUR, jan_1_1980 + 24 * HOUR + 30 * MINUTE, flags));

Completed in 2024 milliseconds

<<11121314151617181920>>