HomeSort by relevance Sort by last modified time
    Searched full:stopped (Results 26 - 50 of 2578) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
74 __BIONIC_SIGDEF(TSTP,24,"Stopped")
76 __BIONIC_SIGDEF(TTIN,26,"Stopped (tty input)")
77 __BIONIC_SIGDEF(TTOU,27,"Stopped (tty output)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
87 __BIONIC_SIGDEF(TSTP,20,"Stopped")
88 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)")
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 41 There are a few of key scenarios in which your activity is stopped and restarted:</p>
45 activity in your app that's currently in the foreground is stopped. If the user returns to your
48 is stopped when the second activity is created. If the user then presses the <em>Back</em>
55 specifically handle how your activity handles being stopped and restarted. Unlike the paused state,
56 which identifies a partial UI obstruction, the stopped state guarantees that the UI is no longer
60 instance in system memory when it is stopped, it's possible that you don't need to implement the
66 <img src="{@docRoot}images/training/basics/basic-lifecycle-stopped.png" />
69 while the activity is stopped, the system calls {@link android.app.Activity#onRestart onRestart()}
81 using it. Once your activity is stopped, the system might destroy the instance if it needs to
116 <p>When your activity is stopped, the {@link android.app.Activity} object is kept resident in memor
    [all...]
  /external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
TestWatchLocationWithWatchSet.py 49 # Add a breakpoint to set a watchpoint when stopped on the breakpoint.
55 # We should be stopped again due to the breakpoint.
58 substrs = ['stopped',
78 # We should be stopped again due to the watchpoint (write type), but
81 substrs = ['stopped',
85 # Switch to the thread stopped due to watchpoint and issue some commands.
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 24 '''Returns a new stopped Timer with this Timer's elapsed time + |other|'s.
25 Both Timers must already be stopped.
37 appropriate. Must already be Stopped.
  /external/chromium_org/tools/android/adb_profile_chrome/
profiler_unittest.py 18 self.stopped = False
25 self.stopped = True
48 self.assertTrue(controller.stopped)
  /external/lldb/test/lang/objc/self/
TestObjCSelf.py 15 """Test that the appropriate member variables are available when stopped in Objective-C class and instance methods"""
22 """Test that the appropriate member variables are available when stopped in Objective-C class and instance methods"""
33 """Test that the appropriate member variables are available when stopped in Objective-C class and instance methods"""
  /bionic/libc/include/sys/
_sigdefs.h 61 __BIONIC_SIGDEF(SIGSTOP, "Stopped (signal)")
62 __BIONIC_SIGDEF(SIGTSTP, "Stopped")
64 __BIONIC_SIGDEF(SIGTTIN, "Stopped (tty input)")
65 __BIONIC_SIGDEF(SIGTTOU, "Stopped (tty output)")
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_observer.h 20 // Called when screen capture is stopped.
screen_share_observer.h 20 // Called when screen share is stopped.
  /external/chromium_org/base/android/
application_state_list.h 9 // If there are activities with states paused and stopped, only
  /external/lldb/test/lang/c/forward/
TestForwardDeclaration.py 16 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
26 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
31 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
42 substrs = ['stopped',
  /external/lldb/test/lang/cpp/this/
TestCPPThis.py 17 """Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
23 @expectedFailureGcc # llvm.org/pr15439 The 'this' pointer isn't available during expression evaluation when stopped in an inlined member function.
27 """Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
38 """Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods"""
  /external/lldb/test/lang/objc/objc-builtin-types/
TestObjCBuiltinTypes.py 55 # Make sure we stopped at the first breakpoint.
56 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
57 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
59 # Now make sure we can call a function in the class method we've stopped in.
  /external/lldb/test/lang/objc/objc-class-method/
TestObjCClassMethod.py 58 # Make sure we stopped at the first breakpoint.
59 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
60 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
62 # Now make sure we can call a function in the class method we've stopped in.
  /external/lldb/test/lang/objc/objc-static-method/
TestObjCStaticMethod.py 57 # Make sure we stopped at the first breakpoint.
58 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
59 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
61 # Now make sure we can call a function in the static method we've stopped in.
  /external/lldb/test/lang/objc/objc-static-method-stripped/
TestObjCStaticMethodStripped.py 50 # Make sure we stopped at the first breakpoint.
51 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
52 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
54 # Now make sure we can call a function in the static method we've stopped in.
  /external/lldb/test/lang/objc/objc-super/
TestObjCSuper.py 56 # Make sure we stopped at the first breakpoint.
57 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
58 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
60 # Now make sure we can call a function in the class method we've stopped in.
  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 21 kUserBreak = 255 // User stopped the process
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
ServerRunner.java 30 System.out.println("Server stopped.\n");
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
EchoSocketSample.java 18 System.out.println("Server stopped.\n");
  /external/valgrind/main/gdbserver_tests/
mcbreak.vgtest 2 # when stopped on these events
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 22 <string name="local_service_stopped">Local service has stopped</string>
27 may be started and stopped as desired.</string>
41 <string name="remote_service_stopped">Remote service has stopped</string>
46 running in a separate process that may be started and stopped as desired.</string>

Completed in 1470 milliseconds

12 3 4 5 6 7 8 91011>>