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

12

/frameworks/compile/libbcc/tools/
H A Dgen-config-from-mk.py3 import re namespace
7 conf_patt = re.compile('# Configurations')
8 split_patt = re.compile('#={69}')
9 var_patt = re.compile('libbcc_([A-Z_]+)\\s*:=\\s*([01])')
H A Dgen-build-stamp.py5 import re namespace
/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...]
H A DDdmHandleHeap.java50 * Register for the messages we're interested in.
173 } catch (RuntimeException re) {
202 } catch (RuntimeException re) {
203 failMsg = "Exception: " + re.getMessage();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java162 } catch (RemoteException re) {
163 Log.e(LOG_TAG, "AccessibilityManagerService is dead", re);
224 } catch (RemoteException re) {
225 Log.e(LOG_TAG, "Error during sending " + event + " ", re);
245 } catch (RemoteException re) {
246 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
281 } catch (RemoteException re) {
282 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
308 } catch (RemoteException re) {
309 Log.e(LOG_TAG, "Error while obtaining the installed AccessibilityServices. ", re);
[all...]
H A DAccessibilityInteractionClient.java152 } catch (RemoteException re) {
155 + " findAccessibilityNodeInfoByAccessibilityId", re);
190 } catch (RemoteException re) {
193 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re);
229 } catch (RemoteException re) {
232 + " findAccessibilityNodeInfosByViewTextInActiveWindow", re);
272 } catch (RemoteException re) {
275 + " findAccessibilityNodeInfosByViewText", re);
307 } catch (RemoteException re) {
309 Log.w(LOG_TAG, "Error while calling remote performAccessibilityAction", 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.java273 } catch (RemoteException re) {
274 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
/frameworks/base/libs/gui/tests/
H A DAndroid.mk38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/media/libstagefright/tests/
H A DAndroid.mk50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/opengl/tests/EGLTest/
H A DAndroid.mk37 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/services/surfaceflinger/tests/
H A DAndroid.mk36 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/tools/aapt/
H A DAndroid.mk7 # This tool is prebuilt if we're doing an app-only build.
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java402 } catch (RemoteException re) {
404 + service.mService, re);
644 } catch (RemoteException re) {
645 Slog.e(LOG_TAG, "Error during sending " + event + " to " + service.mService, re);
851 } catch (RemoteException re) {
1068 } catch (RemoteException re) {
1069 Slog.w(LOG_TAG, "Error while setting Controller for service: " + service, re);
1099 } catch (RemoteException re) {
1144 } catch (RemoteException re) {
1183 } catch (RemoteException re) {
[all...]
/frameworks/base/core/java/android/os/
H A DBinder.java188 * Note that if you're calling on a local binder, this always returns true
189 * because your process is alive if you're calling it.
346 RuntimeException re = new RuntimeException("Out of memory", e);
347 reply.writeException(re);
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java167 } catch (RemoteException re) {
168 Log.e(TAG, "sending ERROR_INSUFFICIENT_PERMISSIONS message failed", re);
/frameworks/base/libs/ui/
H A DAndroid.mk77 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/services/input/
H A DAndroid.mk52 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/libs/utils/
H A DAndroid.mk126 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java837 * Initiate a re-association to AP
1677 * we disable coexistence mode until we're done with
1778 loge("Exception in softap re-start " + e1);
1929 } catch (RemoteException re) {
1930 loge("Failed to disable IPv6: " + re);
2043 } catch (RemoteException re) {
2044 loge("Unable to change interface settings: " + re);
2899 } catch (RemoteException re) {
2900 loge("Failed to enable IPv6: " + re);
2921 } catch (RemoteException re) {
[all...]
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py30 import re namespace
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1280 } catch (RemoteException re) {
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java548 } catch (RemoteException re) {
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py26 import re namespace

Completed in 1787 milliseconds

12