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

123

/frameworks/base/core/java/android/os/
H A DUserManager.java71 } catch (RemoteException re) {
72 Log.w(TAG, "Could not get user name", re);
129 } catch (RemoteException re) {
130 Log.w(TAG, "Could not get user info", re);
176 } catch (RemoteException re) {
177 Log.w(TAG, "Could not create a user", re);
199 } catch (RemoteException re) {
200 Log.w(TAG, "Could not get user list", re);
215 } catch (RemoteException re) {
216 Log.w(TAG, "Could not get user list", 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/tests/DumpRenderTree2/assets/
H A Drun_layout_tests.py15 import re namespace
50 if re.search("^INSTRUMENTATION_STATUS_CODE: -1", stdoutdata, re.MULTILINE) != None:
53 if re.search("^OK \([0-9]+ tests?\)", stdoutdata, re.MULTILINE) == None:
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java45 * Register for the messages we're interested in.
108 } catch (RuntimeException re) {
109 return createFailChunk(1, re.getMessage());
122 } catch (RuntimeException re) {
124 + re.getMessage());
149 } catch (RuntimeException re) {
150 return createFailChunk(1, re.getMessage());
167 } catch (RuntimeException re) {
169 + re.getMessage());
170 return createFailChunk(1, re
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java202 } catch (RemoteException re) {
203 Log.e(LOG_TAG, "AccessibilityManagerService is dead", re);
270 } catch (RemoteException re) {
271 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
291 } catch (RemoteException re) {
292 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
327 } catch (RemoteException re) {
328 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
354 } catch (RemoteException re) {
355 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
[all...]
H A DAccessibilityInteractionClient.java214 } catch (RemoteException re) {
217 + " findAccessibilityNodeInfoByAccessibilityId", re);
261 } catch (RemoteException re) {
264 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re);
308 } catch (RemoteException re) {
311 + " findAccessibilityNodeInfosByViewText", re);
354 } catch (RemoteException re) {
356 Log.w(LOG_TAG, "Error while calling remote findAccessibilityFocus", re);
399 } catch (RemoteException re) {
401 Log.w(LOG_TAG, "Error while calling remote accessibilityFocusSearch", re);
[all...]
/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.java442 } catch (RemoteException re) {
443 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
465 } catch (RemoteException re) {
466 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
498 } catch (RemoteException re) {
499 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
H A DUiTestAutomationBridge.java196 } catch (RemoteException re) {
197 throw new IllegalStateException("Cound not register UiAutomationService.", re);
237 } catch (RemoteException re) {
238 Log.e(LOG_TAG, "Error while unregistering UiTestAutomationService", re);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java122 } catch (Exception re) {
123 Log.e(TAG,"",re);
135 } catch (Exception re) {
136 Log.e(TAG,"",re);
181 } catch (Exception re) {
182 Log.e(TAG,"",re);
H A DBluetoothPan.java137 } catch (RemoteException re) {
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
157 } catch (RemoteException re) {
158 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
184 } catch (Exception re) {
185 Log.e(TAG,"",re);
H A DBluetoothPbap.java123 } catch (Exception re) {
124 Log.e(TAG,"",re);
138 } catch (Exception re) {
139 Log.e(TAG,"",re);
196 } catch (Exception re) {
197 Log.e(TAG,"",re);
H A DBluetoothHealth.java111 } catch (Exception re) {
112 Log.e(TAG,"",re);
124 } catch (Exception re) {
125 Log.e(TAG,"",re);
507 } catch (Exception re) {
508 Log.e(TAG,"",re);
H A DBluetoothInputDevice.java200 } catch (Exception re) {
201 Log.e(TAG,"",re);
213 } catch (Exception re) {
214 Log.e(TAG,"",re);
262 } catch (Exception re) {
263 Log.e(TAG,"",re);
H A DBluetoothHeadset.java235 } catch (Exception re) {
236 Log.e(TAG,"",re);
248 } catch (Exception re) {
249 Log.e(TAG,"",re);
301 } catch (Exception re) {
302 Log.e(TAG,"",re);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java262 } catch (RemoteException re) {
270 } catch (RemoteException re) {
300 } catch (RemoteException re) {
320 } catch (RemoteException re) {
359 } catch (RemoteException re) {
371 } catch (RemoteException re) {
537 } catch (RemoteException re) {
538 Log.e(TAG, "Couldn't save lock pattern " + re);
714 } catch (RemoteException re) {
716 Log.e(TAG, "Unable to save lock password " + re);
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMultiUserSelectorView.java73 } catch (RemoteException re) {
146 } catch (RemoteException re) {
147 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)
/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/gui/tests/
H A DAndroid.mk40 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py38 import re namespace
288 m = re.search(self.API_ENTRY_REGEX, apientry)
297 m = re.search(self.API_ENTRY_REGEX, apientry)
305 m = re.search(self.CALL_GL_API_REGEX, callsite)
/frameworks/base/tools/aapt/
H A DAndroid.mk7 # This tool is prebuilt if we're doing an app-only build.
/frameworks/native/libs/ui/
H A DAndroid.mk47 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework

Completed in 1134 milliseconds

123