/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | IdentityApiTest.java | 46 AlreadyPersonalizedException e = new AlreadyPersonalizedException("Message"); in testConstructorsAlreadyPersonalizedException() local 49 Throwable t = new RuntimeException("Other Exception"); in testConstructorsAlreadyPersonalizedException() local 57 CipherSuiteNotSupportedException e = new CipherSuiteNotSupportedException("Message"); in testConstructorsCipherSuiteNotSupportedException() local 60 Throwable t = new RuntimeException("Other Exception"); in testConstructorsCipherSuiteNotSupportedException() local 68 DocTypeNotSupportedException e = new DocTypeNotSupportedException("Message"); in testConstructorsDocTypeNotSupportedException() local 71 Throwable t = new RuntimeException("Other Exception"); in testConstructorsDocTypeNotSupportedException() local 79 EphemeralPublicKeyNotFoundException e = new EphemeralPublicKeyNotFoundException("Message"); in testConstructorsEphemeralPublicKeyNotFoundException() local 82 Throwable t = new RuntimeException("Other Exception"); in testConstructorsEphemeralPublicKeyNotFoundException() local 90 IdentityCredentialException e = new IdentityCredentialException("Message"); in testConstructorsIdentityCredentialException() local 93 Throwable t = new RuntimeException("Other Exception"); in testConstructorsIdentityCredentialException() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | Logt.java | 23 long t = android.os.SystemClock.elapsedRealtime(); in i() local 26 public static void e(String tag, String msg) { in e() method in Logt 27 long t = android.os.SystemClock.elapsedRealtime(); in e() local 31 long t = android.os.SystemClock.elapsedRealtime(); in w() local 34 public static void e(String tag, String msg, Throwable tr) { in e() method in Logt 35 long t = android.os.SystemClock.elapsedRealtime(); in e() local
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | NullWebViewUtils.java | 41 public static void determineIfWebViewAvailable(Context context, Throwable t) { in determineIfWebViewAvailable() 61 private static boolean checkCauseWasUnsupportedOperation(Throwable t) { in checkCauseWasUnsupportedOperation() 79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | NullWebViewUtils.java | 41 public static void determineIfWebViewAvailable(Context context, Throwable t) { in determineIfWebViewAvailable() 61 private static boolean checkCauseWasUnsupportedOperation(Throwable t) { in checkCauseWasUnsupportedOperation() 79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCreateAllocationsTest.java | 37 Element e = Element.U8_4(mRS); in createAllocationsHelper() local 38 Type t = Type.createXY(mRS, e, dimX, dimY); in createAllocationsHelper() local 82 Element e = allocArray[i].getElement(); in testGetProperties() local 85 Type t = allocArray[i].getType(); in testGetProperties() local 103 Type t = Type.createXY(mRS, Element.U8_4(mRS), dX, dY); in testMultipleIoReceive_USAGE_IO_INPUT() local
|
D | IntrinsicBase.java | 62 Element e; in makeElement() local 75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 79 Type t = tb.create(); in makeAllocation() local 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 95 protected void makeSource(int w, int h, Element e) { in makeSource() 127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
D | TypeTest.java | 33 void testTypeBuilderHelper(Element e) { in testTypeBuilderHelper() 93 Type t = b.create(); in testGetCount() local 102 Type t = b.setX(8).setY(1).create(); in testGetCount() local 141 Type t = b.create(); in testGetY() local 150 Type t = b.create(); in testGetYuv() local
|
D | AllocationByteBufferTest.java | 37 Element e = getElement(mRS, dt, size); in createTypedAllocation() local 38 Type t; in createTypedAllocation() local 90 Type t = Type.createX(mRS, Element.U8_4(mRS), dimX); in test1DWrite() local 110 Type t = Type.createXY(mRS, Element.U8_4(mRS), dimX, dimY); in test2DWrite() local
|
D | ComputeTest.java | 315 ScriptC_primitives t = new ScriptC_primitives(mRS); in testPrimitives() local 381 ScriptC_array_init t = new ScriptC_array_init(mRS); in testArrayInit() local 385 Element[] e = new Element[2]; in testArrayInit() local 718 ScriptC_utils t = new ScriptC_utils(mRS); in testUtilityFunctions() local 726 Type t = a.getType(); in setUpAllocation() local 737 Type t = a.getType(); in checkAllocation() local 754 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(x).create(); in testForEach() local 785 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testInstance() local
|
D | GetSetTest.java | 112 private void testSetup(Element e) { in testSetup() 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 282 double t[] = new double[len]; in randomDoubleArray() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSCppTest.java | 78 Element e; in makeElement() local 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 95 Type t = tb.create(); in makeAllocation() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_type.cpp | 35 static bool testTypeBuilderHelper(const sp<RS> &mRS, sp<const Element> e) { in testTypeBuilderHelper() 122 sp<const Type> t = b.create(); in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 133 sp<const Type> t = b.create(); in Java_android_cts_rscpp_RSTypeTest_testGetCount() local 180 sp<const Type> t = Type::create(mRS, Element::F32(mRS), 3, 4, 0); in Java_android_cts_rscpp_RSTypeTest_testGet() local
|
/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/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 91 MyTask t = new MyTask(); in newTask() local 257 AsyncTaskArg setTestType(Utils.TestCaseType t) {testType = t; return this;} in setTestType() 263 AsyncTaskArg setExtras(Bundle e) {extras = e; return this;} in setExtras()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 245 PathEffect e = new PathEffect(); in testSet() local 247 Typeface t = Typeface.DEFAULT; in testSet() local 401 PathEffect e = new PathEffect(); in testAccessPathEffect() local 1131 PathEffect e = new PathEffect(); in testReset() local 1133 Typeface t = Typeface.DEFAULT; in testReset() local
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 226 Transform t = new Transform(c); in checkRedefinedTransform() local 646 private void checkRetransformation(RedefineError e) { in checkRetransformation()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 71 void add_jenv(JNIEnv *e) { in add_jenv() 378 void *txn_get(txn_t *t, u32 sz) { in txn_get() 387 binder_size_t txn_offset(txn_t *t) { in txn_offset() 391 void txn_set_offset(txn_t *t, binder_size_t off) { in txn_set_offset() 395 u32 txn_u32(txn_t *t) { in txn_u32() 399 int txn_int(txn_t *t) { in txn_int() 403 u32 txn_handle(txn_t *t) { in txn_handle() 411 u16 *txn_str(txn_t *t) { in txn_str() 420 static inline u64 txn_buf(txn_t *t) { in txn_buf() 441 void recv_txn(int fd, txn_t *t) { in recv_txn() [all …]
|
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/ |
D | DalvikTestRunner.java | 221 String e = entries.nextElement(); in getClasses() local 386 public void accept(Test t) { in accept()
|