/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ComputeTest.java | 205 private boolean initializeGlobals(ScriptC_primitives s) { in initializeGlobals() 315 ScriptC_primitives t = new ScriptC_primitives(mRS); in testPrimitives() local 324 private void checkInit(ScriptC_array_init s) { in checkInit() 381 ScriptC_array_init t = new ScriptC_array_init(mRS); in testArrayInit() local 396 private boolean initializeVector(ScriptC_vector s) { in initializeVector() 671 ScriptC_vector s = new ScriptC_vector(mRS); in testVector() local 684 ScriptC_MatrixTest s = new ScriptC_MatrixTest(mRS); in testMatrix() local 692 private boolean initializeStructObject(ScriptC_struct_object s) { in initializeStructObject() 701 ScriptC_struct_object s = in testStructObject() local 718 ScriptC_utils t = new ScriptC_utils(mRS); in testUtilityFunctions() local [all …]
|
D | VLoadTest.java | 99 private void testSetup(Type t) { in testSetup() 110 private void verify(byte[] a1, byte[] a2, String s) { in verify() 121 private void verify(short[] a1, short[] a2, String s) { in verify() 132 private void verify(int[] a1, int[] a2, String s) { in verify() 143 private void verify(long[] a1, long[] a2, String s) { in verify() 154 private void verify(float[] a1, float[] a2, String s) { in verify() 165 private void verify(double[] a1, double[] a2, String s) { in verify() 184 short t[] = new short[len]; in randomShortArray() local 193 int t[] = new int[len]; in randomIntArray() local 202 long t[] = new long[len]; in randomLongArray() local
|
D | KernelTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() local 523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
|
D | ForEachTest.java | 59 Type t = new Type.Builder(mRS, Element.I8(mRS)).setX(x).create(); in testForEach() local 523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local
|
D | AllocationCreateAllocationsTest.java | 38 Type t = Type.createXY(mRS, e, dimX, dimY); in createAllocationsHelper() local 85 Type t = allocArray[i].getType(); in testGetProperties() local 91 Surface s = allocArray[i].getSurface(); in testGetProperties() local 103 Type t = Type.createXY(mRS, Element.U8_4(mRS), dX, dY); in testMultipleIoReceive_USAGE_IO_INPUT() local
|
D | GetSetTest.java | 144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() 158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() 172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() 186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() 200 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify() 214 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify() 238 short t[] = new short[len]; in randomShortArray() local 249 int t[] = new int[len]; in randomIntArray() local 260 long t[] = new long[len]; in randomLongArray() local 271 float t[] = new float[len]; in randomFloatArray() local [all …]
|
D | Intrinsic3DLut.java | 84 Type t = tb.create(); in initCube() local 154 ScriptIntrinsic3DLUT s = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS)); in test_ID() local
|
D | IntrinsicBase.java | 79 Type t = tb.create(); in makeAllocation() local 83 final int s = a.getBytesSize(); in makeAllocation() local
|
D | LaunchClip.java | 78 Type t = tb.create(); in setup() local 148 String s = new String("verify error @ " + x + ", " + y + ", " + z + in verifyCell() local 177 Type t = tb.create(); in makeAdapter() local
|
/cts/hostsidetests/jvmti/attaching/app/src/android/jvmti/ |
D | JvmtiActivity.java | 56 void returnResult(final String s) { in returnResult() 59 Thread t = new Thread(() -> { in returnResult() local 88 private static native boolean didSeeLoadOf(String s); in didSeeLoadOf()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/ |
D | Test_instance_of.java | 33 T_instance_of_1 t = new T_instance_of_1(); in testN1() local 34 String s = ""; in testN1() local 42 T_instance_of_1 t = new T_instance_of_1(); in testN2() local 50 T_instance_of_2 t = new T_instance_of_2(); in testN4() local 58 T_instance_of_1 t = new T_instance_of_1(); in testE1() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/ |
D | Test_check_cast.java | 34 T_check_cast_1 t = new T_check_cast_1(); in testN1() local 35 String s = ""; in testN1() local 43 T_check_cast_1 t = new T_check_cast_1(); in testN2() local 51 T_check_cast_2 t = new T_check_cast_2(); in testN4() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/ |
D | Test_const_string.java | 28 T_const_string_1 t = new T_const_string_1(); in testN1() local 29 String s = t.run(); in testN1() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/ |
D | Test_const_string_jumbo.java | 28 T_const_string_jumbo_1 t = new T_const_string_jumbo_1(); in testN1() local 29 String s = t.run(); in testN1() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/ |
D | Test_filled_new_array_range.java | 31 T_filled_new_array_range_1 t = new T_filled_new_array_range_1(); in testN1() local 43 T_filled_new_array_range_2 t = new T_filled_new_array_range_2(); in testN2() local 44 String s = "android"; in testN2() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/ |
D | Test_filled_new_array.java | 31 T_filled_new_array_1 t = new T_filled_new_array_1(); in testN1() local 43 T_filled_new_array_2 t = new T_filled_new_array_2(); in testN2() local 44 String s = "android"; in testN2() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_foreach.cpp | 49 sp<const Type> t = Type::create(mRS, Element::I8(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach() local 291 sp<ScriptC_foreach> s = new ScriptC_foreach(mRS); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 297 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 325 sp<ScriptC_noroot> s = new ScriptC_noroot(mRS); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local 331 sp<const Type> t = Type::create(mRS, Element::I32(mRS), X, Y, 0); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/ |
D | Test_new_instance.java | 35 T_new_instance_1 t = new T_new_instance_1(); in testN1() local 36 String s = t.run(); in testN1() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | utilities.h | 32 inline ::testing::AssertionResult isOk(::ndk::ScopedAStatus t) { in isOk() 44 inline ::testing::AssertionResult isOk(binder_status_t t) { in isOk() 51 inline ::testing::AssertionResult ContainsSubstring(const std::string& s, const std::string& ss) { in ContainsSubstring()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/ |
D | UsbAccessoryTestActivity.java | 258 protected void onPostExecute(Throwable t) { in onAttached() 308 private void fail(@Nullable String s, @Nullable Throwable e) { in fail()
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 182 Time t = new Time(); in testParseNull() local 188 Time t = new Time(); in testParse3339Null() local 197 Time t = new Time(); in testBug16002() local 212 Time t = new Time(); in testBug22225() local 450 Time t = new Time(originalTz); in testSwitchTimezone_simpleUtc() local 473 Time t = new Time(zone1); in testSwitchTimezone_standardToStandardTime() local 495 Time t = new Time(zone1); in testSwitchTimezone_dstToDstTime() local 517 Time t = new Time(zone1); in testSwitchTimezone_standardToDstTime() local 539 Time t = new Time(zone1); in testSwitchTimezone_sourceDateInvalid() local 558 Time t = new Time(zone1); in testSwitchTimezone_dstToStandardTime() local [all …]
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.cpp | 67 UWORD32 t; in MD5Update() local 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/cts/tests/tests/os/src/android/os/cts/ |
D | DebugTest.java | 103 TestThread t = new TestThread(new Runnable() { in testThreadCpuTimeNanos() local 238 private static void checkNumber(String s) throws Exception { in checkNumber() 244 private static void checkHistogram(String s) throws Exception { in checkHistogram()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 246 Shader s = new Shader(); in testSet() local 247 Typeface t = Typeface.DEFAULT; in testSet() local 331 Shader s = new Shader(); in testAccessShader() local 349 Shader s = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT); in testShaderLocalMatrix() local 1132 Shader s = new Shader(); in testReset() local 1133 Typeface t = Typeface.DEFAULT; in testReset() local
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 172 String s = "Not equal: " + p1 + "[" + System.identityHashCode(p1.obj) + in check() local 192 public Pair(Object o, long t) { in Pair()
|