Searched refs:minute (Results 1 - 25 of 218) sorted by relevance

123456789

/macosx-10.10.1/ICU-531.30/icuSources/test/compat/
H A Dtzone.pl8 print "Usage: tzone [year month day hour minute]\n";
22 my $minute = 0;
26 ($year, $month, $day, $hour, $minute) = @ARGV;
27 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
H A Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
55 minute = atoi(argv[5]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
123 ts.tm_min = minute;
/macosx-10.10.1/ntp-92/libntp/
H A Dcalyearstart.c34 + (ntp_u_int32_t)jt.minute * SECSPERMIN
47 jt.minute = 0;
H A Dcaltontp.c47 NTP_REQUIRE(jt->minute <= MINSPERHR);
103 + (ntp_u_int32_t)jt->minute * SECSPERMIN
H A Dclocktime.c2 * clocktime - compute the NTP date from a day of year, hour, minute
34 int minute,
51 tmp = MULBY60(tmp) + (long)minute;
31 clocktime( int yday, int hour, int minute, int second, int tzoff, u_long rec_ui, u_long *yearstart, u_int32 *ts_ui ) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DDateTests.mm58 int minute = [[jsNow invokeMethod:@"getMinutes" withArguments:@[]] toInt32];
65 && minute == [components minute]
83 int minute = [[jsDate invokeMethod:@"getMinutes" withArguments:@[]] toInt32];
90 && minute == [components minute]
109 int minute = [[roundTripThroughJS invokeMethod:@"getMinutes" withArguments:@[]] toInt32];
116 && minute == [components minute]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Crypt/SSLeay/
H A DX509.pm18 my($year, $month, $day, $hour, $minute, $second, $GMT)=
21 my $time="$year-$month-$day $hour:$minute:$second";
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/t/
H A D02bugs.t22 year => 1977, month => 11, day => 11, hour => 1, minute => 12,
43 year => 2003, month => 12, day => 25, hour => 0, minute => 00,
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dspintime.itk122 itk_component add minute {
123 iwidgets::Spinint $itk_interior.minute \
124 -decrement [itcl::code $this _down60 minute] \
138 bind [$itk_component(minute) component entry] <1> {break}
139 bind [$itk_component(minute) component entry] <Button1-Motion> {break}
205 $itk_component(minute) configure -labelpos n
212 $itk_component(minute) configure -labelmargin 1
218 $itk_component(minute) configure -labelpos s
225 $itk_component(minute) configure -labelmargin 1
231 $itk_component(minute) configur
[all...]
H A Dwatch.itk136 set _radius(minute) 1
140 set _theta(minute) 6
144 set _extent(minute) 14
148 set _timeVar(minute) 0
212 # Create the canvas items for displaying the hour, minute, and second hands
216 watch create arc 1 1 1 1 -extent 30 -tags minute
222 # the hour, minute, and second hands will pivot.
303 $_timeVar(hour) $_timeVar(minute) \
368 set _timeVar(minute) [expr int(1[lindex $timestring 1] - 100)]
373 _drawHand minute
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdates.cpp43 hour = h; minute = min; second = sec;
145 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
166 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
187 int month, day, hour, minute;
190 &year, &month, &day, &hour, &minute, &second))
194 mTime = Gregorian((int)year, month, day, hour, minute, second);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdates.cpp43 hour = h; minute = min; second = sec;
145 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
166 int(greg.year), greg.month, greg.day, greg.hour, greg.minute, int(greg.second)))
187 int month, day, hour, minute;
190 &year, &month, &day, &hour, &minute, &second))
194 mTime = Gregorian((int)year, month, day, hour, minute, second);
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Ditunes.rb294 def construct(hour, minute, second)
295 components = [minute, second]
311 attr_reader :hour, :minute, :second
323 "(minute, second), ([minute, second]), " +
324 "(hour, minute, second) or ([hour, minute, second]): " +
327 @second, @minute, @hour = args.reverse
340 @hour, @minute, @second = self.class.parse(value, @do_validate)
355 def minute
[all...]
/macosx-10.10.1/ntp-92/util/
H A Dtg.c32 * year, hh the hour of day and mm the minute of hour. For instance,
119 #define MIN 3 /* minute pulse */
129 {MIN, 800}, /* 0 minute sync pulse */
139 {COEF, 1}, /* 10 1 minute units */
144 {COEF, 1}, /* 15 10 minute tens */
263 int minute, hour, day, year; local
312 &hour, &minute);
354 minute = tm->tm_min;
376 year, day, hour, minute, second, tone);
378 hour, minute, yea
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Ditunes.rb177 %w(hour minute second).each do |name|
184 @hour, @minute, @second, @content = nil
186 @hour, @minute, @second =
197 def minute=(minute)
198 @minute = Integer(minute)
216 components = [@hour, @minute, @second]
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_maker_itunes.rb173 def _assert_maker_itunes_duration(hour, minute, second, value,
175 _assert_maker_itunes_duration_by_value(hour, minute, second, value,
177 _assert_maker_itunes_duration_by_hour_minute_second(hour, minute, second,
183 def _assert_maker_itunes_duration_by(hour, minute, second, value,
194 assert_equal([hour, minute, second, expected_value],
195 [duration.hour, duration.minute,
202 assert_equal([hour, minute, second, expected_value],
203 [duration.hour, duration.minute,
207 def _assert_maker_itunes_duration_by_value(hour, minute, second, value,
209 _assert_maker_itunes_duration_by(hour, minute, secon
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/lib/DateTime/Format/
H A DISO8601.pm423 params => [ qw( hour minute second) ],
436 params => [ qw( hour minute ) ],
447 params => [ qw( hour minute second nanosecond) ],
459 params => [ qw( hour minute second ) ],
470 params => [ qw( hour minute ) ],
483 params => [ qw( minute second ) ],
497 params => [ qw( minute second nanosecond ) ],
509 params => [ qw( minute second ) ],
536 params => [ qw( hour minute second ) ],
549 params => [ qw( hour minute secon
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_jjy.c172 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
519 pp->minute = up->minute ;
538 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
540 pp->year, pp->day, pp->hour, pp->minute, pp->second, (int)(pp->nsec/100000000) ) ;
550 up->year, up->month, up->day, up->hour, up->minute, up->second, up->msecond/100 ) ;
665 rc = sscanf ( pBuf, "%2d:%2d:%2d", &up->hour, &up->minute, &up->second ) ;
666 if ( rc != 3 || up->hour > 23 || up->minute > 59 || up->second > 60 ) {
676 if ( up->hour == 0 && up->minute == 0 && up->second <= 2 ) {
742 &up->year, &up->month, &up->day, &up->hour, &up->minute,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A Dcssmdatetime.cpp206 date.minute = x;
256 date.hour, date.minute, int(date.second));
264 date.hour, date.minute, int(date.second));
275 sprintf(outCssmDate, "%04d%02d%02d%02d%02d%02dZ", (int)gd.year, gd.month, gd.day, gd.hour, gd.minute, (unsigned int)gd.second);
284 unsigned int year, month, day, hour, minute, second; local
285 sscanf(cssmDate, "%4d%2d%2d%2d%2d%2d", &year, &month, &day, &hour, &minute, &second);
290 gd.minute = minute;
422 gd.minute = x;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Dcssmdatetime.cpp206 date.minute = x;
256 date.hour, date.minute, int(date.second));
264 date.hour, date.minute, int(date.second));
275 sprintf(outCssmDate, "%04d%02d%02d%02d%02d%02dZ", (int)gd.year, gd.month, gd.day, gd.hour, gd.minute, (unsigned int)gd.second);
284 unsigned int year, month, day, hour, minute, second; local
285 sscanf(cssmDate, "%4d%2d%2d%2d%2d%2d", &year, &month, &day, &hour, &minute, &second);
290 gd.minute = minute;
422 gd.minute = x;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Dcssmdatetime.cpp206 date.minute = x;
256 date.hour, date.minute, int(date.second));
264 date.hour, date.minute, int(date.second));
275 sprintf(outCssmDate, "%04d%02d%02d%02d%02d%02dZ", (int)gd.year, gd.month, gd.day, gd.hour, gd.minute, (unsigned int)gd.second);
284 unsigned int year, month, day, hour, minute, second; local
285 sscanf(cssmDate, "%4d%2d%2d%2d%2d%2d", &year, &month, &day, &hour, &minute, &second);
290 gd.minute = minute;
422 gd.minute = x;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DGregorianDateTime.h57 inline int minute() const { return m_minute; } function in class:WTF::GregorianDateTime
68 inline void setMinute(int minute) { m_minute = minute; } argument
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtimezone.el104 (let* ((m (timezone-zone-to-minute timezone))
121 (defun timezone-make-time-string (hour minute second)
123 (format "%02d:%02d:%02d" hour minute second))
236 "Parse TIME (HH:MM:SS) and return a vector [hour minute second].
239 hour minute second)
242 (setq hour 1 minute 2 second 3))
245 (setq hour 1 minute 2 second nil))
248 (setq hour 1 minute 2 second 3))
251 (setq hour 1 minute 2 second nil))
253 ;; Return [hour minute secon
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D03_base_datetime.t29 minute => 59,
51 minute => 59,
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D008_epoch.t43 is( $parsed->minute, 2 );
64 is( $parsed->minute, 2 );

Completed in 184 milliseconds

123456789