/cts/tests/tests/rsblas/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/common/device-side/util/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 66 } catch (Exception e) { in DeviceReportLog() 67 Log.e(TAG, "Could not create report log file.", e); in DeviceReportLog() 80 } catch (Exception e) { in addValue() 81 Log.e(TAG, "Could not log metric.", e); in addValue() 93 } catch (Exception e) { in addValue() 94 Log.e(TAG, "Could not log metric.", e); in addValue() 107 } catch (Exception e) { in addValues() 108 Log.e(TAG, "Could not log metric.", e); in addValues() 120 } catch (Exception e) { in addValues() 121 Log.e(TAG, "Could not log metric.", e); in addValues() [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 66 } catch (Exception e) { in DeviceReportLog() 67 Log.e(TAG, "Could not create report log file.", e); in DeviceReportLog() 80 } catch (Exception e) { in addValue() 81 Log.e(TAG, "Could not log metric.", e); in addValue() 93 } catch (Exception e) { in addValue() 94 Log.e(TAG, "Could not log metric.", e); in addValue() 107 } catch (Exception e) { in addValues() 108 Log.e(TAG, "Could not log metric.", e); in addValues() 120 } catch (Exception e) { in addValues() 121 Log.e(TAG, "Could not log metric.", e); in addValues() [all …]
|
/cts/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 144 } catch (SecurityException e) { in testRequestRemoteBugreport_failIfNotDeviceOwner() 145 assertDeviceOwnerMessage(e.getMessage()); in testRequestRemoteBugreport_failIfNotDeviceOwner() 157 } catch (SecurityException e) { in testSetSecurityLoggingEnabled_failIfNotDeviceOwner() 158 assertDeviceOwnerMessage(e.getMessage()); in testSetSecurityLoggingEnabled_failIfNotDeviceOwner() 170 } catch (SecurityException e) { in testIsSecurityLoggingEnabled_failIfNotDeviceOwner() 171 assertDeviceOwnerMessage(e.getMessage()); in testIsSecurityLoggingEnabled_failIfNotDeviceOwner() 183 } catch (SecurityException e) { in testRetrieveSecurityLogs_failIfNotDeviceOwner() 184 assertDeviceOwnerMessage(e.getMessage()); in testRetrieveSecurityLogs_failIfNotDeviceOwner() 196 } catch (SecurityException e) { in testRetrievePreRebootSecurityLogs_failIfNotDeviceOwner() 197 assertDeviceOwnerMessage(e.getMessage()); in testRetrievePreRebootSecurityLogs_failIfNotDeviceOwner() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | verify.rs | 39 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 …]
|
D | IntrinsicBase.java | 62 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/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/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/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
D | VrListenerVerifierActivity.java | 191 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 …]
|
D | MockVrListenerService.java | 76 } 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/media/src/android/media/cts/ |
D | ParamsTest.java | 51 try { fail("got " + p.getAudioAdjustMode()); } catch (IllegalStateException e) {} in testSyncParamsDefaults() 52 try { fail("got " + p.getSyncSource()); } catch (IllegalStateException e) {} in testSyncParamsDefaults() 53 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {} in testSyncParamsDefaults() 54 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {} in testSyncParamsDefaults() 62 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {} in testSyncParamsDefaults() 75 try { fail("got " + p.getSyncSource()); } catch (IllegalStateException e) {} 76 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {} 77 try { fail("got " + p.getFrameRate()); } catch (IllegalStateException e) {} 90 try { fail("got " + p.getAudioAdjustMode()); } catch (IllegalStateException e) {} 92 try { fail("got " + p.getTolerance()); } catch (IllegalStateException e) {} [all …]
|
D | EnvReverbTest.java | 59 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease() 62 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease() 64 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease() 101 } catch (IllegalArgumentException e) { in test1_0Room() 103 } catch (UnsupportedOperationException e) { in test1_0Room() 105 } catch (IllegalStateException e) { in test1_0Room() 134 } catch (IllegalArgumentException e) { in test1_1Decay() 136 } catch (UnsupportedOperationException e) { in test1_1Decay() 138 } catch (IllegalStateException e) { in test1_1Decay() 171 } catch (IllegalArgumentException e) { in test1_2Reverb() [all …]
|
D | VirtualizerTest.java | 64 } catch (IllegalStateException e) { in test0_0ConstructorAndRelease() 67 } catch (IllegalArgumentException e) { in test0_0ConstructorAndRelease() 69 } catch (UnsupportedOperationException e) { in test0_0ConstructorAndRelease() 104 } catch (IllegalArgumentException e) { in test1_0Strength() 106 } catch (UnsupportedOperationException e) { in test1_0Strength() 108 } catch (IllegalStateException e) { in test1_0Strength() 141 } catch (IllegalArgumentException e) { in test1_1Properties() 143 } catch (UnsupportedOperationException e) { in test1_1Properties() 145 } catch (IllegalStateException e) { in test1_1Properties() 162 } catch (IllegalStateException e) { in test1_2SetStrengthAfterRelease() [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 | AudioEffectTest.java | 111 } catch (IllegalArgumentException e) { in getAudioRecord() 144 } catch (IllegalStateException e) { in test1_3GetEnabledAfterRelease() 147 } catch (IllegalArgumentException e) { in test1_3GetEnabledAfterRelease() 149 } catch (UnsupportedOperationException e) { in test1_3GetEnabledAfterRelease() 165 } catch (IllegalStateException e) { in test1_4InsertOnMediaPlayer() 195 } catch(Exception e) { in test1_5AuxiliaryOnMediaPlayer() 199 } catch (IllegalStateException e) { in test1_5AuxiliaryOnMediaPlayer() 226 } catch (IllegalStateException e) { in test1_6AuxiliaryOnMediaPlayerFailure() 232 } catch(Exception e) { in test1_6AuxiliaryOnMediaPlayerFailure() 269 } catch (IllegalStateException e) { in test1_7AuxiliaryOnAudioTrack() [all …]
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoWifiStatePermissionTest.java | 52 } catch (SecurityException e) { in testGetWifiState() 66 } catch (SecurityException e) { in testGetConfiguredNetworks() 80 } catch (SecurityException e) { in testGetConnectionInfo() 94 } catch (SecurityException e) { in testGetScanResults() 108 } catch (SecurityException e) { in testGetDhcpInfo() 122 } catch (SecurityException e) { in testDisconnect() 136 } catch (SecurityException e) { in testReconnect() 150 } catch (SecurityException e) { in testReassociate() 164 } catch (SecurityException e) { in testAddNetwork() 180 } catch (SecurityException e) { in testUpdateNetwork() [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/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 167 Log.e(TAG, "getPsm: Invalid PSM value"); in getPsm() 187 Log.e(TAG, "connect: Error: LE cannot call this method!"); in connect() 351 } catch (IOException e) { in AcceptThread() 352 … Log.e(TAG, "Socket Type: " + mSocketType + ", le: " + mBleTransport + " listen() failed", e); in AcceptThread() 378 } catch (IOException e) { in run() 379 Log.e(TAG, "Socket Type: " + mSocketType + " accept() failed", e); in run() 399 } catch (IOException e) { in run() 400 Log.e(TAG, "Could not close unwanted socket", e); in run() 419 } catch (IOException e) { in cancel() 420 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel() [all …]
|
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
D | CertInstallerReceiver.java | 93 } 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/tests/tests/permission/telephony/src/android/permission/cts/telephony/ |
D | TelephonyManagerPermissionTest.java | 72 } catch (SecurityException e) { in testGetDeviceId() 78 } catch (SecurityException e) { in testGetDeviceId() 98 } catch (SecurityException e) { in testGetLine1Number() 118 } catch (SecurityException e) { in testGetSimSerialNumber() 138 } catch (SecurityException e) { in testGetSubscriberId() 158 } catch (SecurityException e) { in testVoiceMailNumber() 194 } catch (SecurityException e) { in testSetDataEnabled() 211 } catch (SecurityException e) {} in testProtectedBroadcasts() 216 } catch (SecurityException e) {} in testProtectedBroadcasts() 221 } catch (SecurityException e) {} in testProtectedBroadcasts() [all …]
|
/cts/tests/tests/print/src/android/print/cts/ |
D | PrinterInfoTest.java | 139 RuntimeException e = null; in createFirstMockPrinterDiscoverySessionCallbacks() local 156 e = ex; in createFirstMockPrinterDiscoverySessionCallbacks() 161 if (e == null) { in createFirstMockPrinterDiscoverySessionCallbacks() 164 } else if (e != null) { in createFirstMockPrinterDiscoverySessionCallbacks() 165 throw e; in createFirstMockPrinterDiscoverySessionCallbacks() 170 e = null; in createFirstMockPrinterDiscoverySessionCallbacks() 175 e = ex; in createFirstMockPrinterDiscoverySessionCallbacks() 183 if (e == null) { in createFirstMockPrinterDiscoverySessionCallbacks() 188 } else if (e != null) { in createFirstMockPrinterDiscoverySessionCallbacks() 189 throw e; in createFirstMockPrinterDiscoverySessionCallbacks() [all …]
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ServicePermissionsTest.java | 70 } catch (ClassCastException e) { in testDumpProtected() 71 } catch (ClassNotFoundException e) { in testDumpProtected() 72 } catch (NoSuchMethodException e) { in testDumpProtected() 73 } catch (InvocationTargetException e) { in testDumpProtected() 74 } catch (IllegalAccessException e) { in testDumpProtected() 89 } catch (ClassCastException e) { in testDumpProtected() 90 } catch (ClassNotFoundException e) { in testDumpProtected() 91 } catch (NoSuchMethodException e) { in testDumpProtected() 92 } catch (InvocationTargetException e) { in testDumpProtected() 93 } catch (IllegalAccessException e) { in testDumpProtected() [all …]
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | PermissionTestService.java | 71 Log.e(TAG, "PermissionTestService received bad message: " + msg.what); in handleMessage() 109 } catch (RemoteException e) { in notifyClientOfFailure() 110 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfFailure() 117 } catch (RemoteException e) { in notifyClientOfSuccess() 118 Log.e(TAG, "Failed to send message back to client."); in notifyClientOfSuccess() 148 Log.e(TAG, "testFileReadAccess: test file does not exists."); in testFileReadAccess() 152 Log.e(TAG, "testFileReadAccess: no permission to read test file."); in testFileReadAccess() 164 Log.e(TAG, "testFileReadAccess: failed to read test file, IOException."); in testFileReadAccess() 168 Log.e(TAG, "testFileReadAccess: failed to read test file."); in testFileReadAccess() 172 Log.e(TAG, "testFileReadAccess: wrong data read from test file."); in testFileReadAccess() [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | SecurityLoggingTest.java | 430 return findEvent(description, events, e -> e.getTag() == tag); in findEvent() 508 e -> e.getTag() == TAG_KEY_GENERATED in verifyKeyGeneratedEventPresent() 509 && getInt(e, SUCCESS_INDEX) == SUCCESS_VALUE in verifyKeyGeneratedEventPresent() 510 && getString(e, ALIAS_INDEX).contains(alias) in verifyKeyGeneratedEventPresent() 511 && getInt(e, UID_INDEX) == Process.myUid()); in verifyKeyGeneratedEventPresent() 523 e -> e.getTag() == TAG_KEY_IMPORT in verifyKeyImportedEventPresent() 524 && getInt(e, SUCCESS_INDEX) == SUCCESS_VALUE in verifyKeyImportedEventPresent() 525 && getString(e, ALIAS_INDEX).contains(alias) in verifyKeyImportedEventPresent() 526 && getInt(e, UID_INDEX) == Process.myUid()); in verifyKeyImportedEventPresent() 537 e -> e.getTag() == TAG_KEY_DESTRUCTION in verifyKeyDeletedEventPresent() [all …]
|