Searched refs:ms (Results 176 - 200 of 577) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.30-1.js24 ECMA Section: 15.9.5.30 Date.prototype.setHours(hour [, min [, sec [, ms ]]] )
28 specified with the value getSeconds ( ). If ms is not specified, this
29 behaves as if ms were specified with the value getMilliseconds( ).
37 5. If ms is not specified, compute msFromTime(t); otherwise, call
38 ToNumber(ms).
51 writeHeaderToLog( SECTION + " Date.prototype.setHours( hour [, min, sec, ms] )");
119 function addNewTestCase( time, hours, min, sec, ms, DateString) {
120 var UTCDate = UTCDateFromTime( SetHours( time, hours, min, sec, ms ));
121 var LocalDate = LocalDateFromTime( SetHours( time, hours, min, sec, ms ));
131 if ( ms
[all...]
H A D15.9.4.3.js26 var TITLE = "Date.UTC( year, month, date, hours, minutes, seconds, ms )";
38 this.ms = 0;
41 function utc( year, month, date, hours, minutes, seconds, ms ) {
55 if (ms)
56 d.ms = Number(ms);
63 isNaN(minutes) || isNaN(seconds) || isNaN(ms) ) {
70 d.ms = Number.NaN;
78 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
185 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ExpectDate.ms, DateCas
[all...]
H A D15.9.5.28-1.js24 ECMA Section: 15.9.5.28 Date.prototype.setMinutes(min [, sec [, ms ]] )
29 If ms is not specified, this behaves as if ms were specified with the
35 4. If ms is not specified, compute msFromTime(t); otherwise, call ToNumber(ms).
48 writeHeaderToLog( SECTION + " Date.prototype.setMinutes(sec [,ms] )");
126 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
132 if ( ms == void 0 ) {
135 DateCase.setMinutes( min, sec, ms );
154 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCas
[all...]
H A D15.9.5.29-1.js24 ECMA Section: 15.9.5.29 Date.prototype.setUTCMinutes(min [, sec [, ms ]] )
29 If ms is not specified, this behaves as if ms were specified with the value
36 4. If ms is not specified, compute msFromTime(t); otherwise, call
37 ToNumber(ms).
50 writeHeaderToLog( SECTION + " Date.prototype.setUTCMinutes( min [, sec, ms] )");
123 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
129 if ( ms == void 0 ) {
132 DateCase.setUTCMinutes( min, sec, ms );
150 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCas
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Doperation.c51 monitor_subsys_t *ms );
62 monitor_subsys_t *ms )
73 ms->mss_destroy = monitor_subsys_ops_destroy;
74 ms->mss_update = monitor_subsys_ops_update;
79 &ms->mss_ndn, &e_op ) )
84 ms->mss_ndn.bv_val,
104 e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, &monitor_op[i].rdn,
112 ms->mss_ndn.bv_val, 0 );
129 mp->mp_info = ms;
[all...]
H A Dsent.c33 monitor_subsys_t *ms );
64 monitor_subsys_t *ms )
74 ms->mss_destroy = monitor_subsys_sent_destroy;
75 ms->mss_update = monitor_subsys_sent_update;
79 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_sent ) ) {
83 ms->mss_ndn.bv_val, 0, 0 );
95 e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn,
104 ms->mss_ndn.bv_val, 0 );
120 mp->mp_info = ms;
[all...]
H A Dconn.c48 monitor_subsys_t *ms )
58 ms->mss_update = monitor_subsys_conn_update;
59 ms->mss_create = monitor_subsys_conn_create;
63 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_conn ) ) {
67 ms->mss_ndn.bv_val, 0, 0 );
79 e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, &bv,
86 bv.bv_val, ms->mss_ndn.bv_val, 0 );
104 mp->mp_info = ms;
105 mp->mp_flags = ms
436 monitor_subsys_t *ms; local
[all...]
H A Dproto-back-monitor.h34 monitor_subsys_t *ms ));
92 monitor_subsys_t *ms ));
100 monitor_subsys_t *ms ));
148 monitor_subsys_t *ms ));
256 monitor_subsys_t *ms ));
264 monitor_subsys_t *ms ));
272 monitor_subsys_t *ms ));
280 monitor_subsys_t *ms ));
288 monitor_subsys_t *ms ));
296 monitor_subsys_t *ms ));
[all...]
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.psinfo.d42 tick-10ms
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.basename.d31 #pragma D option statusrate=10ms
H A Dtst.cleanpath.d31 #pragma D option statusrate=10ms
H A Dtst.ddi_pathname.d31 #pragma D option statusrate=10ms
H A Dtst.dirname.d31 #pragma D option statusrate=10ms
H A Dtst.msgdsize.d41 #pragma D option statusrate=10ms
H A Dtst.msgsize.d41 #pragma D option statusrate=10ms
H A Dtst.strjoin.d31 #pragma D option statusrate=10ms
H A Dtst.strstr.d31 #pragma D option statusrate=10ms
H A Dtst.strtok.d31 #pragma D option statusrate=10ms
H A Dtst.substr.d31 #pragma D option statusrate=10ms
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dfirst.c62 void wait_ms(int ms) argument
65 t.tv_sec = ms/1000;
66 ms -= (int)t.tv_sec * 1000;
67 t.tv_usec = ms * 1000;
/macosx-10.10/remote_cmds-47/timed.tproj/SMM.doc/timedop/timedop/
H A DMakefile16 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble timed.ms
/macosx-10.10/file-46/file/src/
H A Delfclass.h38 if (dophn_core(ms, clazz, swap, fd,
48 if (dophn_exec(ms, clazz, swap, fd,
57 if (doshn(ms, clazz, swap, fd,
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_hb.tcl58 variable ms
60 puts $chan "Define $ms($mode) $sym$off [printTclExpr $pe]"
68 variable ms ; array set ms {
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
76 * Wait for the lock to become available; wait 1ms initially,
79 for (ms = 1; F_ISSET(mutexp, DB_MUTEX_LOCKED);) {
80 __os_yield(NULL, 0, ms * US_PER_MS);
81 if ((ms <<= 1) > MS_PER_SEC)
82 ms = MS_PER_SEC;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDateMath.h119 WTF_EXPORT_PRIVATE int msToYear(double ms);
120 WTF_EXPORT_PRIVATE double msToDays(double ms);
121 WTF_EXPORT_PRIVATE int msToMinutes(double ms);
122 WTF_EXPORT_PRIVATE int msToHours(double ms);
124 WTF_EXPORT_PRIVATE int dayInYear(double ms, int year);

Completed in 211 milliseconds

1234567891011>>