Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 2807) sorted by relevance

12345678910>>...113

/cts/tests/tests/rsblas/assets/
DBLASData.txt757 0.025, -1.73472347598e-18, -0.00620689655172, -0.00551724137931, -0.000229885057471, -0.00224137931…
814 …0.250000014901, 0.750000014901, 0.200000017881, 0.69999999553, 3.72529029846e-09, 0.500000003725, …
832e-17, 1.62, 0.02, 0.74, 0.76, 1.28, 0.42, 1.04, 0.7, 0.36, 0.6, 0.6, 0.46, 1.08, 0.68, 1.24, 1.2, …
850e-09, 1.59999997467, 0.180000024736, 1.58000000685, 0.0399999862909, 0.680000029206, -0.0799999964…
868e-16, 1.14, -0.12, 1.12, 1.04, 1.1, 0.2, 1.72, 0.04, 2.07, 0.99, 1.81, -0.08, 1.13, 0.86, 1.15, 0.…
883e-08, 1.35999999285, 0.020000012517, 1.54000000715, 0.180000011325, 0.880000032187, -0.20000000298…
886e-08, 1.35999999285, 0.020000012517, 1.54000000715, 0.180000011325, 1.38000003964, 0.0, 0.76000003…
949e-17, 2.11, 1.05, 1.54, -0.07, 1.99, 1.08, 1.38, 1.11, 1.69, -0.11, 1.41, -0.13, 1.97, -0.19, 2.5,…
952e-17, 2.11, 1.05, 1.54, -0.07, 1.99, 1.08, 1.38, 1.11, 1.69, -0.11, 1.41, -0.13, 1.97, -0.19, 2.5,…
1096e-07, 8.71000004053, -0.55999995932, 7.40000003874, 0.439999958724, 9.16000004947, 0.390000004172,…
[all …]
/cts/tests/tests/identity/src/android/security/identity/cts/
DIdentityApiTest.java46 AlreadyPersonalizedException e = new AlreadyPersonalizedException("Message"); in testConstructorsAlreadyPersonalizedException() local
47 assertEquals("Message", e.getMessage()); in testConstructorsAlreadyPersonalizedException()
48 assertEquals(null, e.getCause()); in testConstructorsAlreadyPersonalizedException()
50 e = new AlreadyPersonalizedException("Message 2", t); in testConstructorsAlreadyPersonalizedException()
51 assertEquals("Message 2", e.getMessage()); in testConstructorsAlreadyPersonalizedException()
52 assertEquals(t, e.getCause()); in testConstructorsAlreadyPersonalizedException()
57 CipherSuiteNotSupportedException e = new CipherSuiteNotSupportedException("Message"); in testConstructorsCipherSuiteNotSupportedException() local
58 assertEquals("Message", e.getMessage()); in testConstructorsCipherSuiteNotSupportedException()
59 assertEquals(null, e.getCause()); in testConstructorsCipherSuiteNotSupportedException()
61 e = new CipherSuiteNotSupportedException("Message 2", t); in testConstructorsCipherSuiteNotSupportedException()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java62 } catch (Exception e) { in DeviceReportLog()
63 Log.e(TAG, "Could not create report log file.", e); in DeviceReportLog()
76 } catch (Exception e) { in addValue()
77 Log.e(TAG, "Could not log metric.", e); in addValue()
89 } catch (Exception e) { in addValue()
90 Log.e(TAG, "Could not log metric.", e); in addValue()
103 } catch (Exception e) { in addValues()
104 Log.e(TAG, "Could not log metric.", e); in addValues()
116 } catch (Exception e) { in addValues()
117 Log.e(TAG, "Could not log metric.", e); in addValues()
[all …]
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DTelephonyManagerReadPhoneStatePermissionTest.java120 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
132 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
134 + " with READ_PHONE_STATE" + e); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
139 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
141 + " with READ_PHONE_STATE" + e); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
146 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
148 + " with READ_PHONE_STATE" + e); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
153 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
155 + " with READ_PHONE_STATE" + e); in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
160 } catch (SecurityException e) { in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
[all …]
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java82 } catch (IllegalArgumentException e) { in startManageSpaceActivity()
83 throw e; in startManageSpaceActivity()
84 } catch (Exception e) { in startManageSpaceActivity()
85 Log.e(TAG, "startManageSpaceActivity failed", e); in startManageSpaceActivity()
102 } catch (IllegalArgumentException e) { in sendPendingIntent()
103 throw e; in sendPendingIntent()
104 } catch (Exception e) { in sendPendingIntent()
105 Log.e(TAG, "sendPendingIntent failed", e); in sendPendingIntent()
106 throw new AssertionError(e); in sendPendingIntent()
117 } catch (IllegalArgumentException e) { in sendPendingIntentWithActivityForResult()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DCtsVerifierReportLog.java74 } catch (Exception e) { in CtsVerifierReportLog()
75 Log.e(TAG, "Could not create report log file.", e); in CtsVerifierReportLog()
112 } catch (Exception e) { in submit()
113 Log.e(TAG, "ReportLog Submit Failed", e); in submit()
127 } catch (Exception e) { in addValues()
128 Log.e(TAG, LOG_ERROR_STR + " (double[]) ", e); in addValues()
140 } catch (Exception e) { in addValues()
141 Log.e(TAG, LOG_ERROR_STR + " (double[]) ", e); in addValues()
152 } catch (Exception e) { in addValue()
153 Log.e(TAG, LOG_ERROR_STR + " (double) ", e); in addValue()
[all …]
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/user/
DCarUserManagerPermissionTest.java68 Exception e = assertThrows(SecurityException.class, in testSwitchUser() local
73 assertThat(e).hasMessageThat().contains(CREATE_USERS); in testSwitchUser()
74 assertThat(e).hasMessageThat().contains(MANAGE_USERS); in testSwitchUser()
80 Exception e = assertThrows(SecurityException.class, in testSwitchUserIgnoringUxRestriction() local
85 assertThat(e).hasMessageThat().contains(CREATE_USERS); in testSwitchUserIgnoringUxRestriction()
86 assertThat(e).hasMessageThat().contains(MANAGE_USERS); in testSwitchUserIgnoringUxRestriction()
91 Exception e = assertThrows(SecurityException.class, () -> mCarUserManager.switchUser(100)); in testSwitchUserId() local
92 assertThat(e).hasMessageThat().contains(CREATE_USERS); in testSwitchUserId()
93 assertThat(e).hasMessageThat().contains(MANAGE_USERS); in testSwitchUserId()
98 Exception e = assertThrows(SecurityException.class, in testCreateUser() local
[all …]
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAppControlWrapper.java80 } catch (RemoteException e) { in isBound()
81 Log.e(TAG, "failed to get isBound", e); in isBound()
90 } catch (RemoteException e) { in getProcessUserHandle()
91 Log.e(TAG, "failed to get getProcessUserHandle", e); in getProcessUserHandle()
101 } catch (RemoteException e) { in getProcessUid()
102 Log.e(TAG, "failed to getProcessUid", e); in getProcessUid()
139 } catch (RemoteException e) { in setCallState()
140 handleRemoteException(e, "setCallState"); in setCallState()
155 } catch (RemoteException e) { in getCurrentCallEndpoint()
156 handleRemoteException(e, "getCurrentCallEndpoint"); in getCurrentCallEndpoint()
[all …]
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/media/
DCarAudioManagerPermissionTest.java75 Exception e = assertThrows(SecurityException.class, in setGroupVolumePermission() local
77 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolumePermission()
82 Exception e = assertThrows(SecurityException.class, in setGroupVolumeWithZonePermission() local
84 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in setGroupVolumeWithZonePermission()
89 Exception e = assertThrows(SecurityException.class, in getGroupMaxVolumePermission() local
91 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolumePermission()
96 Exception e = assertThrows(SecurityException.class, in getGroupMaxVolumeWithZonePermission() local
98 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMaxVolumeWithZonePermission()
103 Exception e = assertThrows(SecurityException.class, in getGroupMinVolumePermission() local
105 assertThat(e.getMessage()).contains(PERMISSION_CAR_CONTROL_AUDIO_VOLUME); in getGroupMinVolumePermission()
[all …]
/cts/tests/tests/dreams/CtsDreamOverlayTestApp/src/android/app/dream/cts/app/
DControlledTestDreamService.java81 } catch (RemoteException e) {
82 Log.e(TAG, "Failed to publish dream", e);
106 } catch (RemoteException e) { in onWindowFocusChanged()
107 Log.e(TAG, "could not inform listeners of onAttachedToWindow", e); in onWindowFocusChanged()
119 } catch (RemoteException e) { in onAttachedToWindow()
120 Log.e(TAG, "could not inform listeners of onAttachedToWindow", e); in onAttachedToWindow()
140 } catch (RemoteException e) { in onDreamingStarted()
141 Log.e(TAG, "could not inform listeners of onDreamingStarted", e); in onDreamingStarted()
152 } catch (RemoteException e) { in onWakeUp()
153 Log.e(TAG, "could not inform listeners of onWakeUp", e); in onWakeUp()
[all …]
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DPropertyPathCtsTest.java38 Throwable e; in testPropertyPathInvalid() local
39 e = Assert.assertThrows(IllegalArgumentException.class, () -> new PropertyPath("")); in testPropertyPathInvalid()
40 assertThat(e.getMessage()).startsWith("Malformed path (blank property name)"); in testPropertyPathInvalid()
42 e = Assert.assertThrows(IllegalArgumentException.class, () -> new PropertyPath("]")); in testPropertyPathInvalid()
43 assertThat(e.getMessage()).startsWith("Malformed path (no starting '[')"); in testPropertyPathInvalid()
45 e = Assert.assertThrows(IllegalArgumentException.class, () -> new PropertyPath("a[")); in testPropertyPathInvalid()
46 assertThat(e.getMessage()).startsWith("Malformed path (no ending ']')"); in testPropertyPathInvalid()
48 e = Assert.assertThrows(IllegalArgumentException.class, () -> new PropertyPath("a[]")); in testPropertyPathInvalid()
49 assertThat(e.getMessage()).startsWith("Malformed path (\"\" as path index)"); in testPropertyPathInvalid()
51 e = Assert.assertThrows(IllegalArgumentException.class, () -> new PropertyPath("a[b]")); in testPropertyPathInvalid()
[all …]
/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java204 } catch (SecurityException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
213 } catch (DeviceConfig.BadConfigException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
215 + "BadConfigException without a known bad configuration", e); in testDeviceConfigPublicNamespacesWithoutReadPermission()
216 } catch (SecurityException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
224 } catch (SecurityException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
226 + "with WRITE_DEVICE_CONFIG permission", e); in testDeviceConfigPublicNamespacesWithoutReadPermission()
233 } catch (DeviceConfig.BadConfigException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
235 + "BadConfigException without a known bad configuration", e); in testDeviceConfigPublicNamespacesWithoutReadPermission()
236 } catch (SecurityException e) { in testDeviceConfigPublicNamespacesWithoutReadPermission()
238 + "with WRITE_DEVICE_CONFIG permission", e); in testDeviceConfigPublicNamespacesWithoutReadPermission()
[all …]
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DParamsTest.java49 try { fail("got " + p.getAudioAdjustMode()); } catch (IllegalStateException e) {} in testSyncParamsDefaults()
50 try { fail("got " + p.getSyncSource()); } catch (IllegalStateException e) {} in testSyncParamsDefaults()
51 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {} in testSyncParamsDefaults()
52 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {} in testSyncParamsDefaults()
60 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {} in testSyncParamsDefaults()
73 try { fail("got " + p.getSyncSource()); } catch (IllegalStateException e) {}
74 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {}
75 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {}
88 try { fail("got " + p.getAudioAdjustMode()); } catch (IllegalStateException e) {}
90 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {}
[all …]
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java75 } catch (IOException e) { in dumpWindowHierarchy()
76 throw new TestHelperException(e); in dumpWindowHierarchy()
89 } catch (RemoteException e) { in setUp()
90 throw new TestHelperException("Failed to freeze device rotation", e); in setUp()
99 } catch (RemoteException e) { in tearDown()
100 throw new TestHelperException("Failed to unfreeze device rotation", e); in tearDown()
128 } catch (UiObjectNotFoundException e) { in retryPrintJob()
130 throw new TestHelperException("Retry button not found", e); in retryPrintJob()
150 } catch (UiObjectNotFoundException e) { in answerPrintServicesWarning()
152 throw new TestHelperException("Unable to find print service dialog button", e); in answerPrintServicesWarning()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java76 } catch (InterruptedException e) { in onBind()
77 Log.e(TAG, "Service thread interrupted: " + e); in onBind()
87 } catch (InterruptedException e) { in onRebind()
88 Log.e(TAG, "Service thread interrupted: " + e); in onRebind()
99 } catch (InterruptedException e) { in onUnbind()
100 Log.e(TAG, "Service thread interrupted: " + e); in onUnbind()
110 } catch (InterruptedException e) { in onCreate()
111 Log.e(TAG, "Service thread interrupted: " + e); in onCreate()
121 } catch (InterruptedException e) { in onDestroy()
122 Log.e(TAG, "Service thread interrupted: " + e); in onDestroy()
[all …]
DVrListenerVerifierActivity.java191 Log.e(TAG, message, stackTrace); in logWithStack()
219 } catch (Throwable e) { in runNext()
220 logWithStack("Failed " + current.getClass().getSimpleName() + " with: ", e); in runNext()
226 } catch (Throwable e) { in runNext()
228 " with: ", e); in runNext()
515 MockVrListenerService.Event e = q.poll(POLL_DELAY_MS, TimeUnit.MILLISECONDS); in test() local
517 e != null); in test()
519 e.type, e, new MockVrListenerService.EventType[]{ in test()
523 if (e.type == MockVrListenerService.EventType.ONCREATE) { in test()
524 e = q.poll(POLL_DELAY_MS, TimeUnit.MILLISECONDS); in test()
[all …]
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java96 } catch (Exception e) { in onReceive()
97 Log.e(TAG, "Exception raised duing ACTION_INSTALL_CERT", e); in onReceive()
98 sendResult(context, false, e); in onReceive()
108 } catch (Exception e) { in onReceive()
109 Log.e(TAG, "Exception raised duing ACTION_REMOVE_CERT", e); in onReceive()
110 sendResult(context, false, e); in onReceive()
117 } catch (Exception e) { in onReceive()
118 Log.e(TAG, "Exception raised duing ACTION_VERIFY_CERT", e); in onReceive()
119 sendResult(context, false, e); in onReceive()
143 } catch (Exception e) { in onReceive()
[all …]
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/power/
DCarPowerManagerPermissionTest.java60 Exception e = assertThrows(SecurityException.class, () -> mCarPowerManager.getPowerState()); in testGetPowerState() local
62 assertThat(e.getMessage()).contains(PERMISSION_CAR_POWER); in testGetPowerState()
67 Exception e = assertThrows(SecurityException.class, in testRequestShutdownOnNextSuspend() local
70 assertThat(e.getMessage()).contains(PERMISSION_CAR_POWER); in testRequestShutdownOnNextSuspend()
75 Exception e = assertThrows(SecurityException.class, in testScheduleNextWakeupTime() local
78 assertThat(e.getMessage()).contains(PERMISSION_CAR_POWER); in testScheduleNextWakeupTime()
83 Exception e = assertThrows(SecurityException.class, in testSetListener() local
86 assertThat(e.getMessage()).contains(PERMISSION_CAR_POWER); in testSetListener()
91 Exception e = assertThrows(SecurityException.class, in testSetListenerWithCompletion() local
95 assertThat(e.getMessage()).contains(PERMISSION_CONTROL_SHUTDOWN_PROCESS); in testSetListenerWithCompletion()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DExceptionTest.java30 } catch (RSIllegalArgumentException e) { in testExceptions()
31 assertEquals(e.getMessage(), "IAE"); in testExceptions()
36 } catch (RSInvalidStateException e) { in testExceptions()
37 assertEquals(e.getMessage(), "ISE"); in testExceptions()
42 } catch (RSRuntimeException e) { in testExceptions()
43 assertEquals(e.getMessage(), "RE"); in testExceptions()
48 } catch (RSDriverException e) { in testExceptions()
49 assertEquals(e.getMessage(), "DE"); in testExceptions()
Dverify.rscript39 bool e = !compare_float(pref.x, ptst.x);
40 e |= !compare_float(pref.y, ptst.y);
41 e |= !compare_float(pref.z, ptst.z);
42 e |= !compare_float(pref.w, ptst.w);
43 if (e) {
60 bool e = !compare_float(pref.x, ptst.x);
61 e |= !compare_float(pref.y, ptst.y);
62 e |= !compare_float(pref.z, ptst.z);
63 if (e) {
80 bool e = !compare_float(pref.x, ptst.x);
[all …]
DIntrinsicBase.java62 Element e; in makeElement() local
64 e = Element.createVector(mRS, dt, vecSize); in makeElement()
67 e = Element.U8(mRS); in makeElement()
69 e = Element.F32(mRS); in makeElement()
72 return e; in makeElement()
75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() argument
76 Type.Builder tb = new Type.Builder(mRS, e); in makeAllocation()
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() argument
92 return makeAllocation(w, h, e, true); in makeAllocation()
95 protected void makeSource(int w, int h, Element e) { in makeSource() argument
[all …]
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/am/
DCarActivityManagerPermissionTest.java63 SecurityException e = assertThrows(SecurityException.class, in testSetPersistentActivity_requiresPermission() local
67 assertThat(e).hasMessageThat().contains(Car.PERMISSION_CONTROL_CAR_APP_LAUNCH); in testSetPersistentActivity_requiresPermission()
73 SecurityException e = assertThrows(SecurityException.class, in testSetPersistentActivities_requiresPermission() local
77 assertThat(e).hasMessageThat().contains(Car.PERMISSION_CONTROL_CAR_APP_LAUNCH); in testSetPersistentActivities_requiresPermission()
82 SecurityException e = assertThrows(SecurityException.class, in testRegisterTaskMonitor_requiresPermission() local
85 assertThat(e).hasMessageThat().contains(android.Manifest.permission.MANAGE_ACTIVITY_TASKS); in testRegisterTaskMonitor_requiresPermission()
90 SecurityException e = assertThrows(SecurityException.class, in testGetVisibleTasks_requiresPermission() local
93 assertThat(e).hasMessageThat().contains(android.Manifest.permission.MANAGE_ACTIVITY_TASKS); in testGetVisibleTasks_requiresPermission()
99 SecurityException e = assertThrows(SecurityException.class, in testCreateTaskMirroringToken_requiresPermission() local
102 assertThat(e).hasMessageThat().contains(android.Manifest.permission.MANAGE_ACTIVITY_TASKS); in testCreateTaskMirroringToken_requiresPermission()
[all …]
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rscript45 bool e = !compare_float(pref.x, ptst.x);
46 e |= !compare_float(pref.y, ptst.y);
47 e |= !compare_float(pref.z, ptst.z);
48 e |= !compare_float(pref.w, ptst.w);
49 if (e) {
67 bool e = !compare_float(pref.x, ptst.x);
68 e |= !compare_float(pref.y, ptst.y);
69 e |= !compare_float(pref.z, ptst.z);
70 if (e) {
88 bool e = !compare_float(pref.x, ptst.x);
[all …]
/cts/tests/tests/print/src/android/print/cts/
DPrinterInfoTest.java137 RuntimeException e = null; in createFirstMockPrinterDiscoverySessionCallbacks() local
154 e = ex; in createFirstMockPrinterDiscoverySessionCallbacks()
159 if (e == null) { in createFirstMockPrinterDiscoverySessionCallbacks()
162 } else if (e != null) { in createFirstMockPrinterDiscoverySessionCallbacks()
163 throw e; in createFirstMockPrinterDiscoverySessionCallbacks()
168 e = null; in createFirstMockPrinterDiscoverySessionCallbacks()
173 e = ex; in createFirstMockPrinterDiscoverySessionCallbacks()
181 if (e == null) { in createFirstMockPrinterDiscoverySessionCallbacks()
186 } else if (e != null) { in createFirstMockPrinterDiscoverySessionCallbacks()
187 throw e; in createFirstMockPrinterDiscoverySessionCallbacks()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorPeer.java57 } catch (IOException e) { in setupReadPipe()
58 throw new RuntimeException(e); in setupReadPipe()
68 } catch (IOException e) { in setupWritePipe()
69 throw new RuntimeException(e); in setupWritePipe()
79 } catch (IOException e) { in setupSocket()
80 throw new RuntimeException(e); in setupSocket()
92 } catch (IOException e) { in setupFile()
93 throw new RuntimeException(e); in setupFile()
121 } catch (IOException e) { in read()
122 throw new RuntimeException(e); in read()
[all …]

12345678910>>...113