HomeSort by relevance Sort by last modified time
    Searched refs:duration_seconds (Results 1 - 13 of 13) sorted by null

  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 40 success, state, duration_seconds = result
41 if not success or duration_seconds > self.MAX_DISCONNECT_TIME_SECONDS:
44 (duration_seconds, state))
47 duration_seconds)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
connection.py 259 duration_seconds=None, external_id=None,
335 :type duration_seconds: integer
336 :param duration_seconds: The duration, in seconds, of the role session.
376 if duration_seconds is not None:
377 params['DurationSeconds'] = duration_seconds
387 policy=None, duration_seconds=None):
471 :type duration_seconds: integer
472 :param duration_seconds:
490 if duration_seconds is not None:
491 params['DurationSeconds'] = duration_seconds
    [all...]
  /external/autotest/server/cros/network/
netperf_runner.py 20 def from_netperf_results(test_type, results, duration_seconds):
25 @param duration_seconds float number of seconds the test ran for.
46 result = NetperfResult(test_type, duration_seconds,
65 result = NetperfResult(test_type, duration_seconds,
85 result = NetperfResult(test_type, duration_seconds,
124 duration_seconds, duration_seconds_dev = NetperfResult._get_stats(
125 samples, 'duration_seconds')
133 duration_seconds, duration_seconds_dev=duration_seconds_dev,
152 def __init__(self, test_type, duration_seconds, duration_seconds_dev=None,
158 @param duration_seconds float how long the test took
    [all...]
connection_worker.py 274 if result.duration_seconds < self._config.test_time:
277 (result.duration_seconds, self._config.test_time))
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallDateUtils.java 48 duration.append(res.getQuantityString(R.plurals.duration_seconds, seconds, seconds));
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 85 audio_helper.play_sound(duration_seconds=loop_time)
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 62 success, state, duration_seconds = result
66 (states, duration_seconds, state))
  /frameworks/base/core/java/android/widget/
Chronometer.java 363 com.android.internal.R.plurals.duration_seconds, s, s));
  /external/autotest/client/cros/audio/
audio_helper.py 222 def play_sound(duration_seconds=None, audio_file_path=None):
223 """Plays a sound file found at |audio_file_path| for |duration_seconds|.
226 If |duration_seconds|=None, plays audio file in its entirety.
228 @param duration_seconds: Duration to play sound.
233 duration_arg = ('-d %d' % duration_seconds) if duration_seconds else ''
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 371 com.android.internal.R.plurals.duration_seconds, seconds, seconds);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 362 milliseconds