Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 20 of 20) 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/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/src/android/mediav2/cts/
DCodecDecoderTest.java374 OutputManager ref = new OutputManager(); in testSimpleDecode() local
470 OutputManager ref = mOutputBuff; in testFlush() local
617 OutputManager ref = mOutputBuff; in testReconfigure() local
732 OutputManager ref = new OutputManager(); in testOnlyEos() local
804 OutputManager ref = new OutputManager(); in testSimpleDecodeQueueCSD() local
892 OutputManager ref = mOutputBuff; in testDecodePartialFrame() local
DCodecDecoderSurfaceTest.java232 OutputManager ref = mOutputBuff; in testSimpleDecodeToSurface() local
298 OutputManager ref = mOutputBuff; in testFlush() local
409 OutputManager ref = mOutputBuff; in testReconfigure() local
DCodecDecoderPauseTest.java105 OutputManager ref = new OutputManager(); in testPause() local
DCodecEncoderTest.java299 OutputManager ref = new OutputManager(); in testSimpleEncode() local
410 OutputManager ref = mOutputBuff; in testReconfigure() local
523 OutputManager ref = new OutputManager(); in testOnlyEos() local
DCodecDecoderValidationTest.java784 OutputManager ref = new OutputManager(); in testDecodeAndValidate() local
DCodecEncoderSurfaceTest.java776 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2027/
Dpoc.cpp75 ogg_reference ref; in main() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java132 final AtomicReference<ComponentName> ref = new AtomicReference<>(); in testGetServiceComponentName_onUiThread() local
152 final AtomicBoolean ref = new AtomicBoolean(); in testIsContentCaptureFeatureEnabled_onUiThread() local
DChildlessActivityTest.java1250 final AtomicReference<ContentCaptureManager> ref = new AtomicReference<>(); in getContentCaptureManagerHack() local
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp336 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory()
359 auto ref = mRefBuff; in testSimpleDecode() local
433 auto ref = mRefBuff; in testFlush() local
519 auto ref = mRefBuff; in testOnlyEos() local
568 auto ref = mRefBuff; in testSimpleDecodeQueueCSD() local
DNativeCodecEncoderTest.cpp337 AMediaFormat* format, OutputManager* ref) { in encodeToMemory()
376 auto ref = mRefBuff; in testSimpleEncode() local
507 auto ref = mRefBuff; in testOnlyEos() local
DNativeCodecEncoderSurfaceTest.cpp558 auto ref = mRefBuff; in testSimpleEncode() local
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java255 final WeakReference<InstrumentedAccessibilityService> ref = sInstances.get(clazz); in getInstanceForClass() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2537 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()