/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
animateColor-values-simple.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateMotion-to.svg | 6 The rect should from 0,0 to 100,0 over 3 seconds.
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_recent.h | 19 u_int32_t seconds; member in struct:ipt_recent_info
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
lit.local.cfg | 3 # These tests take on the order of seconds to run, so skip them unless
|
/external/skia/bench/ |
BenchSysTimer_mach.cpp | 41 duration_clock = (end_clock.seconds - start_clock.seconds-1)*1000; 46 duration_clock = (end_clock.seconds - start_clock.seconds)*1000;
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 5 Measured run time in seconds should be divided by 0
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 19 u_int32_t seconds; member in struct:ipt_recent_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 19 u_int32_t seconds; member in struct:ipt_recent_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_recent.h | 19 u_int32_t seconds; member in struct:ipt_recent_info
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_measurement_results_unittest.py | 45 measurement_results.Add('a', 'seconds', 3) 49 measurement_results.Add('a', 'seconds', 3) 68 measurement_results.Add('a', 'seconds', 3) 81 measurement_results.Add('a', 'seconds', 3) 87 lambda: measurement_results.Add('a', 'seconds', 3, data_type='histogram')) 95 measurement_results.Add('a', 'seconds', 3) 100 measurement_results.Add('a', 'seconds', 7)
|
csv_page_measurement_results_unittest.py | 52 results.Add('foo', 'seconds', 3) 56 ['url', 'foo (seconds)']) 62 results.Add('foo', 'seconds', 4) 74 results.Add('foo', 'seconds', 3) 79 results.Add('bar', 'seconds', 4) 88 results.Add('foo', 'seconds', 3) 92 results.Add('bar', 'seconds', 4) 99 ['url', 'bar (seconds)', 'foo (seconds)'])
|
/development/samples/Alarm/ |
_index.html | 14 In the sample, the service simply runs for 15 seconds and then stops itself. The wait is 22 activity fires off the service every thirty seconds. In effect, the service starts after 23 thirty seconds, runs for 15 seconds, stops, and then runs again automatically in another 24 15 seconds. You also use the client to stop this cycle.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
transitions.html | 31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"}, 33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"}, 34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"}, 36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"}, 37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testtimer.c | 47 /* Wait 10 seconds */ 48 printf("Waiting 10 seconds\n"); 73 /* Wait 10 seconds */ 74 printf("Waiting 10 seconds\n"); 77 printf("Removing timer 1 and waiting 5 more seconds\n");
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
Stopwatches.java | 124 long hundreds, seconds, minutes, hours; local 125 seconds = time / 1000; 126 hundreds = (time - seconds * 1000) / 10; 127 minutes = seconds / 60; 128 seconds = seconds - minutes * 60; 143 seconds, hundreds, decimalSeparator, lap); 154 long hundreds, seconds, minutes, hours; local 155 seconds = time / 1000; 156 hundreds = (time - seconds * 1000) / 10 [all...] |
/external/skia/tools/ |
build-tot-chromium.sh | 42 START_TIME=$SECONDS 44 END_TIME=$SECONDS 45 echo -e "\n\n========gclient sync took $((END_TIME - START_TIME)) seconds========\n\n" 52 START_TIME=$SECONDS 54 END_TIME=$SECONDS 55 echo -e "\n\n========ninja build took $((END_TIME - START_TIME)) seconds========\n\n"
|
/external/chromium_org/v8/test/mjsunit/ |
to_number_order.js | 64 var seconds = { valueOf: function() { x += 6; return 0; } }; 68 new Date(year, month, date, hours, minutes, seconds, ms); 73 Date(year, month, date, hours, minutes, seconds, ms); 77 Date.UTC(year, month, date, hours, minutes, seconds, ms); 82 new Date().setSeconds(seconds, ms); 86 new Date().setSeconds(seconds, ms); 90 new Date().setUTCSeconds(seconds, ms); 94 new Date().setMinutes(minutes, seconds, ms); 98 new Date().setUTCMinutes(minutes, seconds, ms); 102 new Date().setHours(hours, minutes, seconds, ms) [all...] |
/external/v8/test/mjsunit/ |
to_number_order.js | 64 var seconds = { valueOf: function() { x += 6; return 0; } }; 68 new Date(year, month, date, hours, minutes, seconds, ms); 73 Date(year, month, date, hours, minutes, seconds, ms); 77 Date.UTC(year, month, date, hours, minutes, seconds, ms); 82 new Date().setSeconds(seconds, ms); 86 new Date().setSeconds(seconds, ms); 90 new Date().setUTCSeconds(seconds, ms); 94 new Date().setMinutes(minutes, seconds, ms); 98 new Date().setUTCMinutes(minutes, seconds, ms); 102 new Date().setHours(hours, minutes, seconds, ms) [all...] |
/external/smack/src/org/jivesoftware/smack/ |
ReconnectionManager.java | 29 * <li>For the first minute it will attempt to connect once every ten seconds.
41 private int randomBase = new Random().nextInt(11) + 5; // between 5 and 15 seconds
78 * <li>First it will try 6 times every 10 seconds.
98 * Returns the number of seconds until the next reconnection attempt.
100 * @return the number of seconds until the next reconnection attempt.
108 return randomBase*6; // between 30 and 90 seconds (~1 minutes)
110 return randomBase; // 10 seconds
175 * Fires listeners when The Connection will retry a reconnection. Expressed in seconds.
177 * @param seconds the number of seconds that a reconnection will be attempted in. [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCInitialPresence.java | 118 private int seconds = -1; field in class:MUCInitialPresence.History 140 * Returns the number of seconds to use to filter the messages received during that time. 141 * In other words, only the messages received in the last "X" seconds will be included in 144 * @return the number of seconds to use to filter the messages received during that time. 147 return seconds; 180 * Sets the number of seconds to use to filter the messages received during that time. 181 * In other words, only the messages received in the last "X" seconds will be included in 184 * @param seconds the number of seconds to use to filter the messages received during 187 public void setSeconds(int seconds) { [all...] |
/external/android-clat/ |
clatd.h | 27 // how frequently (in seconds) to poll for an address change while traffic is passing 30 // how frequently (in seconds) to poll for an address change while there is no traffic
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_util.h | 17 // seconds to an int64 timestamp. 20 base::TimeDelta ConvertSecondsToTimestamp(double seconds);
|
/external/iproute2/man/man8/ |
rtacct.8 | 41 Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds. 44 Time interval to average rates. Default value is 60 seconds.
|
/external/tcpdump/ |
atime.awk | 5 # where <ack time> is the time packet was acked (in seconds with 9 # convert time to seconds
|
stime.awk | 5 # where <send time> is the time packet was sent (in seconds with 9 # convert time to seconds
|