HomeSort by relevance Sort by last modified time
    Searched refs:minutes (Results 226 - 250 of 694) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 817 * of minutes, ValueError is raised and this returns -1.
853 "whole number of minutes",
882 * # of minutes), ValueError is raised and this returns -1. Else *none is
883 * set to 0 and the offset is returned (as int # of minutes east of UTC).
924 * the offset is returned (as an int # of minutes east of UTC).
1117 int minutes; local
2050 int minutes; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 817 * of minutes, ValueError is raised and this returns -1.
853 "whole number of minutes",
882 * # of minutes), ValueError is raised and this returns -1. Else *none is
883 * set to 0 and the offset is returned (as int # of minutes east of UTC).
924 * the offset is returned (as an int # of minutes east of UTC).
1117 int minutes; local
2050 int minutes; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 817 * of minutes, ValueError is raised and this returns -1.
853 "whole number of minutes",
882 * # of minutes), ValueError is raised and this returns -1. Else *none is
883 * set to 0 and the offset is returned (as int # of minutes east of UTC).
924 * the offset is returned (as an int # of minutes east of UTC).
986 * to minutes east of UTC (as returned by the tzinfo.utcoffset() method).
1117 int minutes; local
2050 int minutes; local
    [all...]
  /prebuilts/go/darwin-x86/src/time/
example_test.go 111 fmt.Printf("The movie is %.0f minutes long.", m.Minutes())
112 // Output: The movie is 90 minutes long.
249 // so it doesn't need padding, but the minutes (04, 06) does.
  /prebuilts/go/linux-x86/src/time/
example_test.go 111 fmt.Printf("The movie is %.0f minutes long.", m.Minutes())
112 // Output: The movie is 90 minutes long.
249 // so it doesn't need padding, but the minutes (04, 06) does.
  /external/fio/tools/
genfio 92 Estimated Time = 6000 seconds : 1 hour 40 minutes
354 echo "Estimated Time = $ETA seconds : $ETA_H hour $ETA_M minutes"
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKDuration.java 67 import static java.time.temporal.ChronoUnit.MINUTES;
341 {0, MINUTES, 0, 0},
349 {1, MINUTES, 60, 0},
357 {3, MINUTES, 3 * 60, 0},
365 {-1, MINUTES, -60, 0},
373 {-3, MINUTES, -3 * 60, 0},
385 {Long.MAX_VALUE / 60, MINUTES, (Long.MAX_VALUE / 60) * 60, 0},
386 {Long.MIN_VALUE / 60, MINUTES, (Long.MIN_VALUE / 60) * 60, 0},
404 {Long.MAX_VALUE / 60 + 1, MINUTES},
405 {Long.MIN_VALUE / 60 - 1, MINUTES},
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 1557 long minutes = seconds \/ 60; local
    [all...]
  /test/vti/test_serving/gae/webapp/src/scheduler/
periodic.py 207 minutes=x.period))
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 25 underruns after 10 minutes:
  /device/generic/goldfish/gps/
gps_qemu.c 323 double minutes = val - degrees*100.; local
324 double dcoord = degrees + minutes / 60.0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 615 minutes = hours*60 + minute
616 seconds = minutes*60 + second
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 610 minutes = hours*60 + minute
611 seconds = minutes*60 + second
  /external/golang-protobuf/ptypes/duration/
duration.pb.go 75 // td = datetime.timedelta(days=3, minutes=10)
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 34 // backwards to year one. It is encoded assuming all minutes are 60
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 587 UInt32 minutes = seconds / 60; local
599 *s++ = ':'; UINT_TO_STR_2(minutes);
  /external/pdfium/third_party/lcms/src/
cmsplugin.c 394 Dest->tm_min = _cmsAdjustEndianess16(Source->minutes);
410 Dest->minutes = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_min);
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 47 /// backwards to year one. It is encoded assuming all minutes are 60
  /external/python/cpython2/Lib/
calendar.py 616 minutes = hours*60 + minute
617 seconds = minutes*60 + second
  /external/python/cpython3/Lib/
calendar.py 603 minutes = hours*60 + minute
604 seconds = minutes*60 + second
nntplib.py 241 minutes = int(time_str[2:4])
252 return datetime.datetime(year, month, day, hours, minutes, seconds)
    [all...]
  /external/robolectric-shadows/
run_robotests.mk 49 # 10 minutes.
  /external/skia/tools/
bisect_roll.go 53 log("Updating repos and finding roll attempts; this can take a few minutes...")
  /external/skqp/tools/
bisect_roll.go 53 log("Updating repos and finding roll attempts; this can take a few minutes...")
  /external/webrtc/webrtc/base/
httpcommon.cc 376 int minutes = (zone[3] - '0') * 10 + (zone[4] - '0'); local
377 int offset = (hours * 60 + minutes) * 60;

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>