Searched refs:minutes (Results 76 - 97 of 97) sorted by relevance

1234

/external/chromium/chrome/browser/history/
H A Dtop_sites.cc750 int64 minutes = kMaxUpdateIntervalMinutes - local
752 return base::TimeDelta::FromMinutes(minutes);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc391 int minutes = (zone[3] - '0') * 10 + (zone[4] - '0'); local
392 int offset = (hours * 60 + minutes) * 60;
/external/iproute2/misc/
H A Dss.c454 int secs, msecs, minutes; local
458 minutes = secs/60;
462 if (minutes) {
464 snprintf(buf, sizeof(buf)-16, "%dmin", minutes);
465 if (minutes > 9)
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp105 int32_t offset, hours, minutes, seconds; local
152 minutes = (offset%3600000)/60000;
155 (int32_t)hours + ":" + (minutes < 10 ? "0" : "") + (int32_t)minutes;
/external/icu4c/tools/tzcode/
H A Dzic.c1931 register int minutes; local
1941 minutes = offset % MINSPERHOUR;
1949 if (minutes != 0 || seconds != 0) {
1950 (void) sprintf(end(result), ":%02d", minutes); local
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm489 hours:0 minutes:0 seconds:0];
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php481 protected $timestamp_threshold = 300; // in seconds, five minutes
/external/ipsec-tools/src/racoon/
H A Dcftoken.l565 min|mins|minute|minutes { YYD; return(UNITTYPE_MIN); }
/external/kernel-headers/original/linux/
H A Dvideodev2.h546 __u8 minutes; member in struct:v4l2_timecode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9177 ;; (BcdToBin(minutes) * 1092.3904)
9182 ;; (BcdToBin(minutes) * 10923904) / 10000 +
9200 ;; get CMOS minutes
9204 in al, #0x71 ;; AL has CMOS minutes in BCD
9205 call BcdToBin ;; EAX now has minutes in binary
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4614 off_mm; /* timezone offset minutes */
4618 The time can be offset plus or minus a set amount of hours (off\_hh) and minutes (off\_mm). When \textit{off\_dir} is zero, the time will be added otherwise it
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c13599 int h, m; /* Hour and minutes */
13600 int tz; /* Timezone offset in minutes */
13668 ** If the parse is successful, write the number of minutes
14064 ** NNN minutes
14206 ** specified number of hours, minutes, seconds, and fractional seconds
24702 ((int)dt.minutes + dt.timezone)*60*1000 + dt.hours*3600*1000;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13599 int h, m; /* Hour and minutes */
13600 int tz; /* Timezone offset in minutes */
13668 ** If the parse is successful, write the number of minutes
14064 ** NNN minutes
14206 ** specified number of hours, minutes, seconds, and fractional seconds
24702 ((int)dt.minutes + dt.timezone)*60*1000 + dt.hours*3600*1000;
[all...]

Completed in 919 milliseconds

1234