Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DHardwarePropertiesManagerTest.java35 private void checkFanSpeed(float speed) { in checkFanSpeed() argument
36 assertTrue(speed >= 0 && speed < MAX_FAN_SPEED); in checkFanSpeed()
70 for (float speed : fanSpeeds) { in checkFanSpeeds()
71 checkFanSpeed(speed); in checkFanSpeeds()
/cts/libs/input/src/com/android/cts/input/
DDefaultPointerSpeedRule.kt51 val speed = value!!.toInt() in set() constant
56 PollingCheck.waitFor { mInputManager.mousePointerSpeed == speed } in set()
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp86 double speed = in android_security_cts_EncryptionTest_aesIsFast() local
90 "(threshold %u ms)", TEST_ITERATIONS, ms, speed, TEST_THRESHOLD); in android_security_cts_EncryptionTest_aesIsFast()
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DSpeedChangeTestPlayerListener.java94 assertEquals(PLAYBACK_SPEEDS[mSpeedIndex], playbackParameters.speed, DELTA); in onPlaybackParametersChanged()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java159 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
164 strip.fling(direction, speed); in scrollSuggestionView()
DUiBot.java439 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DRemoteControllerTest.java80 int state, long stateChangeTimeMs, long currentPosMs, float speed) {}
DMediaControllerTest.java906 public void onSetPlaybackSpeed(float speed) { in onSetPlaybackSpeed() argument
910 mSpeed = speed; in onSetPlaybackSpeed()
/cts/tools/release-parser/tests/resources/
Dboot-framework.oat.pb.txt38 value: "speed-profile"
66 …in/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-…
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dluts_for_speedup_f32.rsh4 // Defines several LUTs for speed up for uint8 pixel type.
/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerTest.java2188 private void testChangeTimedTextTrackWithSpeed(float speed) throws Throwable { in testChangeTimedTextTrackWithSpeed() argument
2197 if (speed != 1.0f) { in testChangeTimedTextTrackWithSpeed()
2198 mMediaPlayer.setPlaybackParams(new PlaybackParams().setSpeed(speed)); in testChangeTimedTextTrackWithSpeed()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale328 and how much is due to hardware speed.
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java2537 final float speed = playbackParams.getSpeed(); in testVariableSpeedPlayback() local
2546 speed, checkParams.getSpeed(), 0. /* delta */); in testVariableSpeedPlayback()