Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 11 of 11) 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/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp87 double speed = in android_security_cts_EncryptionTest_aesIsFast() local
91 "(threshold %u ms)", TEST_ITERATIONS, ms, speed, TEST_THRESHOLD); in android_security_cts_EncryptionTest_aesIsFast()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java124 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
126 strip.fling(direction, speed); in scrollSuggestionView()
DUiBot.java410 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
/cts/tests/tests/media/src/android/media/cts/
DRemoteControllerTest.java66 int state, long stateChangeTimeMs, long currentPosMs, float speed) {}
DMediaControllerTest.java918 public void onSetPlaybackSpeed(float speed) { in onSetPlaybackSpeed() argument
922 mSpeed = speed; in onSetPlaybackSpeed()
DMediaPlayerTest.java2061 private void testChangeTimedTextTrackWithSpeed(float speed) throws Throwable { in testChangeTimedTextTrackWithSpeed() argument
2072 if (speed != 1.0f) { in testChangeTimedTextTrackWithSpeed()
2073 mMediaPlayer.setPlaybackParams(new PlaybackParams().setSpeed(speed)); in testChangeTimedTextTrackWithSpeed()
DAudioTrackTest.java2484 final float speed = playbackParams.getSpeed(); in testVariableSpeedPlayback() local
2493 speed, checkParams.getSpeed(), 0. /* delta */); in testVariableSpeedPlayback()
/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/hostsidetests/sustainedperf/dhrystone/
DRationale328 and how much is due to hardware speed.