/cts/tests/tests/util/assets/ |
D | hyts_patch.jar | META-INF/
META-INF/MANIFEST.MF
Blah.txt
foo/
foo/bar ... |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ForEachTest.java | 470 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 491 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | KernelTest.java | 470 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 491 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | TestCtxDim.java | 37 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in test() local
|
D | AllocationTest.java | 107 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/ |
D | DspBufferMath.java | 156 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/ |
D | LeakTest.java | 63 Allocation A = Allocation.createTyped(mRS, t); in testForLeaks() local
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 40 public static class A { class in ClassLoaderStaticNonce
|
/cts/apps/CameraITS/pymodules/its/ |
D | dng.py | 20 A = 0 variable
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_foreach.cpp | 298 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/ |
D | BitmapUtils.java | 32 public static int A = 3; field in BitmapUtils
|
/cts/tools/dex-tools/test/dex/reader/ |
D | DexFileReaderTests.java | 49 JavaSource A = new JavaSource("a.b.c.A", field in DexFileReaderTests 328 DexClass A = getClass(dexFile, "LA;"); in testParameterAnnotation() local
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 211 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/ |
D | BNNMTest.java | 131 Allocation A, B, C; in runBNNM() local 449 Allocation A, B, C; in testExceptionHandling() local
|
D | IntrinsicBLAS.java | 205 …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/ |
D | Matrix.cpp | 198 const float A = (right + left) * r_width; in newFrustum() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |