HomeSort by relevance Sort by last modified time
    Searched full:crashed (Results 151 - 175 of 556) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp 30 * generally is just reported as a stack trace at the Java level) or crashed, but
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 147 // unexpectedly disconnected -- that is, its process crashed.
  /system/core/init/
init.h 92 int nr_crashed; /* number of times crashed within window */
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 578 Slog.w(TAG, "Crashed in onDreamingStopped()", t);
590 Slog.w(TAG, "Crashed removing window view", t);
651 Slog.w(TAG, "Crashed adding window view", t);
663 Slog.w(TAG, "Crashed in onDreamingStarted()", t);
675 Slog.w(TAG, "Crashed in safelyFinish()", t);
700 Slog.w(TAG, "Crashed in finishInternal()", t);
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 335 // This callback is executed when the browser process has crashed, after
338 // spawn another instance of chrome which will show a 'chrome has crashed'
346 // and exit silently. Remember that chrome is in a crashed state so we
379 // This callback is executed when the Chrome process has crashed and *before*
482 // spawned and basically just shows the 'chrome has crashed' dialog if
  /external/chromium_org/tools/mac/
symbolicate_crash.py 133 line_re = re.compile('^Thread ([0-9]+)( Crashed)?:(.*)')
435 if 'Crashed Thread' in report.report_info:
436 print 'Crashed Thread : ' + report.report_info['Crashed Thread']
447 print '*CRASHED* ( ' + exc_type + ' / ' + exc_code + ' )'
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 262 crashed(false),
275 bool crashed; member in struct:TabRendererGtk::TabData
415 // Set when the crashed favicon should be displayed.
  /external/chromium_org/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 309 // Make sure that when we don't do anything about the crashed extension
421 // Make sure that when we don't do anything about the crashed extensions
570 // Tab should still be open, and extension should be crashed.
  /external/chromium_org/chrome/common/metrics/proto/
system_profile.proto 349 // Number of times the browser has crashed while logged in as the "other
354 // Number of times the kernel has crashed.
415 // The number of times this plugin process crashed.
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 176 // the time this message is received. For example, it could have crashed.
374 VLOG(1) << "ppapi plugin process crashed.";
406 // means the plugin has crashed.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 283 self.assertEqual('The driver crashed, but no tombstone found!', self._errors[0])
292 self.assertEqual('The driver crashed, but we could not read the tombstones!', self._errors[0])
315 self.assertEqual('The driver crashed, but we could not find any valid tombstone!', self._errors[0])
  /external/llvm/tools/bugpoint/
BugDriver.h 133 /// output, and return true if any of the passes crashed.
283 /// false indicating whether or not the optimizer crashed on the specified
284 /// input (true = crashed).
OptimizerDriver.cpp 220 // If we are supposed to delete the bitcode file or if the passes crashed,
237 outs() << "Crashed: " << ErrMsg << "\n";
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 293 // to indicate that the plugin hasn't crashed, and that the problem
320 // plugin crashed on initialization.
324 LOG(ERROR) << "Plug-in crashed on start";
327 // crashed plugin there.
680 // If the plugin is no longer connected (channel crashed) draw a crashed
    [all...]
webplugin_delegate_proxy.h 248 // plugin window gets destroyed, or when the plugin has crashed (at which
285 // Bitmap for crashed plugin
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 304 // Make sure that when we don't do anything about the crashed extension
393 // Make sure that when we don't do anything about the crashed extensions
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 161 // The renderer crashed or it is a TabContents and has no view.
184 // The view has gone away or the renderer crashed. Nothing to do.
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 188 "crashed");
227 "crashed");
  /external/chromium_org/chrome/test/functional/
extensions.py 135 # If the browser has crashed, return the extensions in the failing group.
152 # None of the extensions crashed.
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 76 // Returns the bitmap to show when a plugin crashed, or NULL for none.
79 // Returns the bitmap to show when a <webview> guest has crashed, or NULL for
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 166 // Called when running out of process and the plugin crashed. This will
239 // True if the plugin is running out-of-process and has crashed.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 208 // fail here, since the translator has probably crashed or asserted.
211 "The PNaCl translator has probably crashed.");
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 282 case ActivityManager.ProcessErrorStateInfo.CRASHED:
295 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) {
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 226 case ActivityManager.ProcessErrorStateInfo.CRASHED:
239 if (entry.condition == ActivityManager.ProcessErrorStateInfo.CRASHED) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 175 // unexpectedly disconnected -- that is, its process crashed.

Completed in 1447 milliseconds

1 2 3 4 5 67 8 91011>>