/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | shared.rsh | 24 #define _RS_ASSERT_EQU(e1, e2) \ 25 (((e1) != (e2)) ? (failed = true, rsDebug(#e1 " != " #e2, (e1), (e2)), false) : true)
|
D | IntrinsicHistogram.java | 39 Element e2; in createAllocations() local 49 case 4: e2 = Element.I32_4(mRS); break; in createAllocations() 50 case 3: e2 = Element.I32_3(mRS); break; in createAllocations() 51 case 2: e2 = Element.I32_2(mRS); break; in createAllocations() 52 default: e2 = Element.I32(mRS); break; in createAllocations() 59 mAout = Allocation.createSized(mRS, e2, 256); in createAllocations()
|
D | ElementTest.java | 145 Element e2 = eb2.add(Element.U8(mRS), "UTest").create(); in testEquals() local 147 assertTrue(e1.equals(e2)); in testEquals() 148 assertTrue(e2.equals(e1)); in testEquals() 149 assertTrue(e1.hashCode() == e2.hashCode()); in testEquals() 150 assertTrue(e1.isCompatible(e2)); in testEquals() 151 assertTrue(e2.isCompatible(e1)); in testEquals() 423 Element e2 = eb.create(); in testIsComplex() local 424 assertFalse(e2.isComplex()); in testIsComplex() 428 eb.add(e2, "e2"); in testIsComplex()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsExceptionTest.java | 39 ImsException e2 = new ImsException("Test2", ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in testImsExceptionConstructors() local 40 assertEquals(ImsException.CODE_ERROR_SERVICE_UNAVAILABLE, e2.getCode()); in testImsExceptionConstructors()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
D | T_opc_throw_12.java | 25 } catch(RuntimeException e2) { in run()
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | CrossUserPackageVisibilityTests.java | 196 final IllegalArgumentException e2 = assertThrows(IllegalArgumentException.class, in testGetApplicationEnabledSetting_cannotDetectStubPkg() local 198 assertThat(e1.getMessage()).isEqualTo(e2.getMessage()); in testGetApplicationEnabledSetting_cannotDetectStubPkg() 225 final IllegalArgumentException e2 = assertThrows(IllegalArgumentException.class, in testGetComponentEnabledSetting_cannotDetectStubPkg() local 227 assertThat(e1.getMessage()).isEqualTo(e2.getMessage()); in testGetComponentEnabledSetting_cannotDetectStubPkg() 240 final IllegalArgumentException e2 = assertThrows(IllegalArgumentException.class, in testSetApplicationEnabledSetting_cannotDetectStubPkg() local 243 assertThat(e1.getMessage()).isEqualTo(e2.getMessage()); in testSetApplicationEnabledSetting_cannotDetectStubPkg() 258 final IllegalArgumentException e2 = assertThrows(IllegalArgumentException.class, in testSetComponentEnabledSetting_cannotDetectStubPkg() local 261 assertThat(e1.getMessage()).isEqualTo(e2.getMessage()); in testSetComponentEnabledSetting_cannotDetectStubPkg()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 507 } catch (IOException e2) { in run() 509 " socket during connection failure", e2); in run()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainHotwordDetectionService.java | 305 } catch (IOException e2) { in onDetect() 306 Log.e(TAG, "Unable to close external audio stream.", e2); in onDetect()
|
/cts/tests/tests/security/res/raw/ |
D | openssl_heartbleed_test_cert.pem | 56 d6:fd:24:3a:b8:7a:cc:e3:62:b9:82:73:43:e2:0d:
|
D | cve_2019_2245.ts | 264 …ao}T��r�Y`�R�M�G1[ݡB�B�t�_S/<��BUA���A�\D�Y��><{�N2@���X��$t��!��e2���FS�k!d^�&���「��… 3423 …��x� ��v�����dV���[�Dڞ��V�U���{y�7��;�6�Dn2�ݢu�G1�n&���t��vcx=�#u�M�ط�e2��g0kUYqZ��!��՞g��… 6567 �Cc`��шpCMOMMP܆Mꆶ�Y�CRؿUM�n�t����Թ!jh�ͪ��e26a�2�W"Y�ST�؞>����t61}5
|
D | cve_2018_13925.ts | 265 …ao}T��r�Y`�R�M�G1[ݡB�B�t�_S/<��BUA���A�\D�Y��><{�N2@���X��$t��!��e2���FS�k!d^�&���「��… 5891 �u�%���$Ւ=����u"�e2MI4�HD�J�-H2�ɂhܪG1�h���@�-�S�"%�P�Z:N�z1uD�Ή~Kō��j$���Z<~+&�I y~�… 6510 ��.�mAG19����*�H=&rE�e2
|
D | cve_2019_2244.ts | 264 …ao}T��r�Y`�R�M�G1[ݡB�B�t�_S/<��BUA���A�\D�Y��><{�N2@���X��$t��!��e2���FS�k!d^�&���「��… 5894 �u�%���$Ւ=����u"�e2MI4�HD�J�-H2�ɂhܪG1�h���@�-�S�"%�P�Z:N�z1uD�Ή~Kō��j$���Z<~+&�I y~�… 6513 ��.�mAG19����*�H=&rE�e2
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 864 UsageEvents.Event e2 = new UsageEvents.Event(); in testUsageEventsParceling() local 867 reparceledEvents.getNextEvent(e2); in testUsageEventsParceling() 868 assertEquals(e1.getPackageName(), e2.getPackageName()); in testUsageEventsParceling() 869 assertEquals(e1.getClassName(), e2.getClassName()); in testUsageEventsParceling() 870 assertEquals(e1.getConfiguration(), e2.getConfiguration()); in testUsageEventsParceling() 871 assertEquals(e1.getEventType(), e2.getEventType()); in testUsageEventsParceling() 872 assertEquals(e1.getTimeStamp(), e2.getTimeStamp()); in testUsageEventsParceling()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | ImageReaderDecoderTest.java | 403 } catch (Exception e2) { in onImageAvailable() 405 Log.e(TAG, "Failed to send exception info across queue: " + e2); in onImageAvailable()
|
D | AdaptivePlaybackTest.java | 1370 } catch (ClassCastException e2) {
|
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/ |
D | Processor.java | 991 …methodList.sort((e1, e2) -> Integer.compare(e1.getSimpleName().hashCode(), e2.getSimpleName().hash… in getMethods()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 2319 Exception e2 = (Exception) object1; 2320 assertEquals("test", e2.getMessage());
|