Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/cts/tests/sensor/jni/
DnativeTestHelper.h33 #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/credentials/src/android/credentials/cts/unittests/
DTestUtils.java41 public static void assertEquals(CredentialOption a, CredentialOption b) { in assertEquals()
49 public static void assertEquals(BeginCreateCredentialRequest a, in assertEquals()
56 public static void assertEquals(CredentialDescription a, CredentialDescription b) { in assertEquals()
61 public static void assertEquals(Slice a, Slice b) { in assertEquals()
65 public static void assertEquals(CredentialEntry a, CredentialEntry b) { in assertEquals()
70 public static void assertEquals(CreateEntry a, CreateEntry b) { in assertEquals()
74 public static void assertEquals(RemoteEntry a, RemoteEntry b) { in assertEquals()
78 public static void assertEquals(Action a, Action b) { in assertEquals()
82 public static void assertEquals(Bundle a, Bundle b) { in assertEquals()
94 public static void assertEquals(SigningInfo a, SigningInfo b) { in assertEquals()
[all …]
/cts/tests/tests/uirendering/jni/
DNativeTestHelpers.h32 #define ASSERT_TRUE(a) ASSERT((a), "assert failed on (" #a ") at " __FILE__ ":%d", __LINE__) argument
33 #define ASSERT_FALSE(a) ASSERT(!(a), "assert failed on (!" #a ") at " __FILE__ ":%d", __LINE__) argument
34 #define ASSERT_EQ(a, b) \ argument
36 #define ASSERT_NE(a, b) \ argument
38 #define ASSERT_GT(a, b) \ argument
40 #define ASSERT_GE(a, b) \ argument
42 #define ASSERT_LT(a, b) \ argument
44 #define ASSERT_LE(a, b) \ argument
/cts/tests/tests/graphics/jni/
DNativeTestHelpers.h30 #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_lit8/d/
DT_rsub_int_lit8_1.java21 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()
DT_rsub_int_lit8_2.java21 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/d/
DT_rsub_int_1.java21 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()
DT_rsub_int_2.java21 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/
DTarget.java113 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 …]
DLaunchClip.java114 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/
DNativeColorBufferTest.java43 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
DColorBufferTest.java48 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/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java20 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/
Dblas_gen.py27 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/
DITest.java23 public int test(int a); in test()
24 public int testArgsOrder(int a, int b); in testArgsOrder()
DITestImpl.java30 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/
DITest.java23 public int test(int a); in test()
24 public int testArgsOrder(int a, int b); in testArgsOrder()
DITestImpl.java32 public int test(int a) { in test()
37 public int testArgsOrder(int a, int b) { in testArgsOrder()
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp28 #define min(a, b) (a) < (b) ? a : b argument
44 #define SWAPINIT(a, es) swaptype = ((uintptr_t) a) % 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/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java32 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/tools/vm-tests-tf/src/dot/junit/opcodes/opc_const/
DTest_opc_const.java30 float a = 1.5f; in testN1() local
41 int a = 10000000; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide/
DTest_const_wide.java30 double a = 1234567890123232323232232323232323232323232323456788d; in testN1() local
40 long a = 10000000000l; in testN2() local
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/
DTest_array_length.java31 String[] a = new String[5]; in testN1() local
40 double[] a = new double[10]; in testN2() local
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DNative.java24 public static native int add(int a, int b); in add()
26 public static native int sub(int a, int b); in sub()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java517 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubblePolicy_noFlag_foreground() local
541 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() local
786 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubbleNotificationSuppression() local
831 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_checkIsBubbled_pendingIntent() local
859 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_checkIsBubbled_shortcut() local
895 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_setSuppressBubble() local
938 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_setSuppressBubble_notSuppressable() local
982 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId() local
1025 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId() local
1073 SendBubbleActivity a = startSendBubbleActivity(); in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity() local

12345678910>>...20