HomeSort by relevance Sort by last modified time
    Searched refs:MS (Results 1 - 25 of 43) sorted by null

1 2

  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft
10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft
12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft
13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft
14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft
15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
20 ATTRIBUTE MS-RAS-Vendor 9 integer Microsof
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
217 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
195 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
179 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
156 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
226 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
204 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
190 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
173 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
73 var MS = 16;
155 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-1.js 74 var MS = 16;
284 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-2.js 74 var MS = 16;
259 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-3.js 74 var MS = 16;
237 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-4.js 74 var MS = 16;
206 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.8-5.js 74 var MS = 16;
174 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.4.2.js 83 var MS = 16;
197 // testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
37 7. Call ToNumber(ms)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
78 var MS = 16;
259 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", ResultArray[MS], DateCase.getMilliseconds() );
15.9.5.25-1.js 24 ECMA Section: 15.9.5.25 Date.prototype.setUTCMilliseconds(ms)
27 2. Call ToNumber(ms).
39 writeHeaderToLog( SECTION + " Date.prototype.setUTCMilliseconds(ms)");
114 function addNewTestCase( initialTime, ms, DateString, UTCDate, LocalDate) {
116 DateCase.setUTCMilliseconds(ms);
132 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
141 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 );
    [all...]
15.9.5.26-1.js 23 ECMA Section: 15.9.5.26 Date.prototype.setSeconds(sec [,ms])
26 If ms is not specified, this behaves as if ms were specified with the
31 3. If ms is not specified, compute msFromTime(t); otherwise, call
32 ToNumber(ms).
46 writeHeaderToLog( SECTION + " Date.prototype.setSeconds(sec [,ms] )");
120 function addNewTestCase( startTime, sec, ms, DateString,UTCDate, LocalDate) {
122 if ( ms != void 0 ) {
123 DateCase.setSeconds( sec, ms );
142 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() )
    [all...]
15.9.5.27-1.js 24 ECMA Section: 15.9.5.27 Date.prototype.setUTCSeconds(sec [,ms])
27 If ms is not specified, this behaves as if ms were specified with the
32 3. If ms is not specified, compute msFromTime(t); otherwise, call
33 ToNumber(ms)
46 writeHeaderToLog( SECTION + " Date.prototype.setUTCSeconds(sec [,ms] )");
117 function addNewTestCase( startTime, sec, ms, DateString, UTCDate, LocalDate) {
119 if ( ms == void 0) {
122 DateCase.setSeconds( sec, ms );
140 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() )
    [all...]
15.9.5.28-1.js 24 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, DateCase.getUTCMilliseconds() )
    [all...]
15.9.5.29-1.js 24 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, DateCase.getUTCMilliseconds() )
    [all...]
15.9.5.30-1.js 24 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 == void 0 )
    [all...]
15.9.5.31-1.js 24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )
28 If ms is not specified, this behaves as if ms were specified with the value getUTCMilliseconds( ).
34 5.If ms is not specified, compute msFromTime(t); otherwise, call ToNumber(ms).
47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )");
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
129 if ( ms == void 0 ) {
132 DateCase.setUTCHours( hours, min, sec, ms );
151 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() )
    [all...]
  /external/stlport/
configure 42 --with-msvc=<dir> use MS VC from this catalog
43 --with-mssdk=<dir> use MS SDK from this catalog

Completed in 660 milliseconds

1 2