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

1234567

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py6 import re namespace
14 if re.match(pattern, line, re.I|re.M):
15 line = re.sub(pattern, newVal, line)
H A Dbuild-local.py6 import re namespace
14 if re.match(pattern, line, re.I|re.M):
15 line = re.sub(pattern, newVal, line)
31 matchObj = re.match(r'\s*<version>(.*)</version>', line)
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py6 import re namespace
14 if re.match(pattern, line, re.I|re.M):
15 line = re.sub(pattern, newVal, line)
H A Dbuild-local.py6 import re namespace
14 if re.match(pattern, line, re.I|re.M):
15 line = re.sub(pattern, newVal, line)
31 matchObj = re.match(r'\s*<version>(.*)</version>', line)
/frameworks/base/core/java/android/os/
H A DUserManager.java906 } catch (RemoteException re) {
907 throw re.rethrowFromSystemServer();
920 } catch (RemoteException re) {
921 throw re.rethrowFromSystemServer();
990 } catch (RemoteException re) {
991 throw re.rethrowFromSystemServer();
1002 } catch (RemoteException re) {
1003 throw re.rethrowFromSystemServer();
1036 } catch (RemoteException re) {
1037 throw re
[all...]
/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/core/java/android/app/
H A DUiAutomation.java225 } catch (RemoteException re) {
226 throw new RuntimeException("Error while connecting UiAutomation", re);
281 } catch (RemoteException re) {
282 throw new RuntimeException("Error while disconnecting UiAutomation", re);
358 } catch (RemoteException re) {
359 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
407 } catch (RemoteException re) {
408 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
434 } catch (RemoteException re) {
435 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
[all...]
/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/base/cmds/vr/src/com/android/commands/vr/
H A DVr.java92 } catch (RemoteException re) {
93 System.err.println("Error: Can't set persistent mode " + re);
102 } catch (RemoteException re) {
103 System.err.println("Error: Can't set persistent mode " + re);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java755 * device admin is already installed on the device, it will only be re-downloaded from
3216 * HTTP proxies - they are generally network dependent. However if you're doing something
3595 } catch (RemoteException re) {
3596 throw re.rethrowFromSystemServer();
3617 } catch (RemoteException re) {
3618 throw re.rethrowFromSystemServer();
3638 } catch (RemoteException re) {
3639 throw re.rethrowFromSystemServer();
4460 } catch (RemoteException re) {
4461 throw re
[all...]
/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.java301 } catch (RemoteException re) {
302 throw re.rethrowFromSystemServer();
325 } catch (RemoteException re) {
326 throw re.rethrowFromSystemServer();
355 } catch (RemoteException re) {
356 throw re.rethrowFromSystemServer();
378 } catch (RemoteException re) {
379 throw re.rethrowFromSystemServer();
401 } catch (RemoteException re) {
402 throw re
[all...]
/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...]
H A DPrintDocument.java86 } catch (RemoteException re) {
87 Log.e(LOG_TAG, "Error calling getting print job data!", re);
/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/accessibilityservice/
H A DAccessibilityService.java585 } catch (RemoteException re) {
586 throw new RuntimeException(re);
678 } catch (RemoteException re) {
679 throw new RuntimeException(re);
845 } catch (RemoteException re) {
846 throw new RuntimeException(re);
883 // We're already on the main thread, just run the listener.
906 } catch (RemoteException re) {
907 Log.w(LOG_TAG, "Failed to obtain scale", re);
908 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/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.java410 // If we're not running on the thread with the main looper, it's possible for
439 } catch (RemoteException re) {
440 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
463 // If we're not running on the thread with the main looper, it's possible for
478 } catch (RemoteException re) {
479 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
524 } catch (RemoteException re) {
525 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
566 } catch (RemoteException re) {
567 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.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);
210 } catch (Exception re) {
211 Log.e(TAG,"",re);

Completed in 488 milliseconds

1234567