/cts/tests/sensor/jni/ |
D | nativeTestHelper.h | 33 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__) argument 34 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) argument 35 #define ASSERT_EQ(a, b) \ argument 37 #define ASSERT_NE(a, b) \ argument 39 #define ASSERT_GT(a, b) \ argument 41 #define ASSERT_GE(a, b) \ argument 43 #define ASSERT_LT(a, b) \ argument 45 #define ASSERT_LE(a, b) \ argument 47 #define ASSERT_NULL(a) \ argument 49 #define ASSERT_NOT_NULL(a) \ argument [all …]
|
/cts/tests/tests/graphics/jni/ |
D | NativeTestHelpers.h | 30 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__) argument 31 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) argument 32 #define ASSERT_EQ(a, b) \ argument 34 #define ASSERT_NE(a, b) \ argument 36 #define ASSERT_GT(a, b) \ argument 38 #define ASSERT_GE(a, b) \ argument 40 #define ASSERT_LT(a, b) \ argument 42 #define ASSERT_LE(a, b) \ argument
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
D | T_rsub_int_1.java | 21 public int run(int a) { in run() 26 public int run1(int a) { in run1() 31 public int run2(int a) { in run2() 36 public int run3(int a) { in run3() 41 public int run4(int a) { in run4() 46 public int run5(int a) { in run5()
|
D | T_rsub_int_2.java | 21 public int run(int a) { in run() 26 public int run1(int a) { in run1() 31 public int run2(int a) { in run2()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
D | T_rsub_int_lit8_1.java | 21 public int run(int a) { in run() 26 public int run1(int a) { in run1() 31 public int run2(int a) { in run2() 36 public int run3(int a) { in run3() 41 public int run4(int a) { in run4() 46 public int run5(int a) { in run5()
|
D | T_rsub_int_lit8_2.java | 21 public int run(int a) { in run() 26 public int run1(int a) { in run1() 31 public int run2(int a) { in run2()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Target.java | 113 Floaty newFloaty(double a) { in newFloaty() 117 Floaty newFloaty(double a, double b) { in newFloaty() 121 Floaty newFloaty(double a, double b, double c) { in newFloaty() 125 Floaty newFloaty(double a, double b, double c, double d) { in newFloaty() 129 Floaty newFloaty(double a, double b, double c, double d, double e) { in newFloaty() 138 Floaty new32(float a) { in new32() 142 Floaty new32(float a, float b) { in new32() 146 Floaty new32(float a, float b, float c) { in new32() 150 Floaty new32(float a, float b, float c, float d) { in new32() 154 Floaty new32(float a, float b, float c, float d, float e) { in new32() [all …]
|
D | LaunchClip.java | 114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell() 155 void verifyRange(Script.LaunchOptions sc, int[] a) { in verifyRange() 179 AllocationAdapter a = AllocationAdapter.createTyped(mRS, base, t); in makeAdapter() local 210 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 0, 0); in testWrite1DAdapter1D() local 236 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 17, 0); in testWrite2DAdapter1D() local 249 AllocationAdapter a = makeAdapter(mAout, 68, 160, 0, 9, 17, 0); in testWrite2DAdapter2D() local 277 AllocationAdapter a = makeAdapter(mAout, 28, 0, 0, 9, 17, 7); in testWrite3DAdapter1D() local 292 AllocationAdapter a = makeAdapter(mAout, 28, 10, 0, 9, 17, 7); in testWrite3DAdapter2D() local 307 AllocationAdapter a = makeAdapter(mAout, 28, 10, 14, 9, 17, 7); in testWrite3DAdapter3D() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeColorBufferTest.java | 43 float a = 1.0f; in test_RGBA_1001() local 61 float a = 1.0f; in test_RGBA_1101() local 79 float a = 1.0f; in test_RGBA_1111() local 98 float a = 1.0f; in test_RGBA_0101() local 117 float a = 1.0f; in test_RGBA_0011() local 136 float a = 0.0f; in test_RGBA_0000() local 155 float a = 0.5f; in test_RGBA_rand_val_one() local 170 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 185 float a = expectedColor[3]; in compare() local
|
D | ColorBufferTest.java | 48 float a = 1.0f; in test_RGBA_1001() local 66 float a = 1.0f; in test_RGBA_1101() local 84 float a = 1.0f; in test_RGBA_1111() local 103 float a = 1.0f; in test_RGBA_0101() local 122 float a = 1.0f; in test_RGBA_0011() local 141 float a = 0.0f; in test_RGBA_0000() local 160 float a = 0.5f; in test_RGBA_rand_val_one() local 175 private float[] getVertexColors(float r, float g, float b, float a) { in getVertexColors() 191 float a = expectedColor[3]; in compare() local
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
D | atomic.c | 23 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_acquire_load() local 29 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_release_store() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | ListsHelper.java | 20 static public boolean isMatch(int[] a, int[] b) { in isMatch() 35 static private boolean hasValue(int[] a, int value) { in hasValue() 50 static public boolean isSubset(int[] a, int[] b) { in isSubset()
|
/cts/tests/tests/rsblas/assets/ |
D | blas_gen.py | 27 def triangularMatrixGen(a, uplo): argument 38 def symm(a): argument 44 def herm(a): argument 52 def zero(a): argument 98 def writeFloatMatrix(a, name, skip, fo): argument 109 def writeDoubleMatrix(a, name, skip, fo): argument 114 def writeFloatComplexMatrix(a, name, skip, fo): argument 127 def writeDoubleComplexMatrix(a, name, skip, fo): argument 132 def writeMatrixWithIncrements(dt, a, name, skip, fo): argument 143 def writeMatrix(dt, a, name, fo): argument [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/ |
D | ITest.java | 23 public int test(int a); in test() 24 public int testArgsOrder(int a, int b); in testArgsOrder()
|
D | ITestImpl.java | 30 public int test(int a) { in test() 35 public int testArgsOrder(int a, int b) { in testArgsOrder()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/ |
D | ITestImpl.java | 32 public int test(int a) { in test() 37 public int testArgsOrder(int a, int b) { in testArgsOrder()
|
D | ITest.java | 23 public int test(int a); in test() 24 public int testArgsOrder(int a, int b); in testArgsOrder()
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 28 #define min(a, b) (a) < (b) ? a : b argument 44 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument 48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 56 #define swap(a, b) \ argument 64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 67 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3() 79 char *a = (char*)aa; in qsort_local() local 225 float a = A[i * n + k]; in doMatrixMultiplication() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/ |
D | Test_const_wide.java | 30 double a = 1234567890123232323232232323232323232323232323456788d; in testN1() local 40 long a = 10000000000l; in testN2() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_const/ |
D | Test_opc_const.java | 30 float a = 1.5f; in testN1() local 41 int a = 10000000; in testN2() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/ |
D | Test_array_length.java | 31 String[] a = new String[5]; in testN1() local 40 double[] a = new double[10]; in testN2() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferMath.java | 32 static private<T extends DspBufferBase> int estimateOperandsType(T a, T b) { in estimateOperandsType() 54 static public <T extends DspBufferBase> int add(T r, T a, T b) { in add() 126 static public <T extends DspBufferBase> int mult(T r, T a, T b) { in mult() 209 static public <T extends DspBufferBase> int mult(T r, T a, double v) { in mult() 255 static public <T extends DspBufferBase> int set(T r, T a) { in set() 306 double a = 0; in set() local 335 static public <T extends DspBufferDouble> int crossCorrelation(T r, T a, T b) { in crossCorrelation()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 831 char[] a = {'a'}; in testReadCharArray() local 899 char[] a = {'a'}; in testCreateCharArray() local 1005 int[] a = {21}; in testReadIntArray() local 1071 int[] a = {21}; in testCreateIntArray() local 1163 long[] a = {21L}; in testReadLongArray() local 1229 long[] a = {21L}; in testCreateLongArray() local 1333 float[] a = {2.1f}; in testReadFloatArray() local 1399 float[] a = {2.1f}; in testCreateFloatArray() local 1503 double[] a = {2.1d}; in testReadDoubleArray() local 1569 double[] a = {2.1d}; in testCreateDoubleArray() local [all …]
|
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/ |
D | AnomalyDetectionTests.java | 134 AnomalyDetected a = data.get(0).getAtom().getAnomalyDetected(); in testCountAnomalyDetection() local 284 AnomalyDetected a = data.get(0).getAtom().getAnomalyDetected(); in testValueAnomalyDetection() local 334 AnomalyDetected a = data.get(0).getAtom().getAnomalyDetected(); in testPerfetto() local 372 AnomalyDetected a = data.get(0).getAtom().getAnomalyDetected(); in testGaugeAnomalyDetection() local 420 AnomalyDetected a = data.get(0).getAtom().getAnomalyDetected(); in testPulledAnomalyDetection() local
|
/cts/suite/audio_quality/test_description/conf/ |
D | check_conf.py | 25 a = np.array([1,2,3]) variable
|