Home
last modified time | relevance | path

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

12345678910>>...52

/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/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java61 } catch (Exception e) { in DeviceReportLog()
62 Log.e(TAG, "Could not create report log file.", e); in DeviceReportLog()
75 } catch (IOException e) { in addValue()
76 Log.e(TAG, "Could not log metric.", e); in addValue()
88 } catch (IOException e) { in addValue()
89 Log.e(TAG, "Could not log metric.", e); in addValue()
102 } catch (IOException e) { in addValues()
103 Log.e(TAG, "Could not log metric.", e); in addValues()
115 } catch (IOException e) { in addValues()
116 Log.e(TAG, "Could not log metric.", e); in addValues()
[all …]
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java120 } catch (SecurityException e) { in testRequestRemoteBugreport_failIfNotDeviceOwner()
121 assertDeviceOwnerMessage(e.getMessage()); in testRequestRemoteBugreport_failIfNotDeviceOwner()
133 } catch (SecurityException e) { in testSetSecurityLoggingEnabled_failIfNotDeviceOwner()
134 assertDeviceOwnerMessage(e.getMessage()); in testSetSecurityLoggingEnabled_failIfNotDeviceOwner()
146 } catch (SecurityException e) { in testIsSecurityLoggingEnabled_failIfNotDeviceOwner()
147 assertDeviceOwnerMessage(e.getMessage()); in testIsSecurityLoggingEnabled_failIfNotDeviceOwner()
159 } catch (SecurityException e) { in testRetrieveSecurityLogs_failIfNotDeviceOwner()
160 assertDeviceOwnerMessage(e.getMessage()); in testRetrieveSecurityLogs_failIfNotDeviceOwner()
172 } catch (SecurityException e) { in testRetrievePreRebootSecurityLogs_failIfNotDeviceOwner()
173 assertDeviceOwnerMessage(e.getMessage()); in testRetrievePreRebootSecurityLogs_failIfNotDeviceOwner()
[all …]
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsReportLog.java58 } catch (Exception e) { in MetricsReportLog()
59 e.printStackTrace(); in MetricsReportLog()
72 } catch (IOException e) { in addValue()
73 e.printStackTrace(); in addValue()
85 } catch (IOException e) { in addValue()
86 e.printStackTrace(); in addValue()
100 } catch (IOException e) { in addValues()
101 e.printStackTrace(); in addValues()
113 } catch (IOException e) { in addValues()
114 e.printStackTrace(); in addValues()
[all …]
/cts/tests/tests/permission/src/android/permission/cts/
DNoWifiStatePermissionTest.java50 } catch (SecurityException e) { in testGetWifiState()
64 } catch (SecurityException e) { in testGetConfiguredNetworks()
78 } catch (SecurityException e) { in testGetConnectionInfo()
92 } catch (SecurityException e) { in testGetScanResults()
106 } catch (SecurityException e) { in testGetDhcpInfo()
120 } catch (SecurityException e) { in testDisconnect()
134 } catch (SecurityException e) { in testReconnect()
148 } catch (SecurityException e) { in testReassociate()
162 } catch (SecurityException e) { in testAddNetwork()
178 } catch (SecurityException e) { in testUpdateNetwork()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java146 Log.e(TAG, message, stackTrace); in logWithStack()
173 } catch (Throwable e) { in runNext()
174 logWithStack("Failed " + current.getClass().getSimpleName() + " with: ", e); in runNext()
180 } catch (Throwable e) { in runNext()
182 " with: ", e); in runNext()
461 MockVrListenerService.Event e = q.poll(POLL_DELAY_MS, TimeUnit.MILLISECONDS); in test() local
463 e != null); in test()
465 e.type, e, new MockVrListenerService.EventType[]{ in test()
469 if (e.type == MockVrListenerService.EventType.ONCREATE) { in test()
470 e = q.poll(POLL_DELAY_MS, TimeUnit.MILLISECONDS); in test()
[all …]
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 …]
/cts/tests/tests/rscpp/src/android/cts/rscpp/
Dverify.rs45 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/renderscript/src/android/renderscript/cts/
Dverify.rs39 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 …]
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()
DIntrinsicBase.java50 Element e; in makeElement() local
52 e = Element.createVector(mRS, dt, vecSize); in makeElement()
55 e = Element.U8(mRS); in makeElement()
57 e = Element.F32(mRS); in makeElement()
60 return e; in makeElement()
63 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() argument
64 Type.Builder tb = new Type.Builder(mRS, e); in makeAllocation()
79 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() argument
80 return makeAllocation(w, h, e, true); in makeAllocation()
83 protected void makeSource(int w, int h, Element e) { in makeSource() argument
[all …]
/cts/tools/dasm/src/java_cup/
Dsymbol_set.java77 for (Enumeration e = all(); e.hasMoreElements(); ) in is_subset_of()
78 if (!other.contains((symbol)e.nextElement())) in is_subset_of()
139 for (Enumeration e = other.all(); e.hasMoreElements(); ) in add()
140 result = add((symbol)e.nextElement()) || result; in add()
155 for (Enumeration e = other.all(); e.hasMoreElements(); ) in remove()
156 remove((symbol)e.nextElement()); in remove()
169 } catch (internal_error e) { in equals()
171 e.crash(); in equals()
194 Enumeration e; in hashCode() local
197 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++) in hashCode()
[all …]
/cts/tests/tests/media/src/android/media/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 …]
DEnvReverbTest.java57 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease()
60 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease()
62 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease()
99 } catch (IllegalArgumentException e) { in test1_0Room()
101 } catch (UnsupportedOperationException e) { in test1_0Room()
103 } catch (IllegalStateException e) { in test1_0Room()
132 } catch (IllegalArgumentException e) { in test1_1Decay()
134 } catch (UnsupportedOperationException e) { in test1_1Decay()
136 } catch (IllegalStateException e) { in test1_1Decay()
169 } catch (IllegalArgumentException e) { in test1_2Reverb()
[all …]
DEqualizerTest.java57 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease()
60 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease()
62 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease()
94 } catch (IllegalArgumentException e) { in test1_0BandLevel()
96 } catch (UnsupportedOperationException e) { in test1_0BandLevel()
98 } catch (IllegalStateException e) { in test1_0BandLevel()
119 } catch (IllegalArgumentException e) { in test1_1BandFrequency()
121 } catch (UnsupportedOperationException e) { in test1_1BandFrequency()
123 } catch (IllegalStateException e) { in test1_1BandFrequency()
144 } catch (IllegalArgumentException e) { in test1_2Presets()
[all …]
DVirtualizerTest.java62 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease()
65 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease()
67 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease()
102 } catch (IllegalArgumentException e) { in test1_0Strength()
104 } catch (UnsupportedOperationException e) { in test1_0Strength()
106 } catch (IllegalStateException e) { in test1_0Strength()
139 } catch (IllegalArgumentException e) { in test1_1Properties()
141 } catch (UnsupportedOperationException e) { in test1_1Properties()
143 } catch (IllegalStateException e) { in test1_1Properties()
160 } catch (IllegalStateException e) { in test1_2SetStrengthAfterRelease()
[all …]
/cts/tests/tests/security/src/android/security/cts/
DMediaServerCrashTest.java111 } catch (Exception e) { in testIfMediaServerDied()
112 Log.w(TAG, "playback failed", e); in testIfMediaServerDied()
134 } catch (FileNotFoundException e) { in checkIfMediaServerDiedForDrm()
135 fail("Could not find file: " + mFlFilePath + e); in checkIfMediaServerDiedForDrm()
142 } catch (Exception e) { in checkIfMediaServerDiedForDrm()
143 Log.d(TAG, "Prepare failed", e); in checkIfMediaServerDiedForDrm()
151 } catch (Exception e) { in checkIfMediaServerDiedForDrm()
152 fail("reset failed" + e); in checkIfMediaServerDiedForDrm()
173 } catch (IllegalArgumentException e) { in convertDmToFl()
176 } catch (IllegalStateException e) { in convertDmToFl()
[all …]
DServicePermissionsTest.java68 } catch (ClassCastException e) { in testDumpProtected()
69 } catch (ClassNotFoundException e) { in testDumpProtected()
70 } catch (NoSuchMethodException e) { in testDumpProtected()
71 } catch (InvocationTargetException e) { in testDumpProtected()
72 } catch (IllegalAccessException e) { in testDumpProtected()
87 } catch (ClassCastException e) { in testDumpProtected()
88 } catch (ClassNotFoundException e) { in testDumpProtected()
89 } catch (NoSuchMethodException e) { in testDumpProtected()
90 } catch (InvocationTargetException e) { in testDumpProtected()
91 } catch (IllegalAccessException e) { in testDumpProtected()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorPeer.java63 } catch (IOException e) { in setupReadPipe()
64 throw new RuntimeException(e); in setupReadPipe()
74 } catch (IOException e) { in setupWritePipe()
75 throw new RuntimeException(e); in setupWritePipe()
85 } catch (IOException e) { in setupSocket()
86 throw new RuntimeException(e); in setupSocket()
98 } catch (IOException e) { in setupFile()
99 throw new RuntimeException(e); in setupFile()
127 } catch (IOException e) { in read()
128 throw new RuntimeException(e); in read()
[all …]
/cts/tests/tests/location/src/android/location/cts/
DGeocoderTest.java39 } catch (NullPointerException e) { in testConstructor()
63 } catch (IOException e) { in testGetFromLocation()
77 } catch (IllegalArgumentException e) { in testGetFromLocation()
84 } catch (IllegalArgumentException e) { in testGetFromLocation()
91 } catch (IllegalArgumentException e) { in testGetFromLocation()
98 } catch (IllegalArgumentException e) { in testGetFromLocation()
116 } catch (IOException e) { in testGetFromLocationName()
128 } catch (IllegalArgumentException e) { in testGetFromLocationName()
134 } catch (IllegalArgumentException e) { in testGetFromLocationName()
140 } catch (IllegalArgumentException e) { in testGetFromLocationName()
[all …]
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java93 } catch (Exception e) { in onReceive()
94 Log.e(TAG, "Exception raised duing ACTION_INSTALL_CERT", e); in onReceive()
95 sendResult(context, false, e); in onReceive()
105 } catch (Exception e) { in onReceive()
106 Log.e(TAG, "Exception raised duing ACTION_REMOVE_CERT", e); in onReceive()
107 sendResult(context, false, e); in onReceive()
114 } catch (Exception e) { in onReceive()
115 Log.e(TAG, "Exception raised duing ACTION_VERIFY_CERT", e); in onReceive()
116 sendResult(context, false, e); in onReceive()
140 } catch (Exception e) { in onReceive()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java289 } catch (IOException e) { in AcceptThread()
290 Log.e(TAG, "Socket Type: " + mSocketType + " listen() failed", e); in AcceptThread()
308 } catch (IOException e) { in run()
309 Log.e(TAG, "Socket Type: " + mSocketType + " accept() failed", e); in run()
328 } catch (IOException e) { in run()
329 Log.e(TAG, "Could not close unwanted socket", e); in run()
346 } catch (IOException e) { in cancel()
347 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel()
376 } catch (IOException e) { in ConnectThread()
377 Log.e(TAG, "Socket Type: " + mSocketType + "create() failed", e); in ConnectThread()
[all …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
DReportLogUtil.java46 CLog.e(command); in prepareReportLogContainers()
51 CLog.e("Failed to run %s", command); in prepareReportLogContainers()
62 CLog.e("%s is not a directory", resultDir.getAbsolutePath()); in prepareReportLogContainers()
65 } catch (Exception e) { in prepareReportLogContainers()
66 e.printStackTrace(); in prepareReportLogContainers()
80 CLog.e("%s is not a directory", resultDir.getAbsolutePath()); in collectReportLogs()
85 CLog.e("%s is not a directory", hostReportDir.getAbsolutePath()); in collectReportLogs()
89 } catch (Exception e) { in collectReportLogs()
90 e.printStackTrace(); in collectReportLogs()
99 CLog.e(deviceSideCommand); in pull()
[all …]
/cts/apps/CameraITS/tests/scene1/
Dtest_latching.py39 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
40 e /= 2.0
47 its.objects.manual_capture_request(s, e, True, props),
48 its.objects.manual_capture_request(s, e, True, props),
49 its.objects.manual_capture_request(s*2,e, True, props),
50 its.objects.manual_capture_request(s*2,e, True, props),
51 its.objects.manual_capture_request(s, e, True, props),
52 its.objects.manual_capture_request(s, e, True, props),
53 its.objects.manual_capture_request(s, e*2, True, props),
54 its.objects.manual_capture_request(s, e, True, props),
[all …]
/cts/tests/tests/content/src/android/content/res/cts/
DResources_NotFoundExceptionTest.java34 } catch (NotFoundException e) { in testNotFoundException()
36 assertSame(ne, e); in testNotFoundException()
50 } catch (NotFoundException e) { in testNotFoundException()
52 assertSame(ne, e); in testNotFoundException()
53 assertEquals(MESSAGE, e.getMessage()); in testNotFoundException()
67 } catch (NotFoundException e) { in testNotFoundException()
69 assertSame(ne, e); in testNotFoundException()
70 assertEquals(MESSAGE, e.getMessage()); in testNotFoundException()
71 assertEquals(CAUSE, e.getCause()); in testNotFoundException()

12345678910>>...52