Searched
full:exited (Results
1101 -
1125 of
2880) sorted by null
<<41424344454647484950>>
/frameworks/rs/tests/lldb/tests/testcases/ |
test_source_step.py | 112 ['exited with status = 0'])
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
HidRawSensorDevice.cpp | 84 ALOGV("~HidRawSensorDevice %p, thread exited", this);
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
ItemLongClickListener.java | 81 // When we have exited all apps or are in transition, disregard long clicks
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationSpecialItemView.java | 77 * Called whenever Cab Mode has been exited.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
waitstatus.h | 75 unsigned int __w_retcode:8; /* Return code if exited normally. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
waitstatus.h | 75 unsigned int __w_retcode:8; /* Return code if exited normally. */
|
/system/core/debuggerd/ |
debuggerd_benchmark.cpp | 79 errx(1, "child exited with non-zero status %d", WEXITSTATUS(status));
|
/system/core/init/ |
sigchld_handler.cpp | 88 LOG(INFO) << name << " exited with status " << siginfo.si_status << wait_string;
|
/system/core/libdiskconfig/ |
diskutils.c | 98 ALOGE("Exited read/write loop without setting flag! WTF?!");
|
/system/netd/server/ |
ClatdController.cpp | 146 mClatdPids.erase(interface); // child exited, don't call waitpid on it again
|
/system/vold/model/ |
EmulatedVolume.cpp | 116 /* sdcardfs will have exited already. FUSE will still be running */
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/ |
all.exp | 104 if ![string match "child process exited abnormally" $comp_output] then {
|
/external/llvm/docs/ |
ExceptionHandling.rst | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
UefiDriverEntryPoint.h | 53 or UEFI Driver exited normally.
75 or UEFI Driver exited normally.
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
generate.py | 71 sys.stderr.write('rJSmin exited with error code %d' % errorcode) 188 sys.stderr.write('rCSSmin exited with error code %d' % errorcode)
|
/system/media/audio_utils/tests/ |
fifo_multiprocess.cpp | 200 printf("writer exited with status %d\n", status); 206 printf("reader exited with status %d\n", status);
|
/external/python/cpython2/Lib/multiprocessing/ |
pool.py | 196 """Cleanup after any worker processes which have exited due to reaching 203 # worker exited 212 for use after reaping workers which have exited. 227 """Clean up any exited workers and start replacements for them. 527 # worker has not yet exited
|
/external/python/cpython3/Lib/multiprocessing/ |
pool.py | 205 """Cleanup after any worker processes which have exited due to reaching 212 # worker exited 221 for use after reaping workers which have exited. 237 """Clean up any exited workers and start replacements for them. 567 # worker has not yet exited
|
/prebuilts/gdb/darwin-x86/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
|
/prebuilts/gdb/linux-x86/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
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_bsd.go | 74 // Wait status is 7 bits at bottom, either 0 (exited), 87 exited = 0 91 func (w WaitStatus) Exited() bool { return w&mask == exited } 94 if w&mask != exited { 85 exited = 0 const
|
syscall_solaris.go | 202 // Wait status is 7 bits at bottom, either 0 (exited), 215 exited = 0 219 func (w WaitStatus) Exited() bool { return w&mask == exited } 222 if w&mask != exited { 213 exited = 0 const
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_bsd.go | 74 // Wait status is 7 bits at bottom, either 0 (exited), 87 exited = 0 91 func (w WaitStatus) Exited() bool { return w&mask == exited } 94 if w&mask != exited { 85 exited = 0 const
|
syscall_solaris.go | 202 // Wait status is 7 bits at bottom, either 0 (exited), 215 exited = 0 219 func (w WaitStatus) Exited() bool { return w&mask == exited } 222 if w&mask != exited { 213 exited = 0 const
|
/prebuilts/python/darwin-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
|
Completed in 432 milliseconds
<<41424344454647484950>>