/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 246 OutputManager ref = new OutputManager(); in testSimpleDecode() local 362 OutputManager ref = mOutputBuff; in testFlush() local 490 OutputManager ref = mOutputBuff; in testReconfigure() local 649 OutputManager ref = new OutputManager(); in testOnlyEos() local 724 OutputManager ref = new OutputManager(); in testSimpleDecodeQueueCSD() local 823 OutputManager ref = mOutputBuff; in testDecodePartialFrame() local
|
D | CodecDecoderExtTest.java | 111 OutputManager ref = mOutputBuff; in testDecodeAndValidate() local
|
D | CodecDecoderSurfaceTest.java | 198 OutputManager ref; in testSimpleDecodeToSurface() local 264 OutputManager ref = mOutputBuff; in testFlush() local 353 OutputManager ref = mOutputBuff; in testReconfigure() local
|
D | CodecEncoderTest.java | 269 OutputManager ref = new OutputManager(); in testSimpleEncode() local 494 OutputManager ref = mOutputBuff; in testReconfigure() local 617 OutputManager ref = new OutputManager(); in testOnlyEos() local
|
D | CodecEncoderSurfaceTest.java | 475 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface() local
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | BlankActivityTest.java | 110 final AtomicReference<ComponentName> ref = new AtomicReference<>(); in testGetServiceComponentName_onUiThread() local 130 final AtomicBoolean ref = new AtomicBoolean(); in testIsContentCaptureFeatureEnabled_onUiThread() local
|
D | ChildlessActivityTest.java | 1233 final AtomicReference<ContentCaptureManager> ref = new AtomicReference<>(); in getContentCaptureManagerHack() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | InitTest.java | 35 float[] ref = new float[INPUTSIZE]; in testInitTest() local
|
D | IntrinsicHistogram.java | 70 int ref[] = new int[256 * outvs2]; in testNorm() local 192 int ref[] = new int[256]; in testDot() local
|
D | RSBaseCompute.java | 45 public void checkArray(float[] ref, float[] out, int height, int refStride, in checkArray() 61 public void checkArray(int[] ref, int[] out, int height, int refStride, in checkArray()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 265 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory() 291 auto ref = &mRefBuff; in testSimpleDecode() local 392 auto ref = &mRefBuff; in testFlush() local 504 auto ref = &mRefBuff; in testOnlyEos() local 563 auto ref = &mRefBuff; in testSimpleDecodeQueueCSD() local
|
D | NativeCodecEncoderTest.cpp | 350 AMediaFormat* format, OutputManager* ref) { in encodeToMemory() 395 auto ref = &mRefBuff; in testSimpleEncode() local 565 auto ref = &mRefBuff; in testReconfigure() local 669 auto ref = &mRefBuff; in testOnlyEos() local
|
D | NativeCodecEncoderSurfaceTest.cpp | 469 auto ref = &mRefBuff; in testSimpleEncode() local
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | InstrumentedAccessibilityService.java | 212 final WeakReference<InstrumentedAccessibilityService> ref = sInstances.get(clazz); in getInstanceForClass() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 1693 int ref = poseReference; in verifyLensCalibration() local
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix() 128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix()
|