/frameworks/compile/libbcc/tools/ |
H A D | gen-config-from-mk.py | 3 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 D | gen-build-stamp.py | 5 import re namespace
|
/frameworks/base/tests/DumpRenderTree2/assets/ |
H A D | run_layout_tests.py | 15 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 D | DdmHandleProfiling.java | 45 * 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 D | DdmHandleHeap.java | 50 * 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 D | AccessibilityManager.java | 162 } 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 D | AccessibilityInteractionClient.java | 152 } 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 D | Android.mk | 5 # This tool is prebuilt if we're doing an app-only build.
|
/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityService.java | 273 } catch (RemoteException re) { 274 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
|
/frameworks/base/libs/gui/tests/ |
H A D | Android.mk | 38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/media/libstagefright/tests/ |
H A D | Android.mk | 50 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/opengl/tests/EGLTest/ |
H A D | Android.mk | 37 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/services/surfaceflinger/tests/ |
H A D | Android.mk | 36 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/tools/aapt/ |
H A D | Android.mk | 7 # This tool is prebuilt if we're doing an app-only build.
|
/frameworks/base/services/java/com/android/server/accessibility/ |
H A D | AccessibilityManagerService.java | 402 } 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 D | Binder.java | 188 * 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 D | RecognitionService.java | 167 } catch (RemoteException re) { 168 Log.e(TAG, "sending ERROR_INSUFFICIENT_PERMISSIONS message failed", re);
|
/frameworks/base/libs/ui/ |
H A D | Android.mk | 77 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/services/input/ |
H A D | Android.mk | 52 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/libs/utils/ |
H A D | Android.mk | 126 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/wifi/java/android/net/wifi/ |
H A D | WifiStateMachine.java | 837 * 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 D | velocityplot.py | 30 import re namespace
|
/frameworks/base/core/java/android/speech/tts/ |
H A D | TextToSpeech.java | 1280 } catch (RemoteException re) {
|
/frameworks/base/services/java/com/android/server/ |
H A D | TelephonyRegistry.java | 548 } catch (RemoteException re) {
|
/frameworks/base/tools/orientationplot/ |
H A D | orientationplot.py | 26 import re namespace
|