HomeSort by relevance Sort by last modified time
    Searched defs:SECONDS (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
77 var SECONDS = 15;
258 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
77 var SECONDS = 15;
216 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
77 var SECONDS = 15;
194 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
77 var SECONDS = 15;
178 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
77 var SECONDS = 15;
155 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
72 var SECONDS = 15;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
225 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
72 var SECONDS = 15;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
203 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
72 var SECONDS = 15;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
189 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
72 var SECONDS = 15;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
172 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
36 6. Call ToNumber(seconds)
72 var SECONDS = 15;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
154 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.8-1.js 73 var SECONDS = 15;
283 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.8-2.js 73 var SECONDS = 15;
258 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.8-3.js 73 var SECONDS = 15;
236 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.8-4.js 73 var SECONDS = 15;
205 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.3.8-5.js 73 var SECONDS = 15;
173 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
15.9.4.2.js 82 var SECONDS = 15;
196 testcases[item++] = new TestCase( SECTION, DateString+".getSeconds()", ResultArray[SECONDS], DateCase.getSeconds() );
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 47 SECONDS {
  /external/openssl/apps/
s_time.c 108 #undef SECONDS
109 #define SECONDS 30
130 static int maxTime = SECONDS;
153 maxTime = SECONDS;
175 -time arg - max number of seconds to collect data, default %d\n\
196 printf( umsg,SECONDS );
392 printf( "Collecting connection statistics for %d seconds\n", maxTime );
454 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
544 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 166 This designator indicates the seconds of the minute.
168 Examples for 7 seconds past the minute:
172 public static final char SECONDS = 's';
500 case SECONDS:
557 offset /= 1000; // milliseconds to seconds
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 18 * as sixty seconds, an hour as sixty minutes, and a day as twenty four
29 * while this code will timeout in 50 seconds:
32 * if (lock.tryLock(50L, TimeUnit.SECONDS)) ...
76 SECONDS {
151 * <tt>999</tt> milliseconds to seconds results in
207 * Equivalent to <tt>SECONDS.convert(duration, this)</tt>.
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 152 * <p>A constant that represents the seconds field.</p>
154 public static final Field SECONDS = new Field("SECONDS", 5);
  /external/blktrace/
blktrace.h 16 #define SECONDS(x) ((unsigned long long)(x) / 1000000000)
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 45 public static final int SECONDS = 1000;
46 public static final int MINUTES = 60*SECONDS;
50 public static final int CONNECT_TIMEOUT = 30*SECONDS;
51 public static final int NETWORK_WAIT = 15*SECONDS;
252 * Waits for up to 10 seconds for network connectivity; returns whether or not there is
269 Thread.sleep(10*SECONDS);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 47 public static final int SECONDS = 1000;
48 public static final int MINUTES = SECONDS*60;
  /external/openssh/
misc.c 276 #define SECONDS 1
277 #define MINUTES (SECONDS * 60)
283 * Convert a time string into seconds; format is
288 * <none> seconds
289 * s|S seconds

Completed in 759 milliseconds

1 2