/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/libs/input/src/com/android/cts/input/ |
D | DefaultPointerSpeedRule.kt | 51 val speed = value!!.toInt() in set() constant 56 PollingCheck.waitFor { mInputManager.mousePointerSpeed == speed } in set()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_EncryptionTest.cpp | 86 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/ |
D | SpeedChangeTestPlayerListener.java | 94 assertEquals(PLAYBACK_SPEEDS[mSpeedIndex], playbackParameters.speed, DELTA); in onPlaybackParametersChanged()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InlineUiBot.java | 159 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument 164 strip.fling(direction, speed); in scrollSuggestionView()
|
D | UiBot.java | 439 public void scrollSuggestionView(Direction direction, int speed) throws Exception { in scrollSuggestionView() argument
|
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
D | RemoteControllerTest.java | 80 int state, long stateChangeTimeMs, long currentPosMs, float speed) {}
|
D | MediaControllerTest.java | 906 public void onSetPlaybackSpeed(float speed) { in onSetPlaybackSpeed() argument 910 mSpeed = speed; in onSetPlaybackSpeed()
|
/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/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/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerTest.java | 2188 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/ |
D | Rationale | 328 and how much is due to hardware speed.
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackTest.java | 2537 final float speed = playbackParams.getSpeed(); in testVariableSpeedPlayback() local 2546 speed, checkParams.getSpeed(), 0. /* delta */); in testVariableSpeedPlayback()
|