/cts/tests/tests/renderscript/assets/ |
D | BLASData.txt | 757 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, … 832 …e-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, … 850 …e-09, 1.59999997467, 0.180000024736, 1.58000000685, 0.0399999862909, 0.680000029206, -0.0799999964… 868 …e-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.… 883 …e-08, 1.35999999285, 0.020000012517, 1.54000000715, 0.180000011325, 0.880000032187, -0.20000000298… 886 …e-08, 1.35999999285, 0.020000012517, 1.54000000715, 0.180000011325, 1.38000003964, 0.0, 0.76000003… 949 …e-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,… 952 …e-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,… 1096 …e-07, 8.71000004053, -0.55999995932, 7.40000003874, 0.439999958724, 9.16000004947, 0.390000004172,… [all …]
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoWifiStatePermissionTest.java | 50 } 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 …]
|
D | AppOpsTest.java | 56 } catch (NoSuchFieldException e) { in testSetMode() 57 throw new AssertionError("Unable to find OP_WRITE_SMS", e); in testSetMode() 58 } catch (NoSuchMethodException e) { in testSetMode() 59 throw new AssertionError("Unable to find setMode method", e); in testSetMode() 60 } catch (InvocationTargetException e) { in testSetMode() 62 throw new AssertionError("Whoops", e); in testSetMode() 66 Throwable t = e.getCause(); in testSetMode() 68 throw new AssertionError("Did not throw SecurityException", e); in testSetMode() 70 } catch (IllegalAccessException e) { in testSetMode() 71 throw new AssertionError("Whoops", e); in testSetMode()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | DeviceInfoActivity.java | 94 } catch (Exception e) { in waitForActivityToFinish() 95 failed("Exception while waiting for activity to finish: " + e.getMessage()); in waitForActivityToFinish() 122 Log.e(LOG_TAG, message); in error() 128 Log.e(LOG_TAG, message); in failed() 146 } catch (Exception e) { in createFilePath() 160 } catch (Exception e) { in createJsonWriter() 161 failed("Failed to create JSON writer: " + e.getMessage()); in createJsonWriter() 168 } catch (Exception e) { in startJsonWriter() 169 failed("Failed to begin JSON object: " + e.getMessage()); in startJsonWriter() 177 } catch (Exception e) { in closeJsonWriter() [all …]
|
/cts/tools/dasm/src/java_cup/ |
D | symbol_set.java | 77 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 …]
|
D | lalr_item_set.java | 91 for (Enumeration e = all(); e.hasMoreElements(); ) in is_subset_of() 92 if (!other.contains((lalr_item)e.nextElement())) in is_subset_of() 170 for (Enumeration e = other.all(); e.hasMoreElements(); ) in add() 171 add((lalr_item)e.nextElement()); in add() 184 for (Enumeration e = other.all(); e.hasMoreElements(); ) in remove() 185 remove((lalr_item)e.nextElement()); in remove() 307 } catch (internal_error e) { in equals() 309 e.crash(); in equals() 332 Enumeration e; in hashCode() local 339 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++) in hashCode() [all …]
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | verify.rs | 45 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/media/src/android/media/cts/ |
D | ParamsTest.java | 49 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 …]
|
D | EnvReverbTest.java | 57 } 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 …]
|
D | EqualizerTest.java | 57 } 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 …]
|
D | VirtualizerTest.java | 62 } 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 …]
|
D | PresetReverbTest.java | 56 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease() 59 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease() 61 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease() 87 } catch (IllegalArgumentException e) { in test1_0Presets() 89 } catch (UnsupportedOperationException e) { in test1_0Presets() 91 } catch (IllegalStateException e) { in test1_0Presets() 114 } catch (IllegalArgumentException e) { in test1_1Properties() 116 } catch (UnsupportedOperationException e) { in test1_1Properties() 118 } catch (IllegalStateException e) { in test1_1Properties() 140 } catch (IllegalStateException e) { in test2_0SetEnabledGetEnabled() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ExceptionTest.java | 30 } 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()
|
D | IntrinsicBase.java | 50 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 …]
|
D | verify.rs | 41 bool e = !compare_float(pref.x, ptst.x); 42 e |= !compare_float(pref.y, ptst.y); 43 e |= !compare_float(pref.z, ptst.z); 44 e |= !compare_float(pref.w, ptst.w); 45 if (e) { 62 bool e = !compare_float(pref.x, ptst.x); 63 e |= !compare_float(pref.y, ptst.y); 64 e |= !compare_float(pref.z, ptst.z); 65 if (e) { 82 bool e = !compare_float(pref.x, ptst.x); [all …]
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelFileDescriptorPeer.java | 63 } 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/ |
D | GeocoderTest.java | 39 } catch (NullPointerException e) { in testConstructor() 58 } catch (IOException e) { in testGetFromLocation() 72 } catch (IllegalArgumentException e) { in testGetFromLocation() 79 } catch (IllegalArgumentException e) { in testGetFromLocation() 86 } catch (IllegalArgumentException e) { in testGetFromLocation() 93 } catch (IllegalArgumentException e) { in testGetFromLocation() 111 } catch (IOException e) { in testGetFromLocationName() 123 } catch (IllegalArgumentException e) { in testGetFromLocationName() 129 } catch (IllegalArgumentException e) { in testGetFromLocationName() 135 } catch (IllegalArgumentException e) { in testGetFromLocationName() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/ |
D | AccessPrivateDataTest.java | 65 } catch (FileNotFoundException e) { in testAccessPrivateData() 67 } catch (SecurityException e) { in testAccessPrivateData() 80 } catch (FileNotFoundException e) { in testAccessPublicData() 81 fail("Was not able to access another app's public file: " + e); in testAccessPublicData() 82 } catch (SecurityException e) { in testAccessPublicData() 83 fail("Was not able to access another app's public file: " + e); in testAccessPublicData() 101 } catch (FileNotFoundException e) { in accessPrivateTrafficStats() 102 fail("Was not able to access another app's public file: " + e); in accessPrivateTrafficStats() 103 } catch (SecurityException e) { in accessPrivateTrafficStats() 104 fail("Was not able to access another app's public file: " + e); in accessPrivateTrafficStats() [all …]
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
D | CertInstallerActivity.java | 97 } catch (Exception e) { in onCreate() 98 Log.e(TAG, "Exception raised duing ACTION_INSTALL_CERT", e); in onCreate() 99 sendResult(false, e); in onCreate() 109 } catch (Exception e) { in onCreate() 110 Log.e(TAG, "Exception raised duing ACTION_REMOVE_CERT", e); in onCreate() 111 sendResult(false, e); in onCreate() 117 } catch (Exception e) { in onCreate() 118 Log.e(TAG, "Exception raised duing ACTION_VERIFY_CERT", e); in onCreate() 119 sendResult(false, e); in onCreate() 142 } catch (Exception e) { in onCreate() [all …]
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ServicePermissionsTest.java | 67 } catch (ClassCastException e) { in testDumpProtected() 68 } catch (ClassNotFoundException e) { in testDumpProtected() 69 } catch (NoSuchMethodException e) { in testDumpProtected() 70 } catch (InvocationTargetException e) { in testDumpProtected() 71 } catch (IllegalAccessException e) { in testDumpProtected() 86 } catch (ClassCastException e) { in testDumpProtected() 87 } catch (ClassNotFoundException e) { in testDumpProtected() 88 } catch (NoSuchMethodException e) { in testDumpProtected() 89 } catch (InvocationTargetException e) { in testDumpProtected() 90 } catch (IllegalAccessException e) { in testDumpProtected() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 289 } 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/tests/tests/view/src/android/view/cts/ |
D | InflateExceptionTest.java | 29 } catch (InflateException e) { in testInflateException() 30 assertSame(ne, e); in testInflateException() 46 } catch (InflateException e) { in testInflateException() 47 assertSame(ne, e); in testInflateException() 60 } catch (InflateException e) { in testInflateException() 61 assertSame(ne, e); in testInflateException() 74 } catch (InflateException e) { in testInflateException() 75 assertSame(ne, e); in testInflateException()
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | PermissionTestService.java | 71 Log.e(TAG, "PermissionTestService received bad message: " + msg.what); in handleMessage() 108 } catch (RemoteException e) { in notifyClientOfFailure() 109 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfFailure() 116 } catch (RemoteException e) { in notifyClientOfSuccess() 117 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfSuccess() 146 Log.e(TAG, "testFileReadAccess: test file does not exists."); in testFileReadAccess() 150 Log.e(TAG, "testFileReadAccess: no permission to read test file."); in testFileReadAccess() 162 Log.e(TAG, "testFileReadAccess: failed to read test file, IOException."); in testFileReadAccess() 166 Log.e(TAG, "testFileReadAccess: failed to read test file."); in testFileReadAccess() 170 Log.e(TAG, "testFileReadAccess: wrong data read from test file."); in testFileReadAccess() [all …]
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_latching.py | 40 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"] 41 e /= 2.0 48 its.objects.manual_capture_request(s, e, True, props), 49 its.objects.manual_capture_request(s, e, True, props), 50 its.objects.manual_capture_request(s*2,e, True, props), 51 its.objects.manual_capture_request(s*2,e, True, props), 52 its.objects.manual_capture_request(s, e, True, props), 53 its.objects.manual_capture_request(s, e, True, props), 54 its.objects.manual_capture_request(s, e*2, True, props), 55 its.objects.manual_capture_request(s, e, True, props), [all …]
|
/cts/tests/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 554 } catch (SecurityException e) { in testCreateUser_failIfNotDeviceOwner() 555 assertDeviceOwnerMessage(e.getMessage()); in testCreateUser_failIfNotDeviceOwner() 567 } catch (SecurityException e) { in testRemoveUser_failIfNotDeviceOwner() 568 assertDeviceOwnerMessage(e.getMessage()); in testRemoveUser_failIfNotDeviceOwner() 580 } catch (SecurityException e) { in testSetApplicationHidden_failIfNotDeviceOrProfileOwner() 581 assertProfileOwnerMessage(e.getMessage()); in testSetApplicationHidden_failIfNotDeviceOrProfileOwner() 593 } catch (SecurityException e) { in testIsApplicationHidden_failIfNotDeviceOrProfileOwner() 594 assertProfileOwnerMessage(e.getMessage()); in testIsApplicationHidden_failIfNotDeviceOrProfileOwner() 607 } catch (SecurityException e) { in testSetGlobalSetting_failIfNotDeviceOwner() 608 assertDeviceOwnerMessage(e.getMessage()); in testSetGlobalSetting_failIfNotDeviceOwner() [all …]
|