/external/valgrind/none/tests/scripts/ |
shell.stderr.exp | 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
shell.stderr.exp-dash | 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
shell.stderr.exp-dash2 | 4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
|
/external/valgrind/memcheck/tests/x86/ |
bug152022.c | 12 program runs to completion without dying, the test is passed.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 69 /* Connection is dying (removed from lists), can not be unset. */
|
/external/ipsec-tools/src/racoon/ |
session.c | 114 static int dying = 0; variable 181 if (dying) 279 /* XXX should we listen on admin socket when dying ? 462 dying = 1;
|
/external/iptables/include/linux/netfilter/ |
nf_conntrack_common.h | 71 /* Connection is dying (removed from lists), can not be unset. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 71 /* Connection is dying (removed from lists), can not be unset. */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
nf_conntrack_common.h | 75 /* Connection is dying (removed from lists), can not be unset. */
|
/external/ltrace/ |
libltrace.c | 158 /* Ignoring case 1: signal into a dying tracer */
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.cc | 135 Report("%s: Thread limit (%u threads) exceeded. Dying.\n", 139 " dying\n", max_threads_);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
LevenshteinFormatterTest.java | 182 verifyFormatSuggestion("pictures of", "pictures of kittens dying", 186 new SpanFormat(20, "dying", mSuggestedStyle));
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
watchthreads.py | 77 dying: {{len(track_threads["dying"])}},
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_dense_alloc.h | 104 Printf("ThreadSanitizer: DenseSlabAllocator overflow. Dying.\n");
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 153 It now prints a message and moves on, rather than dying.
|
/frameworks/native/include/binder/ |
IBinder.h | 101 * as local binders by definition can't die without you dying as well.
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperActivity.java | 94 * when the activity is no longer associated with this dying dialog fragment. We
|
/external/valgrind/coregrind/ |
vgdb-invoker-ptrace.c | 94 process is dying. */ 95 static Bool dying = False; variable [all...] |
/development/apps/Development/src/com/android/development/ |
BadBehaviorActivity.java | 171 Log.i(TAG, "Finished kill -11, should be dead or dying");
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
paste-httpserver-threadpool.txt | 51 hasn't happened yet ("dying")
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 141 List<UserInfo> users = mUserManager.getUsers(true); // exclude dying users
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_threading_local.py | 242 # Thread is dying, rest in peace.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_threading_local.py | 242 # Thread is dying, rest in peace.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
httpserver.py | 541 dying: a hung thread that has been killed, but hasn't died quite 554 considered dying for dying_limit seconds, if it is still alive 694 result = dict(idle=[], busy=[], hung=[], dying=[], zombie=[]) 712 # Cull dying threads that are actually dead and gone 723 result['dying'].append(worker) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 136 // For the start fail button, we will simulate the process dying
|