/cts/tests/tests/util/assets/ |
D | hyts_patch.jar | META-INF/
META-INF/MANIFEST.MF
Blah.txt
foo/
foo/bar ... |
/cts/tests/tests/jvmti/attaching/jni/ |
D | agent.c | 37 #define CONCAT(A,B) A ## B argument 38 #define EVAL(A,B) CONCAT(A,B) argument
|
/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 301 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local 327 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local 354 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local 380 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local 406 Allocation A = in helperBaseObjCopy() local 434 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local 506 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatCopy2D() local 535 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteCopy2D() local 565 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 355 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/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 40 public static class A { class in ClassLoaderStaticNonce
|
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
D | BedsteadJUnit4Test.java | 182 public void bedsteadPlusSimpleParameterized(@StringTestParameter({"A", "B"}) String argument) { in bedsteadPlusSimpleParameterized() 187 public void simpleParameterized(@StringTestParameter({"A", "B"}) String argument) { in simpleParameterized() 192 public void multipleSimpleParameterized( in multipleSimpleParameterized()
|
/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/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/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/libs/install/src/com/android/cts/install/lib/ |
D | TestApp.java | 34 public static final String A = "com.android.cts.install.lib.testapp.A"; field in TestApp
|
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/ |
D | TunerTest.java | 2290 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend1() local 2359 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend2() local 2406 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend3() local 2606 Tuner A = new Tuner(mContext, null, prioA); in testTwoClientsForIsLowestPriority() local 2632 Tuner A = new Tuner(mContext, null, prioA); in testThreeClientsForIsLowestPriority() local
|
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/ |
D | TunerTest.java | 2289 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend1() local 2358 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend2() local 2405 Tuner A = new Tuner(mContext, null, 100); in testHasUnusedFrontend3() local 2605 Tuner A = new Tuner(mContext, null, prioA); in testTwoClientsForIsLowestPriority() local 2631 Tuner A = new Tuner(mContext, null, prioA); in testThreeClientsForIsLowestPriority() local
|
/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/ ... |