Searched refs:re (Results 1 - 25 of 91) sorted by relevance

1234

/frameworks/base/core/java/android/os/
H A DUserManager.java193 } catch (RemoteException re) {
194 Log.w(TAG, "Could not get user name", re);
217 } catch (RemoteException re) {
218 Log.w(TAG, "Could not check if user is limited ", re);
266 } catch (RemoteException re) {
267 Log.w(TAG, "Could not get user info", re);
288 } catch (RemoteException re) {
289 Log.w(TAG, "Could not get user restrictions", re);
312 } catch (RemoteException re) {
313 Log.w(TAG, "Could not set user restrictions", re);
[all...]
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py20 import re namespace
24 conf_patt = re.compile('# Configurations')
25 split_patt = re.compile('#={69}')
26 var_patt = re.compile('libbcc_([A-Z_]+)\\s*:=\\s*([01])')
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java47 * Register for the messages we're interested in.
116 } catch (RuntimeException re) {
117 return createFailChunk(1, re.getMessage());
130 } catch (RuntimeException re) {
132 + re.getMessage());
157 } catch (RuntimeException re) {
158 return createFailChunk(1, re.getMessage());
175 } catch (RuntimeException re) {
177 + re.getMessage());
178 return createFailChunk(1, re
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DRemotePrintDocumentAdapter.java62 } catch (RemoteException re) {
63 Log.e(LOG_TAG, "Error calling start()", re);
74 } catch (RemoteException re) {
75 Log.e(LOG_TAG, "Error calling layout()", re);
115 } catch (RemoteException re) {
116 Log.e(LOG_TAG, "Error calling write()", re);
136 } catch (RemoteException re) {
137 Log.e(LOG_TAG, "Error calling finish()", re);
/frameworks/webview/chromium/tools/
H A Dmerge_common.py19 import re namespace
146 conflicts_deleted_by_us = re.findall(r'^(?:DD|DU) ([^\n]+)$', status,
147 flags=re.MULTILINE)
156 # into a directory we don't delete. Let them get re-added; they will get
157 # re-deleted if they are still in a directory we delete.
158 conflicts_renamed_by_them = re.findall(r'^UA ([^\n]+)$', status,
159 flags=re.MULTILINE)
167 conflicts = re.findall(r'^((DD|AU|UD|UA|DU|AA|UU) [^\n]+)$', status,
168 flags=re.MULTILINE)
H A Drun_webview_cts.py21 import re namespace
75 passes = set(re.findall(r'.*: (.*) PASS', stdout))
76 failures = set(re.findall(r'.*: (.*) FAIL', stdout))
112 print ('More than 5 new passes? Either you''re running webview classic, or '
H A Dmemreport.py27 import re namespace
69 regexps[region_filter] = re.compile(region_filter)
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java70 } catch (RemoteException re) {
71 Log.e(LOG_TAG, "Error creating printer discovery session", re);
84 } catch (RemoteException re) {
85 Log.e(LOG_TAG, "Error starting printer discovery", re);
99 } catch (RemoteException re) {
100 Log.e(LOG_TAG, "Error stopping printer discovery", re);
112 } catch (RemoteException re) {
113 Log.e(LOG_TAG, "Error starting printer state tracking", re);
124 } catch (RemoteException re) {
125 Log.e(LOG_TAG, "Error stoping printer state tracking", re);
[all...]
H A DPrintManager.java178 } catch (RemoteException re) {
179 Log.e(LOG_TAG, "Error getting a print job info:" + printJobId, re);
200 } catch (RemoteException re) {
201 Log.e(LOG_TAG, "Error adding print job state change listener", re);
226 } catch (RemoteException re) {
227 Log.e(LOG_TAG, "Error removing print job state change listener", re);
244 } catch (RemoteException re) {
245 Log.e(LOG_TAG, "Error getting print job", re);
268 } catch (RemoteException re) {
269 Log.e(LOG_TAG, "Error getting print jobs", re);
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java204 } catch (RemoteException re) {
205 Log.e(LOG_TAG, "AccessibilityManagerService is dead", re);
272 } catch (RemoteException re) {
273 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
293 } catch (RemoteException re) {
294 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
329 } catch (RemoteException re) {
330 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
356 } catch (RemoteException re) {
357 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
[all...]
H A DAccessibilityInteractionClient.java215 } catch (RemoteException re) {
218 + " findAccessibilityNodeInfoByAccessibilityId", re);
262 } catch (RemoteException re) {
265 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re);
310 } catch (RemoteException re) {
313 + " findAccessibilityNodeInfosByViewText", re);
355 } catch (RemoteException re) {
357 Log.w(LOG_TAG, "Error while calling remote findFocus", re);
399 } catch (RemoteException re) {
401 Log.w(LOG_TAG, "Error while calling remote accessibilityFocusSearch", re);
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java189 } catch (RemoteException re) {
190 throw new RuntimeException("Error while connecting UiAutomation", re);
234 } catch (RemoteException re) {
235 throw new RuntimeException("Error while disconnecting UiAutomation", re);
288 } catch (RemoteException re) {
289 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
315 } catch (RemoteException re) {
316 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
342 } catch (RemoteException re) {
343 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
[all...]
H A DUiAutomationConnection.java123 } catch (RemoteException re) {
175 } catch (RemoteException re) {
176 throw new IllegalStateException("Error while registering UiTestAutomationService.", re);
188 } catch (RemoteException re) {
190 re);
201 } catch (RemoteException re) {
217 } catch (RemoteException re) {
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintSpooler.java115 } catch (RemoteException re) {
116 Slog.e(LOG_TAG, "Error getting print jobs.", re);
139 } catch (RemoteException re) {
140 Slog.e(LOG_TAG, "Error creating print job.", re);
162 } catch (RemoteException re) {
163 Slog.e(LOG_TAG, "Error writing print job data.", re);
189 } catch (RemoteException re) {
190 Slog.e(LOG_TAG, "Error getting print job info.", re);
214 } catch (RemoteException re) {
215 Slog.e(LOG_TAG, "Error setting print job state.", re);
[all...]
H A DRemotePrintService.java217 } catch (RemoteException re) {
218 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
245 } catch (RemoteException re) {
246 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
272 } catch (RemoteException re) {
273 Slog.e(LOG_TAG, "Error creating printer dicovery session.", re);
305 } catch (RemoteException re) {
306 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re);
342 } catch (RemoteException re) {
343 Slog.e(LOG_TAG, "Error starting printer dicovery.", re);
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java116 } catch (RemoteException re) {
117 Log.e(LOG_TAG, "Error sending added printers", re);
192 } catch (RemoteException re) {
193 Log.e(LOG_TAG, "Error sending added printers", re);
253 } catch (RemoteException re) {
254 Log.e(LOG_TAG, "Error sending removed printers", re);
295 } catch (RemoteException re) {
296 Log.e(LOG_TAG, "Error sending added printers", re);
315 } catch (RemoteException re) {
316 Log.e(LOG_TAG, "Error sending removed printers", re);
[all...]
H A DPrintJob.java79 } catch (RemoteException re) {
80 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
298 } catch (RemoteException re) {
299 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
381 // we may not be able to re-fetch it later if the job gets
387 } catch (RemoteException re) {
388 Log.e(LOG_TAG, "Error setting the state of job: " + mCachedInfo.getId(), re);
H A DPrintDocument.java84 } catch (RemoteException re) {
85 Log.e(LOG_TAG, "Error calling getting print job data!", re);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java137 } catch (RemoteException re) {
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
163 } catch (RemoteException re) {
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
173 } catch (Exception re) {
174 Log.e(TAG,"",re);
200 } catch (Exception re) {
201 Log.e(TAG,"",re);
H A DBluetoothPbap.java123 } catch (Exception re) {
124 Log.e(TAG,"",re);
134 } catch (Exception re) {
135 Log.e(TAG,"",re);
200 } catch (Exception re) {
201 Log.e(TAG,"",re);
/frameworks/base/tools/aidl/
H A DAndroid.mk5 # This tool is prebuilt if we're doing an app-only build.
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java475 } catch (RemoteException re) {
476 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
498 } catch (RemoteException re) {
499 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
531 } catch (RemoteException re) {
532 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
683 } catch (RemoteException re) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java262 } catch (RemoteException re) {
270 } catch (RemoteException re) {
295 } catch (RemoteException re) {
310 } catch (RemoteException re) {
349 } catch (RemoteException re) {
361 } catch (RemoteException re) {
520 } catch (RemoteException re) {
521 Log.e(TAG, "Couldn't save lock pattern " + re);
703 } catch (RemoteException re) {
705 Log.e(TAG, "Unable to save lock password " + re);
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMultiUserSelectorView.java71 } catch (RemoteException re) {
158 } catch (RemoteException re) {
159 Log.e(TAG, "Couldn't switch user " + re);
/frameworks/compile/slang/tests/
H A Dtest.py13 import re namespace
153 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1)
156 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)

Completed in 714 milliseconds

1234