HomeSort by relevance Sort by last modified time
    Searched full:exited (Results 1126 - 1150 of 2880) sorted by null

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 195 """Cleanup after any worker processes which have exited due to reaching
202 # worker exited
211 for use after reaping workers which have exited.
226 """Clean up any exited workers and start replacements for them.
514 # worker has not yet exited
  /frameworks/base/core/java/android/transition/
TransitionManager.java 123 * exited/entered.
125 * @param fromScene The scene being exited when the given transition will
336 // Notify previous scene that it is being exited
Scene.java 193 * scene which should be exited before the new scene is entered.
261 * this scene to be removed from their parents when the scene is exited, which is
  /frameworks/support/transition/src/main/java/androidx/transition/
TransitionManager.java 106 * exited/entered.
108 * @param fromScene The scene being exited when the given transition will
314 // Notify previous scene that it is being exited
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 195 // Wait status is 7 bits at bottom, either 0 (exited),
207 exited = 0x00
212 func (w WaitStatus) Exited() bool { return w&mask == exited }
214 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
223 if !w.Exited() {
206 exited = 0x00 const
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 195 // Wait status is 7 bits at bottom, either 0 (exited),
207 exited = 0x00
212 func (w WaitStatus) Exited() bool { return w&mask == exited }
214 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
223 if !w.Exited() {
206 exited = 0x00 const
  /art/runtime/
trace.h 92 kTraceUnroll = 0x02, // method exited by exception unrolling
314 // Map of thread ids and names that have already exited.
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
DeviceIdleJobsTest.java 168 assertTrue("Job for foreground app did not start immediately when device exited doze",
182 assertFalse("Job for background app started immediately when device exited doze",
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/libbrillo/brillo/
process.h 120 // status if it exited normally, or otherwise returns -1. Note
131 // or has since exited).
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 219 "\tChild{%d} exited status = %0x",
232 * Make sure correct number of children exited.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 109 // exited during the test, its exit status matches a user-supplied
149 // by a signal, or exited normally with a nonzero exit code.
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 222 // Presumably it exited with an error.
421 // Presumably it exited with an error.
  /external/python/cpython3/Doc/library/
fileinput.rst 66 :keyword:`with` statement is exited, even if an exception occurs::
158 :keyword:`with` statement is exited, even if an exception occurs::
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/v8/src/compiler/
bytecode-graph-builder.h 210 // Builds loop exit nodes for every exited loop between the current bytecode
228 // entered and exited while the graph builder is iterating over the
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /external/wayland/tests/
test-compositor.c 115 fprintf(stderr, "Client '%s' exited with code %d\n",
135 * Check client's state and terminate display when all clients exited
  /libcore/ojluni/src/main/java/java/lang/
Process.java 179 * @return {@code true} if the subprocess has exited and {@code false} if
180 * the waiting time elapsed before the subprocess has exited.
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.

Completed in 860 milliseconds

<<41424344454647484950>>