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

1234567

/frameworks/base/core/java/android/os/
H A DUserManager.java1215 } catch (RemoteException re) {
1216 throw re.rethrowFromSystemServer();
1295 } catch (RemoteException re) {
1296 throw re.rethrowFromSystemServer();
1307 } catch (RemoteException re) {
1308 throw re.rethrowFromSystemServer();
1321 } catch (RemoteException re) {
1322 throw re.rethrowFromSystemServer();
1356 } catch (RemoteException re) {
1357 throw re
[all...]
H A DSystemUpdateManager.java121 } catch (RemoteException re) {
122 throw re.rethrowFromSystemServer();
148 } catch (RemoteException re) {
149 throw re.rethrowFromSystemServer();
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java130 } catch (RemoteException re) {
131 throw re.rethrowFromSystemServer();
144 } catch (RemoteException re) {
145 throw re.rethrowFromSystemServer();
161 } catch (RemoteException re) {
162 throw re.rethrowFromSystemServer();
179 } catch (RemoteException re) {
180 throw re.rethrowFromSystemServer();
195 } catch (RemoteException re) {
196 throw re
[all...]
/frameworks/base/cmds/vr/src/com/android/commands/vr/
H A DVr.java97 } catch (RemoteException re) {
98 System.err.println("Error: Can't set persistent mode " + re);
114 } catch (RemoteException re) {
115 System.err.println("Error: Can't enable (" + value +") virtual display" + re);
124 } catch (RemoteException re) {
125 System.err.println("Error: Can't set persistent mode " + re);
/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());
173 } catch (RuntimeException re) {
175 + re.getMessage());
176 return createFailChunk(1, re
[all...]
/frameworks/support/leanback/
H A Dgeneratef.py19 import re namespace
44 line = re.sub(r'([^\.])getContext\(\)', r'\1FragmentUtil.getContext({}Fragment.this)'.format(w), line);
48 content = re.sub(r'\*\/\n(@.*\n|)(public |abstract public |abstract |)class', '* @deprecated use {@link ' + w + 'SupportFragment}\n */\n@Deprecated\n\\1\\2class', content)
49 content = re.sub(r'\*\/\n public (static class|interface|final static class|abstract static class)', '* @deprecated use {@link ' + w + 'SupportFragment}\n */\n @Deprecated\n public \\1', content)
67 content = re.sub(r'\*\/\npublic class', '* @deprecated use {@link VideoSupportFragmentGlueHost}\n */\n@Deprecated\npublic class', content)
85 content = re.sub(r'\*\/\npublic class', '* @deprecated use {@link PlaybackSupportFragmentGlueHost}\n */\n@Deprecated\npublic class', content)
105 content = re.sub(r'\*\/\npublic class', '* @deprecated use {@link DetailsSupportFragmentBackgroundController}\n */\n@Deprecated\npublic class', content)
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java72 } catch (RemoteException re) {
73 Log.e(LOG_TAG, "Error creating printer discovery session", re);
86 } catch (RemoteException re) {
87 Log.e(LOG_TAG, "Error starting printer discovery", re);
101 } catch (RemoteException re) {
102 Log.e(LOG_TAG, "Error stopping printer discovery", re);
114 } catch (RemoteException re) {
115 Log.e(LOG_TAG, "Error starting printer state tracking", re);
126 } catch (RemoteException re) {
127 Log.e(LOG_TAG, "Error stopping printer state tracking", re);
[all...]
H A DPrintManager.java303 } catch (RemoteException re) {
304 throw re.rethrowFromSystemServer();
327 } catch (RemoteException re) {
328 throw re.rethrowFromSystemServer();
357 } catch (RemoteException re) {
358 throw re.rethrowFromSystemServer();
380 } catch (RemoteException re) {
381 throw re.rethrowFromSystemServer();
403 } catch (RemoteException re) {
404 throw re
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java797 * device admin is already installed on the device, it will only be re-downloaded from
3540 * HTTP proxies - they are generally network dependent. However if you're doing something
3955 } catch (RemoteException re) {
3956 throw re.rethrowFromSystemServer();
3977 } catch (RemoteException re) {
3978 throw re.rethrowFromSystemServer();
3998 } catch (RemoteException re) {
3999 throw re.rethrowFromSystemServer();
4999 } catch (RemoteException re) {
5000 throw re
[all...]
/frameworks/base/tools/stringslint/
H A Dstringslint.py25 import re, sys namespace
92 if re.search("CHAR[ _-]LIMIT=(\d+|NONE|none)", comment.text) is None:
113 if re.search("\d-\d", text):
124 if len(re.findall("%[^%]", text)) > 1:
125 if len(re.findall("%[^\d]", text)) > 0:
132 if gc.tail and re.search("%[^%]", gc.tail): badsub = True
133 if re.match("{.*xliff.*}g", gc.tag):
141 if gc.text and re.search("%[^%]", gc.text): badsub = True
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java169 catch (RecognitionException re) {
170 _localctx.exception = re;
171 _errHandler.reportError(this, re);
172 _errHandler.recover(this, re);
235 catch (RecognitionException re) {
236 _localctx.exception = re;
237 _errHandler.reportError(this, re);
238 _errHandler.recover(this, re);
374 catch (RecognitionException re) {
375 _localctx.exception = re;
[all...]
/frameworks/rs/tests/lldb/tests/harness/
H A DRS_funs.py26 import re namespace
1386 tokens = re.findall(r"[^(),;]+", line)
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java93 } catch (RemoteException re) {
94 Log.e(LOG_TAG, "Couldn't get info for job: " + mCachedInfo.getId(), re);
320 } catch (RemoteException re) {
321 Log.e(LOG_TAG, "Error setting progress for job: " + mCachedInfo.getId(), re);
340 } catch (RemoteException re) {
341 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
360 } catch (RemoteException re) {
361 Log.e(LOG_TAG, "Error setting status for job: " + mCachedInfo.getId(), re);
382 } catch (RemoteException re) {
383 Log.e(LOG_TAG, "Error setting tag for job: " + mCachedInfo.getId(), re);
[all...]
H A DPrinterDiscoverySession.java118 } catch (RemoteException re) {
119 Log.e(LOG_TAG, "Error sending added printers", re);
194 } catch (RemoteException re) {
195 Log.e(LOG_TAG, "Error sending added printers", re);
255 } catch (RemoteException re) {
256 Log.e(LOG_TAG, "Error sending removed printers", re);
297 } catch (RemoteException re) {
298 Log.e(LOG_TAG, "Error sending added printers", re);
317 } catch (RemoteException re) {
318 Log.e(LOG_TAG, "Error sending removed printers", re);
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A Dprocess_newdb_perf_test_logs.py17 import re namespace
39 matches = re.search(regex, line)
60 matches = re.search(regex, line)
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/
H A DSoundTriggerTest.java213 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_SUCCESS, 1,
218 re.writeToParcel(parcel, 0);
225 assertEquals(re, unparceled);
230 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_FAILURE, 1,
235 re.writeToParcel(parcel, 0);
242 assertEquals(re, unparceled);
249 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, 1,
254 re.writeToParcel(parcel, 0);
261 assertEquals(re, unparceled);
268 RecognitionEvent re
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java236 } catch (RemoteException re) {
237 throw new RuntimeException("Error while connecting UiAutomation", re);
292 } catch (RemoteException re) {
293 throw new RuntimeException("Error while disconnecting UiAutomation", re);
373 } catch (RemoteException re) {
374 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
422 } catch (RemoteException re) {
423 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
449 } catch (RemoteException re) {
450 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java596 } catch (RemoteException re) {
597 throw new RuntimeException(re);
689 } catch (RemoteException re) {
690 throw new RuntimeException(re);
856 } catch (RemoteException re) {
857 throw new RuntimeException(re);
894 // We're already on the main thread, just run the listener.
917 } catch (RemoteException re) {
918 Log.w(LOG_TAG, "Failed to obtain scale", re);
919 re
[all...]
H A DFingerprintGestureController.java91 } catch (RemoteException re) {
92 Log.w(LOG_TAG, "Failed to check if fingerprint gestures are active", re);
93 re.rethrowFromSystemServer();
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipAccessibilityInteractionConnection.java68 } catch (RemoteException re) {
113 } catch (RemoteException re) {
126 } catch (RemoteException re) {
139 } catch (RemoteException re) {
151 } catch (RemoteException re) {
163 } catch (RemoteException re) {
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java230 } catch (RemoteException re) {
231 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
257 } catch (RemoteException re) {
258 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
284 } catch (RemoteException re) {
285 Slog.e(LOG_TAG, "Error creating printer discovery session.", re);
317 } catch (RemoteException re) {
318 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re);
353 } catch (RemoteException re) {
354 Slog.e(LOG_TAG, "Error starting printer dicovery.", re);
[all...]
/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_call_api_funs.py19 import re namespace
41 func_name_sub = re.compile(r'[%s\s]+' % string.punctuation)
64 test_name = 'test_%s_%s' % (re.sub(func_name_sub, '_', line), count)
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java481 // If we're not running on the thread with the main looper, it's possible for
512 } catch (RemoteException re) {
513 Log.e(LOG_TAG, "Error during sending " + dispatchedEvent + " ", re);
539 // If we're not running on the thread with the main looper, it's possible for
554 } catch (RemoteException re) {
555 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
600 } catch (RemoteException re) {
601 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
645 } catch (RemoteException re) {
646 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
[all...]
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java199 catch (RecognitionException re) {
200 _localctx.exception = re;
201 _errHandler.reportError(this, re);
202 _errHandler.recover(this, re);
249 catch (RecognitionException re) {
250 _localctx.exception = re;
251 _errHandler.reportError(this, re);
252 _errHandler.recover(this, re);
324 catch (RecognitionException re) {
325 _localctx.exception = re;
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java138 } catch (RemoteException re) {
139 Log.w(TAG, "Unable to register BluetoothStateChangeCallback", re);
164 } catch (RemoteException re) {
165 Log.w(TAG, "Unable to unregister BluetoothStateChangeCallback", re);
174 } catch (Exception re) {
175 Log.e(TAG, "", re);
214 } catch (Exception re) {
215 Log.e(TAG, "", re);

Completed in 1018 milliseconds

1234567