HomeSort by relevance Sort by last modified time
    Searched refs:sleeping (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/net/
net_windows_test.go 91 fmt.Printf("sleeping\n")
119 if s == "sleeping\n" {
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 23 // Futexwakeup wakes up threads sleeping on addr.
65 // If any procs are sleeping on addr, wake up at most cnt.
select.go 611 // can receive from sleeping sender (sg)
636 // can send to a sleeping receiver (sg)
stack_test.go 51 // Give them a chance to exit by sleeping. If we don't wait, we
signal_unix.go 380 // so sleeping here is not a waste of time.
408 // ensureSigM starts one global, sleeping thread to make sure at least one thread
  /prebuilts/go/linux-x86/src/net/
net_windows_test.go 91 fmt.Printf("sleeping\n")
119 if s == "sleeping\n" {
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 23 // Futexwakeup wakes up threads sleeping on addr.
65 // If any procs are sleeping on addr, wake up at most cnt.
select.go 611 // can receive from sleeping sender (sg)
636 // can send to a sleeping receiver (sg)
stack_test.go 51 // Give them a chance to exit by sleeping. If we don't wait, we
signal_unix.go 380 // so sleeping here is not a waste of time.
408 // ensureSigM starts one global, sleeping thread to make sure at least one thread
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 293 boolean sleeping; // have we told the activity to sleep? field in class:ActivityRecord
493 pw.print(" sleeping="); pw.print(sleeping);
    [all...]
ActivityStack.java 286 * used to determine if we need to do an activity transition while sleeping,
    [all...]
ActivityStackSupervisor.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 428 public void sleeping(IJobChangeEvent event) { method in class:LintViewPart
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 1214 public void sleeping(IJobChangeEvent event) { method in class:RenderPreview
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 733 public final void scheduleSleeping(IBinder token, boolean sleeping) {
734 sendMessage(H.SLEEPING, token, sleeping ? 1 : 0);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 119 occasion there are also some time spent \emph{sleeping} waiting
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]
server.go     [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 556 milliseconds

12 3