HomeSort by relevance Sort by last modified time
    Searched full:seconds (Results 1 - 25 of 5121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/074-gc-thrash/
expected.txt 1 Running (10 seconds) ...
  /art/test/109-suspend-check/
expected.txt 1 Running (5 seconds) ...
  /device/htc/flounder/
init.recovery.flounder.rc 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
  /device/samsung/manta/
init.recovery.manta.rc 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
  /external/chromium_org/tools/telemetry/telemetry/results/
buildbot_output_formatter_unittest.py 35 test_page_set.pages[0], 'a', 'seconds', 3))
40 test_page_set.pages[1], 'a', 'seconds', 7))
47 expected = ['RESULT a: http___www.bar.com_= 7 seconds\n',
48 'RESULT a: http___www.foo.com_= 3 seconds\n',
49 '*RESULT a: a= [3,7] seconds\nAvg a: 5.000000seconds\n' +
50 'Sd a: 2.828427seconds\n',
63 test_page_set.pages[0], 'a', 'seconds', 3))
70 expected = ['*RESULT a: a= 3 seconds\n',
83 test_page_set.pages[0], 'a', 'seconds', 3)
    [all...]
html_output_formatter_unittest.py 50 test_page_set.pages[0], 'a', 'seconds', 3))
55 test_page_set.pages[1], 'a', 'seconds', 7))
70 "units": "seconds",
80 "units": "seconds",
90 "units": "seconds",
105 test_page_set.pages[0], 'a', 'seconds', 4))
110 test_page_set.pages[1], 'a', 'seconds', 8))
126 "units": "seconds",
136 "units": "seconds",
146 "units": "seconds",
    [all...]
  /development/perftests/panorama/
README.txt 10 Iteration 0: 1454x330 moasic created: 4.33 seconds (2.05 + 2.28)
11 Iteration 1: 1454x330 moasic created: 4.26 seconds (1.83 + 2.44)
12 Iteration 2: 1454x330 moasic created: 5.57 seconds (2.73 + 2.84)
13 Iteration 3: 1454x330 moasic created: 5.15 seconds (2.33 + 2.82)
14 Iteration 4: 1454x330 moasic created: 6.22 seconds (2.05 + 4.16)
15 Iteration 5: 1454x330 moasic created: 6.31 seconds (2.16 + 4.15)
16 Iteration 6: 1454x330 moasic created: 5.04 seconds (2.03 + 3.01)
17 Iteration 7: 1454x330 moasic created: 6.30 seconds (3.47 + 2.83)
18 Iteration 8: 1454x330 moasic created: 6.57 seconds (1.83 + 4.73)
19 Iteration 9: 1454x330 moasic created: 6.27 seconds (2.28 + 4.00
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
repaint_continuously.py 13 until self.seconds have elapsed AND at least three RAFs have been fired. Times
14 out after max(60, self.seconds), if less than three RAFs were fired.
17 def __init__(self, seconds):
19 self._seconds = seconds
30 # Wait until at least self.seconds have elapsed AND min_rafs have been
31 # fired. Use a hard time-out after 60 seconds (or self.seconds).
  /packages/apps/InCallUI/src/com/android/incallui/
InCallDateUtils.java 15 * minutes 3 seconds" or "3 hours 1 second". Returns the hours, minutes and seconds in that
21 int seconds = 0; local
31 seconds = elapsedSeconds;
46 if (seconds > 0) {
51 com.android.internal.R.plurals.duration_seconds, seconds, seconds));
  /cts/tests/tests/media/res/raw/
football_qvga_desc.txt 1 Football_qvga.yuv contains 3 seconds of raw 320x240 yuv420 video @ 30 fps.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock_unittest.cc 19 uint32_t seconds; local
21 clock->CurrentNtp(seconds, fractions);
24 EXPECT_GE(milliseconds, Clock::NtpToMs(seconds, fractions));
25 EXPECT_NEAR(milliseconds, Clock::NtpToMs(seconds, fractions), 5);
  /external/chromium_org/tools/valgrind/gtest_exclude/
ipc_tests.gtest.txt 1 # Takes 27-40 seconds to run.
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerFormat.java 41 * Update the time to display. Separates that time into the hours, minutes, seconds.
54 long seconds = time / 1000; local
55 long hundreds = (time - seconds * 1000) / 10;
56 long minutes = seconds / 60;
57 seconds = seconds - minutes * 60;
63 // The time can be between 0 and -1 seconds, but the "truncated" equivalent time of hours
64 // and minutes and seconds could be zero, so since we do not show fractions of seconds
66 if (hours == 0 && minutes == 0 && seconds == 0)
    [all...]
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerFormat.java 41 * Update the time to display. Separates that time into the hours, minutes, seconds.
54 long seconds = time / 1000; local
55 long hundreds = (time - seconds * 1000) / 10;
56 long minutes = seconds / 60;
57 seconds = seconds - minutes * 60;
63 // The time can be between 0 and -1 seconds, but the "truncated" equivalent time of hours
64 // and minutes and seconds could be zero, so since we do not show fractions of seconds
66 if (hours == 0 && minutes == 0 && seconds == 0)
    [all...]
  /development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/util/
TimerFormat.java 41 * Update the time to display. Separates that time into the hours, minutes, seconds.
54 long seconds = time / 1000; local
55 long hundreds = (time - seconds * 1000) / 10;
56 long minutes = seconds / 60;
57 seconds = seconds - minutes * 60;
63 // The time can be between 0 and -1 seconds, but the "truncated" equivalent time of hours
64 // and minutes and seconds could be zero, so since we do not show fractions of seconds
66 if (hours == 0 && minutes == 0 && seconds == 0)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateTransform-keyTimes.svg 8 The rect should from 0,0 to 100,0 over 3 seconds.
9 <tspan dy='20' x='10'>It should be at the orange at 2 seconds and the green at 3 seconds.</tspan>
  /external/chromium_org/chrome/common/extensions/api/
idle.json 14 "description": "Returns \"locked\" if the system is locked, \"idle\" if the user has not generated any input for a specified number of seconds, or \"active\" otherwise.",
20 "description": "The system is considered idle if detectionIntervalInSeconds seconds have elapsed since the last user input detected."
38 "description": "Sets the interval, in seconds, used to determine when the system is in an idle state for onStateChanged events. The default interval is 60 seconds.",
44 "description": "Threshold, in seconds, used to determine when the system is in an idle state."
53 "description": "Fired when the system changes to an active, idle or locked state. The event fires with \"locked\" if the screen is locked or the screensaver activates, \"idle\" if the system is unlocked and the user has not generated any input for a specified number of seconds, and \"active\" when the user generates input on an idle system.",
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemoApp.mm 22 static double seconds;
26 seconds = t.tv_sec+t.tv_usec/1000000.0;
35 double last = seconds;
36 seconds = t.tv_sec+t.tv_usec/1000000.0;
37 SkDebugf("old=%d seconds=%g\n", useOld, seconds - last);
  /external/chromium_org/third_party/skia/experimental/pixman/
pixman.mm 26 static double seconds;
30 seconds = t.tv_sec+t.tv_usec/1000000.0;
38 double last = seconds;
39 seconds = t.tv_sec+t.tv_usec/1000000.0;
40 SkDebugf("usePixman=%d seconds=%g\n", usePixman, seconds - last);
  /external/skia/experimental/Intersection/
EdgeDemoApp.mm 22 static double seconds;
26 seconds = t.tv_sec+t.tv_usec/1000000.0;
35 double last = seconds;
36 seconds = t.tv_sec+t.tv_usec/1000000.0;
37 SkDebugf("old=%d seconds=%g\n", useOld, seconds - last);
  /external/skia/experimental/pixman/
pixman.mm 26 static double seconds;
30 seconds = t.tv_sec+t.tv_usec/1000000.0;
38 double last = seconds;
39 seconds = t.tv_sec+t.tv_usec/1000000.0;
40 SkDebugf("usePixman=%d seconds=%g\n", usePixman, seconds - last);
  /frameworks/base/core/tests/coretests/src/android/text/format/
DateUtilsTest.java 27 assertEquals("0 seconds", DateUtils.formatDuration(0));
28 assertEquals("0 seconds", DateUtils.formatDuration(1));
29 assertEquals("0 seconds", DateUtils.formatDuration(499));
32 assertEquals("2 seconds", DateUtils.formatDuration(1500));
38 assertEquals("59 seconds", DateUtils.formatDuration(59000));
39 assertEquals("60 seconds", DateUtils.formatDuration(59500));
  /external/chromium_org/mojo/apps/js/bindings/
monotonic_clock_unittests.js 13 var then = monotonicClock.seconds();
15 var now = monotonicClock.seconds();
  /external/iptables/include/linux/netfilter/
xt_recent.h 27 __u32 seconds; member in struct:xt_recent_mtinfo
36 __u32 seconds; member in struct:xt_recent_mtinfo_v1
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_recent.h 27 __u32 seconds; member in struct:xt_recent_mtinfo
36 __u32 seconds; member in struct:xt_recent_mtinfo_v1

Completed in 1712 milliseconds

1 2 3 4 5 6 7 8 91011>>