HomeSort by relevance Sort by last modified time
    Searched refs:minute (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /external/python/cpython3/Doc/includes/
tzinfo_examples.py 50 dt.hour, dt.minute, dt.second,
  /external/python/dateutil/dateutil/test/
test_relativedelta.py 369 relativedelta(minute=45.21)
586 minute=1,
604 minute=1,
621 {relativedelta(minute=1): 'test'}
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
QualifiersTest.java 76 assertThat(resources.getQuantityString(R.plurals.minute, 2)).isEqualTo(
  /external/u-boot/include/
efi.h 211 u8 minute; member in struct:efi_time
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java 647 private static void assertTimeValue(Object object, AutofillValue value, int hour, int minute) {
656 assertWithMessage("Wrong minute on AutofillValue %s", value)
657 .that(cal.get(Calendar.MINUTE)).isEqualTo(minute);
663 public static void assertTimeValue(ViewNode node, int hour, int minute) {
664 assertTimeValue(node, node.getAutofillValue(), hour, minute);
670 public static void assertTimeValue(View view, int hour, int minute) {
671 assertTimeValue(view, view.getAutofillValue(), hour, minute);
    [all...]
AutofillValueTest.java 384 private long getDateAsMillis(int year, int month, int day, int hour, int minute) {
388 calendar.set(year, month, day, hour, minute);
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
TimespecTest.cs 44 // should really be way less that a minute apart.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IslamicCalendar.java 278 * @param minute the value used to set the {@link #MINUTE MINUTE} time field
285 int minute, int second)
292 this.set(Calendar.MINUTE, minute);
362 {/* */}, // MINUTE
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 426 int32_t minute,
432 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 214 MINUTE, // Example: 0..59
    [all...]
ucal.h 351 * minute within the hour.
359 * second within the minute.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IslamicCalendar.java 303 * @param minute the value used to set the {@link #MINUTE MINUTE} time field
311 int minute, int second)
318 this.set(Calendar.MINUTE, minute);
388 {/* */}, // MINUTE
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 298 @RpcParameter(name = "minute") @RpcDefault("0") Integer minute,
301 mDialogTask = new TimePickerDialogTask(hour, minute, is24hour);
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
http_util.go 361 minute timeoutUnit = 'M'
372 case minute:
373 return time.Minute, true
415 if d := div(t, time.Minute); d <= maxTimeoutValue {
360 minute timeoutUnit = 'M' const
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 183 minute=int(match.group(5)), second=int(match.group(6)))
  /external/icu/libandroidicu/include/unicode/
ucal.h 351 * minute within the hour.
359 * second within the minute.
    [all...]
  /external/libtextclassifier/annotator/datetime/
extractor.cc 81 if (!ParseDigits(group_text, &(result->minute))) {
82 TC3_LOG(ERROR) << "Couldn't extract MINUTE.";
434 {DatetimeExtractorType_MINUTES, DateParseData::RelationType::MINUTE},
  /external/libtextclassifier/utils/java/
jni-cache.cc 187 TC3_GET_STATIC_INT_FIELD(calendar, minute, "MINUTE");
  /external/u-boot/lib/efi_loader/
efi_runtime.c 143 time->minute = tm.tm_min;
  /device/generic/goldfish/gps/
gps_qemu.c 266 int hour, minute; local
284 minute = str2int(tok.p+2, tok.p+4);
288 tm.tm_min = minute;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 1912 int32_t year, month, day, hour, minute, second; member in struct:__anon24312
    [all...]
  /external/libxml2/
nanoftp.c 1606 int minute = 0; local
    [all...]
  /external/v8/src/js/
intl.js 913 option = getOption('minute', 'string', ['2-digit', 'numeric']);
987 options, 'minute', match, {m: 'numeric', mm: '2-digit'});
1036 (!IS_UNDEFINED(options.hour) || !IS_UNDEFINED(options.minute) ||
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 148 public void onTimeSet(TimePicker view, int hourOfDay, int minute) {
  /external/dng_sdk/source/
dng_xmp.cpp 366 // The degree, minute, second values should always be positive.
492 unsigned minute = 0; local
502 &minute,
528 &minute,
537 timeStamp [1] = dng_urational ((uint32) minute, 1);
    [all...]

Completed in 3430 milliseconds

1 2 3 4 56 7 8 910