Home
last modified time | relevance | path

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

/cts/tests/tests/util/assets/
Dhyts_patch.jarMETA-INF/ META-INF/MANIFEST.MF Blah.txt foo/ foo/bar ...
/cts/tests/tests/jvmti/attaching/jni/
Dagent.c37 #define CONCAT(A,B) A ## B argument
38 #define EVAL(A,B) CONCAT(A,B) argument
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DForEachTest.java531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local
555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
DKernelTest.java531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local
555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
DAllocationTest.java107 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 …]
DTestCtxDim.java37 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in test() local
/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/tools/cts-media/
Dget_achievable_rates.py108 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/
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/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DBedsteadJUnit4Test.java182 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/
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/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DReferencePath.java132 float[] A = mPathMarkers.get(0).getCoordinates(); in validateAreaCovered() 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/libs/install/src/com/android/cts/install/lib/
DTestApp.java34 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/
DTunerTest.java2290 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/
DTunerTest.java2289 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/
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/ ...