HomeSort by relevance Sort by last modified time
    Searched defs:crash_thread (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 131 pid_t crash_thread() const { return crash_thread_; } function in class:google_breakpad::LinuxDumper
132 void set_crash_thread(pid_t crash_thread) { crash_thread_ = crash_thread; }
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 178 Button crash_thread = (Button) findViewById(R.id.bad_behavior_crash_thread); local
179 crash_thread.setOnClickListener(new View.OnClickListener() {

Completed in 342 milliseconds