/cts/tests/vibrator/src/android/os/cts/ |
D | VibrationEffectXmlSerializationTest.java | 690 <repeating> 692 </repeating> 737 <repeating><primitive-effect name="click"/></repeating> 757 <repeating> 759 </repeating> 781 <repeating> 785 </repeating> 807 <repeating/> 817 <repeating> 819 </repeating> [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | MultiResolutionImageReaderTest.java | 355 private void testMultiResolutionImageReaderForFormat(int format, boolean repeating) in testMultiResolutionImageReaderForFormat() argument 361 + " format " + format + " repeating " + repeating); in testMultiResolutionImageReaderForFormat() 389 multiResolutionStreams, zoomRatios, repeating); in testMultiResolutionImageReaderForFormat() 398 boolean repeating) throws Exception { in multiResolutionImageReaderFormatTestByCamera() argument 400 int numFrameVerified = repeating ? NUM_FRAME_VERIFIED : 1; in multiResolutionImageReaderFormatTestByCamera() 406 mMultiResolutionImageReader, MAX_NUM_IMAGES, repeating); in multiResolutionImageReaderFormatTestByCamera() 453 if (repeating) { in multiResolutionImageReaderFormatTestByCamera() 461 repeating); in multiResolutionImageReaderFormatTestByCamera() 463 if (repeating) { in multiResolutionImageReaderFormatTestByCamera() 484 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateImage() argument [all …]
|
D | CameraDeviceTest.java | 1629 private void runCaptureTest(boolean burst, boolean repeating, boolean abort, in runCaptureTest() argument 1653 captureSingleShot(cameraIdsUnderTest[i], sTemplates[j], repeating, abort, in runCaptureTest() 1659 … captureBurstShot(cameraIdsUnderTest[i], sTemplates, 1, repeating, abort, useExecutor); in runCaptureTest() 1673 … captureBurstShot(cameraIdsUnderTest[i], templates, templates.length, repeating, abort, in runCaptureTest() 1678 … captureBurstShot(cameraIdsUnderTest[i], sTemplates, sTemplates.length, repeating, in runCaptureTest() 1703 boolean repeating, boolean abort, boolean useExecutor) throws Exception { in captureSingleShot() argument 1721 startCapture(requestBuilder.build(), repeating, mockCaptureCallback, executor); in captureSingleShot() local 1723 startCapture(requestBuilder.build(), repeating, mockCaptureCallback, mHandler); in captureSingleShot() local 1727 int expectedCaptureResultCount = repeating ? REPEATING_CAPTURE_EXPECTED_RESULT_COUNT : 1; in captureSingleShot() 1730 if (repeating) { in captureSingleShot() [all …]
|
D | ImageReaderTest.java | 1716 BufferFormatTestParam(int format, boolean repeating) { in BufferFormatTestParam() argument 1718 mRepeating = repeating; in BufferFormatTestParam() 1727 boolean repeating = params.mRepeating; in bufferFormatTestByCamera() 1811 startCapture(request, repeating, listener, mHandler); in bufferFormatTestByCamera() 1813 int numFrameVerified = repeating ? NUM_FRAME_VERIFIED : 1; in bufferFormatTestByCamera() 1817 listener, repeating); in bufferFormatTestByCamera() 1826 validateImage(sz, format, numFrameVerified, repeating, colorSpace); in bufferFormatTestByCamera() 2023 private void validateImage(Size sz, int format, int captureCount, boolean repeating, in validateImage() argument 2034 if (repeating) { in validateImage() 2075 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateTimestamps() argument [all …]
|
D | CaptureRequestTest.java | 2761 private void digitalZoomTestByCamera(Size previewSize, boolean repeating) throws Exception { 2855 if (repeating) { 2884 " Preview size is " + previewSize + ", repeating is " + repeating); 2891 if (repeating) {
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2ConcurrentAndroidTestCase.java | 196 protected void startCapture(String cameraId, CaptureRequest request, boolean repeating, in startCapture() argument 201 if (repeating) { in startCapture()
|
D | Camera2AndroidTestCase.java | 209 protected void startCapture(CaptureRequest request, boolean repeating, in startCapture() argument 213 if (repeating) { in startCapture()
|
D | Camera2AndroidTestRule.java | 315 public void startCapture(CaptureRequest request, boolean repeating, in startCapture() argument 319 if (repeating) { in startCapture()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTest.java | 706 final boolean repeating, final boolean delayed) throws Throwable { 715 if (repeating) {
|