/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 | 531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | KernelTest.java | 531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | AllocationTest.java | 107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local 298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local 324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local 351 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local 377 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local 403 Allocation A = in helperBaseObjCopy() local 431 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local 503 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatCopy2D() local 532 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteCopy2D() local 562 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperShortCopy2D() local [all …]
|
D | TestCtxDim.java | 37 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in test() local
|
/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/tools/cts-media/ |
D | get_achievable_rates.py | 108 def genXml(data, A=None): argument 242 def summarize(self, A=None): argument 354 A = P.parse_args() variable
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | LeakTest.java | 63 Allocation A = Allocation.createTyped(mRS, t); in testForLeaks() local
|
/cts/apps/CameraITS/pymodules/its/ |
D | dng.py | 20 A = 0 variable
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 40 public static class A { class in ClassLoaderStaticNonce
|
/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/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/ |
D | ReferencePath.java | 132 float[] A = mPathMarkers.get(0).getCoordinates(); in validateAreaCovered() 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/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/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/tests/autofillservice/src/android/autofillservice/cts/ |
D | LoginActivityTest.java | 1078 final String A = "aaa"; in filterTextDifferentPrefixes() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-testlib-20.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |