Searched refs:time (Results 276 - 300 of 3079) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDefaultDashboardView.js41 time: {
78 var timeItem = this._items.time;
79 timeItem.text = dashboard.time ? Number.secondsToString(dashboard.time) : "\u2014";
80 this._setItemEnabled(timeItem, dashboard.time > 0);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py3 import time
202 start = time.time()
221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftimezone.py2 import time
75 offset = CFTimeZoneGetSecondsFromGMT(zone, time.time())
87 abbrev = CFTimeZoneCopyAbbreviation(zone, time.time())
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py3 import time
202 start = time.time()
221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cftimezone.py2 import time
64 offset = CFTimeZoneGetSecondsFromGMT(zone, time.time())
74 abbrev = CFTimeZoneCopyAbbreviation(zone, time.time())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cftimezone.py2 import time
82 offset = CFTimeZoneGetSecondsFromGMT(zone, time.time())
92 abbrev = CFTimeZoneCopyAbbreviation(zone, time.time())
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c5 * obtain time values from the operating system.
71 return time((time_t *) NULL);
83 * start time is also system dependant.
86 * Number of clicks from some start time.
125 * The return value is the local time zone, measured in
139 * We prefer first to use the time zone in "struct tm" if the
143 * time to local time and use the difference from UTC as the local
144 * time zone. In all cases, we need to undo any Daylight Saving Time
206 * Fallback - determine time zon
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMediaTime.cpp331 static const MediaTime* time = new MediaTime(0, 1, Valid); local
332 return *time;
337 static const MediaTime* time = new MediaTime(-1, 1, 0); local
338 return *time;
343 static const MediaTime* time = new MediaTime(0, 1, PositiveInfinite | Valid); local
344 return *time;
349 static const MediaTime* time = new MediaTime(-1, 1, NegativeInfinite | Valid); local
350 return *time;
355 static const MediaTime* time = new MediaTime(0, 1, Indefinite | Valid); local
356 return *time;
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dhttp_pipe.py25 import time
41 MIN_POLL_TIME = 0.01 # seconds. Minimum time to poll, in order to prevent
344 return self._start_time + TIMEOUT - time.time()
349 return self._last_queued_time + SEND_BUFFER_TIME - time.time()
358 self._start_time = time.time()
392 self._last_queued_time = time.time()
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dfile.c61 #include <time.h> /* Required for utimes on some platforms. */
66 #include <sys/time.h>
73 #include <isc/time.h>
100 isc_file_getmodtime(const char *file, isc_time_t *time) { argument
105 REQUIRE(time != NULL);
114 isc_time_set(time, stats.st_mtime, 0);
120 isc_file_settime(const char *file, isc_time_t *time) { argument
123 REQUIRE(file != NULL && time != NULL);
135 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(time);
151 (isc_int32_t)(isc_time_nanoseconds(time) / 100
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbtz.cpp24 * A struct representing a time zone transition
27 UDate time; member in struct:Transition
183 // Build the transition array which represents historical time zone
214 // No more transitions from this rule - skip this rule next time
278 trst->time = nextTransitionTime;
319 final0->time = tt0;
322 rule1->getNextStart(tt0, rule0->getRawOffset(), rule0->getDSTSavings(), false, final1->time);
326 final0->time = tt1;
329 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
390 UDate time local
502 UDate time; local
898 UDate time = transition->time; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinTime.c4 * Contains Windows specific versions of Tcl functions that obtain time
42 struct tm tm; /* time information */
60 * is initialized for the first time. */
68 * The following values are used for calculating virtual time. Virtual
69 * time is always equal to:
72 * and lastFileTime and lastCounter are updated any time that virtual time
85 /* Last 64 samples of system time. */
132 * TIP #233 (Virtualized Time): Data for the time hooks, if any.
175 * start time i
631 time_t time; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-dst.el10 ;; Human-Keywords: daylight saving time, calendar, diary, holidays
32 ;; holiday.el that deal with daylight saving time.
49 (defvar calendar-current-time-zone-cache nil
50 "Cache for result of `calendar-current-time-zone'.")
51 (put 'calendar-current-time-zone-cache 'risky-local-variable t)
53 (defvar calendar-system-time-basis
57 (defun calendar-absolute-from-time (x utc-diff)
58 "Absolute local date of time X; local time is UTC-DIFF seconds from UTC.
71 (cons (+ calendar-system-time
[all...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest_collection.c42 #include <time.h>
160 tt->start_time = time(NULL);
165 tests_set_stop_time(test_collection_t *tt, time_t time) argument
168 return (tt->stop_time = time);
186 tests_set_start_time(test_collection_t *tt, time_t time) argument
189 return (tt->start_time = time);
197 tt->stop_time = time(NULL);
209 fprintf(stdout, "Total time duration: %f\n\n", tests_duration(tt));
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py6 import sys, re, time
231 self.startTime = time.time()
241 elapsed = time.time() - self.startTime
272 import time
277 time.sleep(.3)
/macosx-10.10.1/ntp-92/util/
H A Dntptime.c90 long time_frac; /* ntv.time.tv_frac_sec (us/ns) */
159 -c display the time taken to call ntp_gettime (us)\n\
165 -r print the unix and NTP time raw\n\
167 -t timeconstant log2 of PLL time constant (0 .. %d)\n",
234 times[c] = ntv.time.tv_frac_sec;
280 time_frac = ntv.time.tv_frac_sec;
283 ntv.time.tv_frac_sec /= 1000;
289 tv.tv_sec = ntv.time.tv_sec;
290 tv.tv_usec = ntv.time.tv_frac_sec;
295 printf(" time
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dcpu.c24 #include <sys/time.h>
56 timersub(&tsamp->time, &tsamp->b_time, &elapsed);
64 timersub(&tsamp->time, &tsamp->p_time, &elapsed);
125 timersub(&tsamp->time, &tsamp->b_time, &elapsed);
133 timersub(&tsamp->time, &tsamp->p_time, &elapsed);
192 timersub(&tsamp->time, &tsamp->b_time, &elapsed);
200 timersub(&tsamp->time, &tsamp->p_time, &elapsed);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtime.el0 ;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*-
27 ;; Facilities to display current time/date and a new-mail indicator
28 ;; in the Emacs mode line. The single entry point is `display-time'.
32 (defgroup display-time nil
33 "Display time and load in mode line of Emacs."
38 (defcustom display-time-mail-file nil
45 :group 'display-time)
47 (defcustom display-time-mail-directory nil
53 :group 'display-time)
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpsim.c38 return (e1->time - e2->time);
50 /* Simply convert the time received to double and subtract */
123 * Watch out here, we want the real time, not the silly stuff.
141 * Pop the queue until nothing is left or time is exceeded
147 /* Update all the clocks to the time on the event */
167 e->time = t;
275 * Note: This function is called at time t1.
307 * arrival time (t4) of the packet at the client
314 /* Check if the time o
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postcat/
H A Dpostcat.c91 #include <sys/time.h>
94 #include <time.h>
151 time_t time; local
331 time = tv.tv_sec;
333 asctime(localtime(&time)));
336 REC_TYPE_WARN_SCAN(STR(buffer), time); local
338 asctime(localtime(&time)));
372 time = atol(attr_value);
374 asctime(localtime(&time)));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePagePrivate.h55 WK_EXPORT void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time);
56 WK_EXPORT void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time);
57 WK_EXPORT void WKBundlePageSimulateMouseMotion(WKBundlePageRef page, WKPoint position, double time);
/macosx-10.10.1/misc_cmds-33/leave/
H A Dleave.c53 #include <time.h>
110 (void)time(&now);
116 /* Convert tol to 12 hr time (0:00...11:59) */
120 /* Convert tm to 12 hr time (0:00...11:59) */
128 /* Leave time is in the past so we add 12 hrs */
148 (void)time(&daytime);
186 #define MSG5 "\07\07That was the last time I'll tell you. Bye.\n"
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h52 #include <time.h>
122 #include <sys/time.h>
127 #include <time.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c45 #include <sys/time.h>
46 #include <time.h>
48 #include <sys/time.h>
50 #include <time.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dkx.h62 #include <sys/time.h>
63 #include <time.h>
65 #include <sys/time.h>
67 #include <time.h>

Completed in 200 milliseconds

<<11121314151617181920>>