Home
last modified time | relevance | path

Searched refs:death (Results 1 – 25 of 65) sorted by relevance

123

/external/openssh/
Dssh-agent.c117 time_t death; member
540 if (id->death == 0) in reaper()
542 if (now >= id->death) { in reaper()
548 deadline = (deadline == 0) ? id->death : in reaper()
549 MINIMUM(deadline, id->death); in reaper()
610 time_t death = 0; in process_add_identity() local
643 death = monotime() + seconds; in process_add_identity()
659 if (lifetime && !death) in process_add_identity()
660 death = monotime() + lifetime; in process_add_identity()
672 id->death = death; in process_add_identity()
[all …]
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dill.cc17 void death() { in death() function
22 __sanitizer_set_death_callback(death); in main()
Dassert.cc14 void death() { in death() function
19 __sanitizer_set_death_callback(death); in main()
Dfpe.cc17 void death() { in death() function
22 __sanitizer_set_death_callback(death); in main()
/external/one-true-awk/bugs-fixed/
Dsystem-status.ok2 death by signal status 257
3 death by signal with core dump status 518
Dsystem-status.bad2 death by signal status 0.00390625
3 death by signal with core dump status 0.523438
/external/googletest/googletest/test/
DBUILD.bazel52 "gtest-death-test_ex_test.cc",
66 "googletest-death-test_ex_test.cc",
93 # Tests death tests.
95 name = "googletest-death-test-test",
97 srcs = ["googletest-death-test-test.cc"],
463 # Verifies interaction of death tests and exceptions.
465 name = "googletest-death-test_ex_catch_test",
467 srcs = ["googletest-death-test_ex_test.cc"],
/external/google-breakpad/src/testing/gtest/
DMakefile.am22 src/gtest-death-test.cc \
47 test/gtest-death-test_ex_test.cc \
48 test/gtest-death-test_test.cc \
186 include/gtest/gtest-death-test.h \
199 include/gtest/internal/gtest-death-test-internal.h \
DCMakeLists.txt114 cxx_test(gtest-death-test_test gtest_main)
153 cxx_test_with_flags(gtest-death-test_ex_nocatch_test
155 gtest test/gtest-death-test_ex_test.cc)
156 cxx_test_with_flags(gtest-death-test_ex_catch_test
158 gtest test/gtest-death-test_ex_test.cc)
/external/googletest/googletest/docs/
Dfaq.md127 ## My death tests became very slow - what happened?
129 In August 2008 we had to switch the default death test style from `fast` to
131 default. This caused many death tests to slow down. Unfortunately this change
134 Please read [Fixing Failing Death Tests](advanced.md#death-test-styles) for what you can
157 ## My death test modifies some state, but the change seems lost after the death test finishes. Why?
165 In particular, if you use [gMock](../../googlemock) and the death test statement
284 ## My death test hangs (or seg-faults). How do I fix it?
286 In googletest, death tests are run in a child process and the way they work is
287 delicate. To write death tests you really need to understand how they work.
290 In particular, death tests don't like having multiple threads in the parent
[all …]
Dadvanced.md646 (except by throwing an exception) in an expected fashion is also a death test.
649 Note that if a piece of code throws an exception, we don't consider it "death"
650 for the purpose of death tests, as the caller of the code could catch the
659 googletest has the following macros to support death tests:
664 …statement, regex);` | `EXPECT_DEATH_IF_SUPPORTED(statement, regex);` | if death tests are supporte…
687 A predicate here must accept an `int` and return a `bool`. The death test
707 Note that a death test only cares about three things:
716 will **not** cause the death test to fail, as googletest assertions don't abort
719 To write a death test, simply use one of the above macros inside your test
724 // This death test uses a compound statement.
[all …]
/external/googletest/googletest/
DMakefile.am19 src/gtest-death-test.cc \
46 test/googletest-death-test_ex_test.cc \
47 test/googletest-death-test-test.cc \
184 include/gtest/gtest-death-test.h \
198 include/gtest/internal/gtest-death-test-internal.h \
DCMakeLists.txt199 cxx_test(googletest-death-test-test gtest_main)
240 cxx_test_with_flags(gtest-death-test_ex_nocatch_test
242 gtest test/googletest-death-test_ex_test.cc)
243 cxx_test_with_flags(gtest-death-test_ex_catch_test
245 gtest test/googletest-death-test_ex_test.cc)
/external/strace/
DREADME-linux-ptrace37 all threads exit. Tracees report their death to the tracer(s). This is
45 dispatched to a thread which isn't traced), death from signal will
51 death by SIGKILL). The net effect is that SIGKILL always kills the
61 When tracee executes exit syscall, it reports its death to its tracer.
65 group reports its death to its tracer.
68 before actual death. This applies to exits on exit syscall, group_exit
81 that waitpid(WNOHANG) will reliably report tracee's death status if
229 notifications (except SIGKILL death) to tracer, even if tracer enters
269 PTRACE_EVENT_EXIT - stop before exit (including death from exit_group),
270 signal death, or exit caused by execve in multi-threaded process.
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/
DCMakeLists.txt150 cxx_test(gtest-death-test_test gtest_main)
191 cxx_test_with_flags(gtest-death-test_ex_nocatch_test
193 gtest test/gtest-death-test_ex_test.cc)
194 cxx_test_with_flags(gtest-death-test_ex_catch_test
196 gtest test/gtest-death-test_ex_test.cc)
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
22 death tests.
103 * New feature: death tests on Windows, Cygwin, and Mac.
144 * Improved the robustness of death tests.
/external/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj43 …80E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DB0E2…
50 …F7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = …
185 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */,
209 …00CF7658 /* gtest-death-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
215 …7658 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…
362 404883DB0E2F799B00CF7658 /* gtest-death-test.h */,
378 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */,
440 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */,
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
22 death tests.
103 * New feature: death tests on Windows, Cygwin, and Mac.
144 * Improved the robustness of death tests.
/external/googletest/googletest/xcode/gtest.xcodeproj/
Dproject.pbxproj43 …80E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DB0E2…
50 …F7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = …
193 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */,
229 …00CF7658 /* gtest-death-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
235 …7658 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…
386 404883DB0E2F799B00CF7658 /* gtest-death-test.h */,
403 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */,
477 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */,
/external/mesa3d/src/gtest/
DMakefile.am34 src/gtest-death-test.cc \
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java242 } catch (ThreadDeath death) { in run()
254 } catch (ThreadDeath death) { in run()
/external/libaom/libaom/third_party/googletest/
DREADME.libaom10 assertions, user-defined assertions, death tests, fatal and non-fatal
/external/libvpx/libvpx/third_party/googletest/
DREADME.libvpx10 assertions, user-defined assertions, death tests, fatal and non-fatal
/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java101 death(parentObject); in update()
365 protected void death(GameObject parentObject) { in death() method in NPCAnimationComponent
/external/libxml2/result/schemas/
Dannot-err_0_0.err1 …ror : Element '{http://www.w3.org/2001/XMLSchema}annotation': The attribute 'death' is not allowed.

123