Searched refs:speed (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | HardwarePropertiesManagerTest.java | 35 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/ |
D | android_security_cts_EncryptionTest.cpp | 87 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/ |
D | InlineUiBot.java | 124 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument 126 strip.fling(direction, speed); in scrollSuggestionView()
|
D | UiBot.java | 410 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
|
/cts/tests/tests/media/src/android/media/cts/ |
D | RemoteControllerTest.java | 66 int state, long stateChangeTimeMs, long currentPosMs, float speed) {}
|
D | MediaControllerTest.java | 918 public void onSetPlaybackSpeed(float speed) { in onSetPlaybackSpeed() argument 922 mSpeed = speed; in onSetPlaybackSpeed()
|
D | MediaPlayerTest.java | 2061 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()
|
D | AudioTrackTest.java | 2494 final float speed = playbackParams.getSpeed(); in testVariableSpeedPlayback() local 2503 speed, checkParams.getSpeed(), 0. /* delta */); in testVariableSpeedPlayback()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | luts_for_speedup_f32.rsh | 4 // Defines several LUTs for speed up for uint8 pixel type.
|
/cts/tools/release-parser/tests/resources/ |
D | boot-framework.oat.pb.txt | 38 value: "speed-profile" 66 …in/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-…
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 328 and how much is due to hardware speed.
|