Home
last modified time | relevance | path

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

12345678910>>...57

/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
DWindowManagerPermissionTests.java49 } catch (SecurityException e) { in testMANAGE_APP_TOKENS()
51 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
59 } catch (SecurityException e) { in testMANAGE_APP_TOKENS()
61 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
69 } catch (SecurityException e) { in testMANAGE_APP_TOKENS()
71 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
79 } catch (SecurityException e) { in testMANAGE_APP_TOKENS()
81 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
89 } catch (SecurityException e) { in testMANAGE_APP_TOKENS()
91 } catch (RemoteException e) { in testMANAGE_APP_TOKENS()
[all …]
DActivityManagerPermissionTests.java45 } catch (SecurityException e) { in testREORDER_TASKS()
47 } catch (RemoteException e) { in testREORDER_TASKS()
55 } catch (SecurityException e) { in testREORDER_TASKS()
57 } catch (RemoteException e) { in testREORDER_TASKS()
65 } catch (SecurityException e) { in testREORDER_TASKS()
67 } catch (RemoteException e) { in testREORDER_TASKS()
78 } catch (SecurityException e) { in testCHANGE_CONFIGURATION()
80 } catch (RemoteException e) { in testCHANGE_CONFIGURATION()
91 } catch (SecurityException e) { in testSET_DEBUG_APP()
93 } catch (RemoteException e) { in testSET_DEBUG_APP()
[all …]
/frameworks/base/media/java/android/media/
DAudioManager.java546 } catch (RemoteException e) { in adjustStreamVolume()
547 Log.e(TAG, "Dead object in adjustStreamVolume", e); in adjustStreamVolume()
576 } catch (RemoteException e) { in adjustVolume()
577 Log.e(TAG, "Dead object in adjustVolume", e); in adjustVolume()
606 } catch (RemoteException e) { in adjustSuggestedStreamVolume()
607 Log.e(TAG, "Dead object in adjustSuggestedStreamVolume", e); in adjustSuggestedStreamVolume()
624 } catch (RemoteException e) { in adjustMasterVolume()
625 Log.e(TAG, "Dead object in adjustMasterVolume", e); in adjustMasterVolume()
640 } catch (RemoteException e) { in getRingerMode()
641 Log.e(TAG, "Dead object in getRingerMode", e); in getRingerMode()
[all …]
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c8 void E(int e) { in E() argument
9 *(char*) D++ = e; in E()
36 int e, j, m; in ad() local
103 e in ad()
105 while (j = *(char*) e++) { in ad()
106 m = *(char*) e++; in ad()
108 while ((C = *(char*) e++ - 98) < 0) in ad()
129 void A(int e) { in A() argument
131 while( e) { in A()
132 g=*(int*) e; in A()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java135 } catch (RemoteException e) { in isAdminActive()
136 Log.w(TAG, "Failed talking with device policy service", e); in isAdminActive()
151 } catch (RemoteException e) { in getActiveAdmins()
152 Log.w(TAG, "Failed talking with device policy service", e); in getActiveAdmins()
165 } catch (RemoteException e) { in packageHasActiveAdmins()
166 Log.w(TAG, "Failed talking with device policy service", e); in packageHasActiveAdmins()
182 } catch (RemoteException e) { in removeActiveAdmin()
183 Log.w(TAG, "Failed talking with device policy service", e); in removeActiveAdmin()
201 } catch (RemoteException e) { in hasGrantedPolicy()
202 Log.w(TAG, "Failed talking with device policy service", e); in hasGrantedPolicy()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java580 } catch (RemoteException e) {Log.e(TAG, "", e);} in getName()
594 } catch (RemoteException e) {Log.e(TAG, "", e);} in getAlias()
611 } catch (RemoteException e) {Log.e(TAG, "", e);} in setAlias()
647 } catch (RemoteException e) {Log.e(TAG, "", e);} in createBond()
673 } catch (RemoteException e) {Log.e(TAG, "", e);} in createBondOutOfBand()
693 } catch (RemoteException e) {Log.e(TAG, "", e);} in setDeviceOutOfBandData()
707 } catch (RemoteException e) {Log.e(TAG, "", e);} in cancelBondProcess()
724 } catch (RemoteException e) {Log.e(TAG, "", e);} in removeBond()
741 } catch (RemoteException e) {Log.e(TAG, "", e);} in getBondState()
756 } catch (RemoteException e) {Log.e(TAG, "", e);} in getBluetoothClass()
[all …]
DBluetoothAdapter.java437 } catch (RemoteException e) {Log.e(TAG, "", e);} in isEnabled()
455 } catch (RemoteException e) {Log.e(TAG, "", e);} in getState()
489 } catch (RemoteException e) {Log.e(TAG, "", e);} in enable()
520 } catch (RemoteException e) {Log.e(TAG, "", e);} in disable()
534 } catch (RemoteException e) {Log.e(TAG, "", e);} in getAddress()
548 } catch (RemoteException e) {Log.e(TAG, "", e);} in getName()
564 } catch (RemoteException e) {Log.e(TAG, "", e);} in getUuids()
587 } catch (RemoteException e) {Log.e(TAG, "", e);} in setName()
611 } catch (RemoteException e) {Log.e(TAG, "", e);} in getScanMode()
647 } catch (RemoteException e) {Log.e(TAG, "", e);} in setScanMode()
[all …]
DBluetoothHeadset.java232 Log.e(TAG, "Could not bind to Bluetooth Headset Service"); in BluetoothHeadset()
279 } catch (RemoteException e) { in connect()
280 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect()
320 } catch (RemoteException e) { in disconnect()
321 Log.e(TAG, Log.getStackTraceString(new Throwable())); in disconnect()
337 } catch (RemoteException e) { in getConnectedDevices()
338 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices()
354 } catch (RemoteException e) { in getDevicesMatchingConnectionStates()
355 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates()
372 } catch (RemoteException e) { in getConnectionState()
[all …]
/frameworks/base/services/java/com/android/server/
DSystemServer.java76 void reportWtf(String msg, Throwable e) { in reportWtf() argument
78 Log.wtf(TAG, "BOOT FAILURE " + msg, e); in reportWtf()
183 } catch (RemoteException e) { in run()
195 } catch (Throwable e) { in run()
196 Slog.e(TAG, "Failure starting Account Manager", e); in run()
266 } catch (RuntimeException e) { in run()
267 Slog.e("System", "******************************************"); in run()
268 Slog.e("System", "************ Failure starting core service", e); in run()
289 } catch (Throwable e) { in run()
290 reportWtf("starting Input Manager Service", e); in run()
[all …]
/frameworks/compile/libbcc/helper/
Dsha1.c137 unsigned long a, b, c, d, e; in SHA1Transform() local
155 e = state[4]; in SHA1Transform()
157 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); in SHA1Transform()
158 R0(c,d,e,a,b, 3); R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); in SHA1Transform()
159 R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); R0(c,d,e,a,b, 8); in SHA1Transform()
160 R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
161 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); in SHA1Transform()
162 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); in SHA1Transform()
163 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20); in SHA1Transform()
164 R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
[all …]
/frameworks/base/core/java/android/database/sqlite/
DSqliteWrapper.java43 private static boolean isLowMemory(SQLiteException e) { in isLowMemory() argument
44 return e.getMessage().equals(SQLITE_EXCEPTION_DETAIL_MESSAGE); in isLowMemory()
47 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException() argument
48 if (isLowMemory(e)) { in checkSQLiteException()
52 throw e; in checkSQLiteException()
60 } catch (SQLiteException e) { in query()
61 Log.e(TAG, "Catch a SQLiteException when query: ", e); in query()
62 checkSQLiteException(context, e); in query()
70 } catch (SQLiteException e) { in requery()
71 Log.e(TAG, "Catch a SQLiteException when requery: ", e); in requery()
[all …]
/frameworks/base/voip/java/android/net/sip/
DSipSession.java244 } catch (RemoteException e) { in SipSession()
245 Log.e(TAG, "SipSession.setListener(): " + e); in SipSession()
263 } catch (RemoteException e) { in getLocalIp()
264 Log.e(TAG, "getLocalIp(): " + e); in getLocalIp()
277 } catch (RemoteException e) { in getLocalProfile()
278 Log.e(TAG, "getLocalProfile(): " + e); in getLocalProfile()
292 } catch (RemoteException e) { in getPeerProfile()
293 Log.e(TAG, "getPeerProfile(): " + e); in getPeerProfile()
307 } catch (RemoteException e) { in getState()
308 Log.e(TAG, "getState(): " + e); in getState()
[all …]
/frameworks/base/core/java/com/google/android/mms/util/
DSqliteWrapper.java55 private static boolean isLowMemory(SQLiteException e) { in isLowMemory() argument
56 return e.getMessage().equals(SQLITE_EXCEPTION_DETAIL_MESSAGE); in isLowMemory()
59 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException() argument
60 if (isLowMemory(e)) { in checkSQLiteException()
64 throw e; in checkSQLiteException()
72 } catch (SQLiteException e) { in query()
73 Log.e(TAG, "Catch a SQLiteException when query: ", e); in query()
74 checkSQLiteException(context, e); in query()
82 } catch (SQLiteException e) { in requery()
83 Log.e(TAG, "Catch a SQLiteException when requery: ", e); in requery()
[all …]
DDrmConvertSession.java55 } catch (IllegalArgumentException e) { in open()
57 + " is not supported.", e); in open()
58 } catch (IllegalStateException e) { in open()
59 Log.w(TAG, "Could not access Open DrmFramework.", e); in open()
61 } catch (IllegalArgumentException e) { in open()
64 } catch (IllegalStateException e) { in open()
101 } catch (IllegalArgumentException e) { in convert()
103 + mConvertSessionId, e); in convert()
104 } catch (IllegalStateException e) { in convert()
106 mConvertSessionId, e); in convert()
[all …]
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java249 } catch (RemoteException e) { in getDeviceList()
250 Log.e(TAG, "RemoteException in getDeviceList", e); in getDeviceList()
274 } catch (Exception e) { in openDevice()
275 Log.e(TAG, "exception in UsbManager.openDevice", e); in openDevice()
294 } catch (RemoteException e) { in getAccessoryList()
295 Log.e(TAG, "RemoteException in getAccessoryList", e); in getAccessoryList()
309 } catch (RemoteException e) { in openAccessory()
310 Log.e(TAG, "RemoteException in openAccessory", e); in openAccessory()
327 } catch (RemoteException e) { in hasPermission()
328 Log.e(TAG, "RemoteException in hasPermission", e); in hasPermission()
[all …]
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java76 } catch (RemoteException e) { in getPackageInfo()
77 throw new RuntimeException("Package manager has died", e); in getPackageInfo()
87 } catch (RemoteException e) { in currentToCanonicalPackageNames()
88 throw new RuntimeException("Package manager has died", e); in currentToCanonicalPackageNames()
96 } catch (RemoteException e) { in canonicalToCurrentPackageNames()
97 throw new RuntimeException("Package manager has died", e); in canonicalToCurrentPackageNames()
137 } catch (RemoteException e) { in getPackageGids()
138 throw new RuntimeException("Package manager has died", e); in getPackageGids()
152 } catch (RemoteException e) { in getPermissionInfo()
153 throw new RuntimeException("Package manager has died", e); in getPermissionInfo()
[all …]
DUiModeManager.java137 } catch (RemoteException e) { in enableCarMode()
138 Log.e(TAG, "disableCarMode: RemoteException", e); in enableCarMode()
160 } catch (RemoteException e) { in disableCarMode()
161 Log.e(TAG, "disableCarMode: RemoteException", e); in disableCarMode()
177 } catch (RemoteException e) { in getCurrentModeType()
178 Log.e(TAG, "getCurrentModeType: RemoteException", e); in getCurrentModeType()
202 } catch (RemoteException e) { in setNightMode()
203 Log.e(TAG, "setNightMode: RemoteException", e); in setNightMode()
218 } catch (RemoteException e) { in getNightMode()
219 Log.e(TAG, "getNightMode: RemoteException", e); in getNightMode()
/frameworks/base/core/java/android/nfc/
DNfcAdapter.java318 Log.e(TAG, "Cannot get package manager, assuming no NFC feature"); in hasNfcFeature()
323 } catch (RemoteException e) { in hasNfcFeature()
324 Log.e(TAG, "Package manager query failed, assuming no NFC feature", e); in hasNfcFeature()
344 Log.e(TAG, "could not retrieve NFC service"); in getNfcAdapter()
349 } catch (RemoteException e) { in getNfcAdapter()
350 Log.e(TAG, "could not retrieve NFC Tag service"); in getNfcAdapter()
465 public void attemptDeadServiceRecovery(Exception e) { in attemptDeadServiceRecovery() argument
466 Log.e(TAG, "NFC service dead - attempting to recover", e); in attemptDeadServiceRecovery()
469 Log.e(TAG, "could not retrieve NFC service during service recovery"); in attemptDeadServiceRecovery()
480 Log.e(TAG, "could not retrieve NFC tag service during service recovery"); in attemptDeadServiceRecovery()
[all …]
/frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/
DScreenshotAction.java87 } catch (IOException e) { in run()
88 e.printStackTrace(); in run()
89 showError("Cannot get temp directory", e, monitor); in run()
100 } catch (IOException e) { in run()
101 e.printStackTrace(); in run()
102 showError("Failed to detect device", e, monitor); in run()
125 } catch (IOException e) { in run()
126 e.printStackTrace(); in run()
127 showError("Failed to execute \"rm\" xml dump command.", e, monitor); in run()
140 } catch (IOException e) { in run()
[all …]
/frameworks/base/core/java/android/net/
DConnectivityManager.java363 } catch (RemoteException e) { in setNetworkPreference()
370 } catch (RemoteException e) { in getNetworkPreference()
386 } catch (RemoteException e) { in getActiveNetworkInfo()
395 } catch (RemoteException e) { in getActiveNetworkInfoForUid()
403 } catch (RemoteException e) { in getNetworkInfo()
411 } catch (RemoteException e) { in getAllNetworkInfo()
420 } catch (RemoteException e) { in getActiveLinkProperties()
429 } catch (RemoteException e) { in getLinkProperties()
438 } catch (RemoteException e) { in setRadios()
447 } catch (RemoteException e) { in setRadio()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java65 Log.e(TAG, "Can't get mount service"); in getMountService()
82 Log.e(TAG, "Failed to create secure container " + cid); in createSdDir()
89 } catch (RemoteException e) { in createSdDir()
90 Log.e(TAG, "MountService running?"); in createSdDir()
103 } catch (RemoteException e) { in mountSdDir()
104 Log.e(TAG, "MountService running?"); in mountSdDir()
113 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc); in unMountSdDir()
117 } catch (RemoteException e) { in unMountSdDir()
118 Log.e(TAG, "MountService running?"); in unMountSdDir()
127 Log.e(TAG, "Failed to rename " + oldId + " to " + in renameSdDir()
[all …]
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java335 catch (RemoteException e) { in updateAppWidget()
336 throw new RuntimeException("system server dead?", e); in updateAppWidget()
355 catch (RemoteException e) { in updateAppWidgetOptions()
356 throw new RuntimeException("system server dead?", e); in updateAppWidgetOptions()
375 catch (RemoteException e) { in getAppWidgetOptions()
376 throw new RuntimeException("system server dead?", e); in getAppWidgetOptions()
427 } catch (RemoteException e) { in partiallyUpdateAppWidget()
428 throw new RuntimeException("system server dead?", e); in partiallyUpdateAppWidget()
473 catch (RemoteException e) { in updateAppWidget()
474 throw new RuntimeException("system server dead?", e); in updateAppWidget()
[all …]
/frameworks/base/core/java/android/nfc/tech/
DBasicTagTechnology.java64 } catch (RemoteException e) { in isConnected()
65 Log.e(TAG, "NFC service dead", e); in isConnected()
87 } catch (RemoteException e) { in connect()
88 Log.e(TAG, "NFC service dead", e); in connect()
108 } catch (RemoteException e) { in reconnect()
111 Log.e(TAG, "NFC service dead", e); in reconnect()
124 } catch (RemoteException e) { in close()
125 Log.e(TAG, "NFC service dead", e); in close()
136 } catch (RemoteException e) { in getMaxTransceiveLengthInternal()
137 Log.e(TAG, "NFC service dead", e); in getMaxTransceiveLengthInternal()
[all …]
/frameworks/base/core/java/android/content/
DContentProviderClient.java66 } catch (DeadObjectException e) { in query()
70 throw e; in query()
86 } catch (DeadObjectException e) { in query()
90 throw e; in query()
98 } catch (DeadObjectException e) { in getType()
102 throw e; in getType()
110 } catch (DeadObjectException e) { in getStreamTypes()
114 throw e; in getStreamTypes()
123 } catch (DeadObjectException e) { in insert()
127 throw e; in insert()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java84 Log.e(TAG, "["+testName+"] "+message); in loge()
143 } catch (IllegalArgumentException e) { in getAudioRecord()
173 } catch (IllegalStateException e) { in test1_0ConstructorFromType()
182 } catch (IllegalArgumentException e) { in test1_0ConstructorFromType()
185 } catch (UnsupportedOperationException e) { in test1_0ConstructorFromType()
217 } catch (IllegalArgumentException e) { in test1_1ConstructorFromUuid()
220 } catch (UnsupportedOperationException e) { in test1_1ConstructorFromUuid()
242 } catch (IllegalArgumentException e) { in test1_2ConstructorUnknownType()
244 } catch (UnsupportedOperationException e) { in test1_2ConstructorUnknownType()
265 } catch (IllegalStateException e) { in test1_3GetEnabledAfterRelease()
[all …]

12345678910>>...57