Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dshared.rsh24 #define _RS_ASSERT_EQU(e1, e2) \
25 (((e1) != (e2)) ? (failed = true, rsDebug(#e1 " != " #e2, (e1), (e2)), false) : true)
DIntrinsicHistogram.java39 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()
DElementTest.java145 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/
DImsExceptionTest.java39 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/
DT_opc_throw_12.java25 } catch(RuntimeException e2) { in run()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java196 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/
DBluetoothChatService.java507 } catch (IOException e2) { in run()
509 " socket during connection failure", e2); in run()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java305 } catch (IOException e2) { in onDetect()
306 Log.e(TAG, "Unable to close external audio stream.", e2); in onDetect()
/cts/tests/tests/security/res/raw/
Dopenssl_heartbleed_test_cert.pem56 d6:fd:24:3a:b8:7a:cc:e3:62:b9:82:73:43:e2:0d:
Dcve_2019_2245.ts264 …ao}T��r�Y`�R�M�G�1[ݡ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�G�1�n&���t��vcx=�#u�M�ط�e2��g0kUYqZ��!��՞g��…
6567 �Cc`��шpCMOMM P܆Mꆶ�Y�CRؿUM�n�t����Թ!jh�ͪ��e2 6a�2�W"Y�ST�؞>����t61}5
Dcve_2018_13925.ts265 …ao}T��r�Y`�R�M�G�1[ݡB�B�t�_S/�<��BUA���A�\D�Y��><{�N2@���X��$t��!��e2���FS�k!d^�&���「��…
5891 �u�%���$Ւ=����u"�e2MI 4 �HD�J�-H2�ɂhܪG�1�h���@�-�S�"%�P�Z:N�z1uD�Ή~Kō��j$���Z<~+&�I y~�…
6510 ��.�mAG�19����*� H=&rE�e2
Dcve_2019_2244.ts264 …ao}T��r�Y`�R�M�G�1[ݡB�B�t�_S/�<��BUA���A�\D�Y��><{�N2@���X��$t��!��e2���FS�k!d^�&���「��…
5894 �u�%���$Ւ=����u"�e2MI 4 �HD�J�-H2�ɂhܪG�1�h���@�-�S�"%�P�Z:N�z1uD�Ή~Kō��j$���Z<~+&�I y~�…
6513 ��.�mAG�19����*� H=&rE�e2
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java864 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/
DImageReaderDecoderTest.java403 } catch (Exception e2) { in onImageAvailable()
405 Log.e(TAG, "Failed to send exception info across queue: " + e2); in onImageAvailable()
DAdaptivePlaybackTest.java1370 } catch (ClassCastException e2) {
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/
DProcessor.java991 …methodList.sort((e1, e2) -> Integer.compare(e1.getSimpleName().hashCode(), e2.getSimpleName().hash… in getMethods()
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java2319 Exception e2 = (Exception) object1;
2320 assertEquals("test", e2.getMessage());