Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 19 of 19) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0814/
Dpoc.cpp324 ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader()
336 ogg_reference ref; in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9527/
Dpoc.cpp47 ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader()
59 ogg_reference ref; in main() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java214 OutputManager ref = new OutputManager(); in testSimpleDecode() local
307 OutputManager ref = mOutputBuff; in testFlush() local
429 OutputManager ref = mOutputBuff; in testReconfigure() local
585 OutputManager ref = new OutputManager(); in testOnlyEos() local
654 OutputManager ref = new OutputManager(); in testSimpleDecodeQueueCSD() local
755 OutputManager ref = mOutputBuff; in testDecodePartialFrame() local
DCodecDecoderSurfaceTest.java144 OutputManager ref; in testSimpleDecodeToSurface() local
218 OutputManager ref = mOutputBuff; in testFlush() local
308 OutputManager ref = mOutputBuff; in testReconfigure() local
DCodecDecoderPauseTest.java97 OutputManager ref = new OutputManager(); in testPause() local
DCodecDecoderValidationTest.java486 OutputManager ref = null; in testDecodeAndValidate() local
DCodecEncoderTest.java159 OutputManager ref = new OutputManager(); in testSimpleEncode() local
450 OutputManager ref = mOutputBuff; in testReconfigure() local
567 OutputManager ref = new OutputManager(); in testOnlyEos() local
DCodecEncoderSurfaceTest.java462 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java125 final AtomicReference<ComponentName> ref = new AtomicReference<>(); in testGetServiceComponentName_onUiThread() local
145 final AtomicBoolean ref = new AtomicBoolean(); in testIsContentCaptureFeatureEnabled_onUiThread() local
DChildlessActivityTest.java1234 final AtomicReference<ContentCaptureManager> ref = new AtomicReference<>(); in getContentCaptureManagerHack() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DInitTest.java35 float[] ref = new float[INPUTSIZE]; in testInitTest() local
DIntrinsicHistogram.java70 int ref[] = new int[256 * outvs2]; in testNorm() local
192 int ref[] = new int[256]; in testDot() local
DRSBaseCompute.java45 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/
DNativeCodecDecoderTest.cpp280 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory()
306 auto ref = &mRefBuff; in testSimpleDecode() local
417 auto ref = &mRefBuff; in testFlush() local
533 auto ref = &mRefBuff; in testOnlyEos() local
592 auto ref = &mRefBuff; in testSimpleDecodeQueueCSD() local
DNativeCodecEncoderTest.cpp356 AMediaFormat* format, OutputManager* ref) { in encodeToMemory()
401 auto ref = &mRefBuff; in testSimpleEncode() local
571 auto ref = &mRefBuff; in testReconfigure() local
675 auto ref = &mRefBuff; in testOnlyEos() local
DNativeCodecEncoderSurfaceTest.cpp512 auto ref = &mRefBuff; in testSimpleEncode() local
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java238 final WeakReference<InstrumentedAccessibilityService> ref = sInstances.get(clazz); in getInstanceForClass() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1880 int ref = poseReference; in verifyLensCalibration() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix()
128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix()