Searched refs:ms (Results 276 - 300 of 577) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.36-4.js144 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
153 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
170 this.ms = 0;
187 d.ms = msFromTime(t);
189 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-5.js131 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
140 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
157 this.ms = 0;
174 d.ms = msFromTime(t);
176 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-6.js118 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
127 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
144 this.ms = 0;
161 d.ms = msFromTime(t);
163 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-7.js103 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
112 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
129 this.ms = 0;
146 d.ms = msFromTime(t);
148 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.37-1.js176 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
185 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
202 this.ms = 0;
219 d.ms = msFromTime(t);
221 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.37-2.js150 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
159 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
176 this.ms = 0;
193 d.ms = msFromTime(t);
195 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.37-3.js136 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
145 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
162 this.ms = 0;
179 d.ms = msFromTime(t);
181 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.37-4.js118 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
127 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
144 this.ms = 0;
161 d.ms = msFromTime(t);
163 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.37-5.js101 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
110 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
127 this.ms = 0;
144 d.ms = msFromTime(t);
146 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dback-monitor.h261 int ( *mss_open )( BackendDB *, struct monitor_subsys_t *ms );
263 int ( *mss_destroy )( BackendDB *, struct monitor_subsys_t *ms );
290 int (*register_subsys)( monitor_subsys_t *ms );
296 monitor_subsys_t *ms, unsigned long flags );
298 monitor_subsys_t *ms, unsigned long flags,
H A Ddatabase.c106 monitor_subsys_t *ms,
179 mp_overlay->mp_info = ms;
180 mp_overlay->mp_flags = ms->mss_flags | MONITOR_F_SUB;
201 monitor_subsys_t *ms,
224 e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, rdn,
231 rdn->bv_val, ms->mss_dn.bv_val, 0 );
345 mp->mp_info = ms;
346 mp->mp_flags = ms->mss_flags
353 rdn->bv_val, ms
103 monitor_subsys_overlay_init_one( monitor_info_t *mi, BackendDB *be, monitor_subsys_t *ms, monitor_subsys_t *ms_overlay, slap_overinst *on, Entry *e_database, Entry **ep_overlay ) argument
198 monitor_subsys_database_init_one( monitor_info_t *mi, BackendDB *be, monitor_subsys_t *ms, monitor_subsys_t *ms_backend, monitor_subsys_t *ms_overlay, struct berval *rdn, Entry *e_database, Entry ***epp ) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinNotify.c531 Tcl_Sleep(ms)
532 int ms; /* Number of milliseconds to sleep. */
546 DWORD sleepTime = ms; /* Time to sleep */
549 desired.sec = now.sec + ( ms / 1000 );
550 desired.usec = now.usec + 1000 * ( ms % 1000 );
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-85721.js48 var FAST = 100; // execution should be 100 ms or less to pass the test
49 var MSG_FAST = 'Execution took less than ' + FAST + ' ms';
51 var MSG_MS = ' ms';
68 function isThisFast(ms)
70 if (ms <= FAST)
72 return MSG_SLOW + ms + MSG_MS;
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseDateAndTimeInputType.cpp85 double ms = currentTimeMS(); local
86 int offset = calculateLocalTimeOffset(ms).offset / msPerMinute;
87 return Decimal::fromDouble(ms + (offset * msPerMinute));
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dratelimiter_test.c129 int ms = schedule[i].milliseconds; local
130 isc_interval_set(&uinterval, ms / 1000,
131 (ms % 1000) * 1000000);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDatePrototype.cpp338 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
340 // Format of member function: f([hour,] [min,] [sec,] [ms])
341 static bool fillStructuresUsingTimeArgs(ExecState* exec, int maxArgs, double* ms, GregorianDateTime* t) argument
385 milliseconds += *ms;
387 *ms = milliseconds;
392 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
395 static bool fillStructuresUsingDateArgs(ExecState *exec, int maxArgs, double *ms, GregorianDateTime *t) argument
422 *ms += days * msPerDay;
532 int ms = static_cast<int>(fmod(thisDateObj->internalNumber(), msPerSecond)); local
533 if (ms <
814 double ms = milli - secs * msPerSecond; local
830 double ms = milli - secs * msPerSecond; local
879 double ms = milli - secs * msPerSecond; local
915 double ms = 0; local
1040 double ms = 0; local
[all...]
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtestencce.bat4 path=..\ms;%path%
6 copy ..\ms\testenc.bat >nul
10 set cmp=perl ..\ms\cmp.pl
/macosx-10.10/curl-83.1.2/curl/projects/
H A Dbuild-openssl.bat166 call ms\do_win64a
167 nmake -f ms\nt.mak
168 nmake -f ms\ntdll.mak
189 call ms\do_win64a
190 nmake -f ms\nt.mak
191 nmake -f ms\ntdll.mak
219 call ms\do_ms
220 nmake -f ms\nt.mak
221 nmake -f ms\ntdll.mak
242 call ms\do_m
[all...]
/macosx-10.10/file-46/file/src/
H A Dfile.c138 private int process(struct magic_set *ms, const char *, int);
392 unwrap(struct magic_set *ms, const char *fn) argument
421 e |= process(ms, buf, wid);
434 process(struct magic_set *ms, const char *inname, int wid) argument
449 type = magic_file(ms, std_in ? NULL : inname);
451 (void)printf("ERROR: %s\n", magic_error(ms));
/macosx-10.10/vim-55/runtime/syntax/
H A Dsgmllnx.vim20 syn match sgmllnxTagN contained +<\s*[-a-zA-Z0-9]\++ms=s+1 contains=sgmllnxTagName
21 syn match sgmllnxTagN contained +</\s*[-a-zA-Z0-9]\++ms=s+2 contains=sgmllnxTagName
24 syn match sgmllnxTagN2 contained +/.*/+ms=s+1,me=e-1
H A Dconf.vim14 syn match confComment "\s#.*"ms=s+1 contains=confTodo
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_windows.in79 --ms-upn="user@heimdal.pki" \
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSearchBar.css47 transition: background-color 200ms ease-in-out;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dbigblock.tcl29 puts [format {%6s s %7.1f ms %6d %10d b %6d K %10d rows} $t $u $v $w $x $y]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTimer.c138 static int AfterDelay(Tcl_Interp *interp, Tcl_WideInt ms);
786 Tcl_WideInt ms; /* Number of milliseconds to wait */
830 if (Tcl_GetWideIntFromObj(NULL, objv[1], &ms) != TCL_OK) {
840 * At this point, either index = -1 and ms contains the number of ms
846 if (ms < 0) {
847 ms = 0;
850 return AfterDelay(interp, ms);
874 wakeup.sec += (long)(ms / 1000);
875 wakeup.usec += ((long)(ms
774 Tcl_WideInt ms; /* Number of milliseconds to wait */ local
992 AfterDelay( Tcl_Interp *interp, Tcl_WideInt ms) argument
[all...]

Completed in 342 milliseconds

<<11121314151617181920>>