Home
last modified time | relevance | path

Searched defs:A (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/util/assets/
Dhyts_patch.jarMETA-INF/ META-INF/MANIFEST.MF Blah.txt foo/ foo/bar ...
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DForEachTest.java470 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local
491 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
DKernelTest.java470 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local
491 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
DTestCtxDim.java37 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in test() local
DAllocationTest.java107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local
297 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local
321 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local
346 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local
370 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local
394 Allocation A = in helperBaseObjCopy() local
420 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local
484 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatCopy2D() local
511 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteCopy2D() local
539 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperShortCopy2D() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java156 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
166 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
185 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
194 double A = ((DspBufferComplex) x).mReal[i]; in mult() local
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
DLeakTest.java63 Allocation A = Allocation.createTyped(mRS, t); in testForLeaks() local
/cts/tests/tests/jni/src/android/jni/cts/
DClassLoaderStaticNonce.java40 public static class A { class in ClassLoaderStaticNonce
/cts/apps/CameraITS/pymodules/its/
Ddng.py20 A = 0 variable
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_foreach.cpp298 sp<Allocation> A = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local
332 sp<Allocation> A = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java32 public static int A = 3; field in BitmapUtils
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java49 JavaSource A = new JavaSource("a.b.c.A", field in DexFileReaderTests
328 DexClass A = getClass(dexFile, "LA;"); in testParameterAnnotation() local
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication()
246 float* A = new float[n * n]; in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java131 Allocation A, B, C; in runBNNM() local
449 Allocation A, B, C; in testExceptionHandling() local
DIntrinsicBLAS.java205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV()
1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV()
1699 …private boolean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X… in validateTRMV()
3386 …vate boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGER()
3545 …ate boolean validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGERU()
4310 private boolean validateSYR(Element e, int Uplo, Allocation X, int incX, Allocation A) { in validateSYR()
4590 …n validateSYR2(Element e, int Uplo, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateSYR2()
4914 …private boolean validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B… in validateL3()
4984 …private boolean validateL3_xGEMM(Element e, int TransA, int TransB, Allocation A, Allocation B, Al… in validateL3_xGEMM()
5237 …private boolean validateL3_xSYMM(Element e, int Side, int Uplo, Allocation A, Allocation B, Alloca… in validateL3_xSYMM()
[all …]
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp198 const float A = (right + left) * r_width; in newFrustum() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...