Home
last modified time | relevance | path

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

12

/external/openssh/
Dssh-agent.c117 time_t death; member
521 if (id->death == 0) in reaper()
523 if (now >= id->death) { in reaper()
529 deadline = (deadline == 0) ? id->death : in reaper()
530 MIN(deadline, id->death); in reaper()
591 time_t death = 0; in process_add_identity() local
624 death = monotime() + seconds; in process_add_identity()
640 if (lifetime && !death) in process_add_identity()
641 death = monotime() + lifetime; in process_add_identity()
653 id->death = death; in process_add_identity()
[all …]
/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)
DCHANGES76 * New feature: death tests on Windows, Cygwin, and Mac.
117 * Improved the robustness of death tests.
/external/protobuf/gtest/
DMakefile.am21 src/gtest-death-test.cc \
44 test/gtest-death-test_test.cc \
185 include/gtest/gtest-death-test.h \
196 include/gtest/internal/gtest-death-test-internal.h \
DCHANGES44 * New feature: death tests on Windows, Cygwin, and Mac.
85 * Improved the robustness of death tests.
DMakefile.in628 test/gtest-death-test_test.cc test/gtest_environment_test.cc \
693 src/gtest-death-test.cc \
725 include/gtest/gtest-death-test.h \
736 include/gtest/internal/gtest-death-test-internal.h \
DCMakeLists.txt250 cxx_test(gtest-death-test_test gtest_main)
/external/v8/testing/
Dgtest.gyp12 'gtest/include/gtest/gtest-death-test.h',
21 'gtest/include/gtest/internal/gtest-death-test-internal.h',
32 'gtest/src/gtest-death-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/pdfium/testing/
Dgtest.gyp19 'gtest/include/gtest/gtest-death-test.h',
28 'gtest/include/gtest/internal/gtest-death-test-internal.h',
39 'gtest/src/gtest-death-test.cc',
/external/protobuf/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 = …
184 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */,
208 …00CF7658 /* gtest-death-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
214 …7658 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…
360 404883DB0E2F799B00CF7658 /* gtest-death-test.h */,
375 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */,
437 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */,
/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/gtest/
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/mesa3d/src/gtest/
DMakefile.am33 src/gtest-death-test.cc \
/external/libvpx/libvpx/third_party/googletest/
DREADME.libvpx10 assertions, user-defined assertions, death tests, fatal and non-fatal
/external/gtest/test/
DAndroid.mk77 gtest-death-test_test.cc \
/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.
/external/skia/tests/
DMathTest.cpp135 int death = 0; in test_blend31() local
157 death += 1; in test_blend31()
164 SkDebugf("---- failed %d death %d\n", failed, death); in test_blend31()
/external/sepolicy/
Dapp.te27 # Notify zygote of death;
35 # Notify shell and adbd of death when spawned via runas for ndk-gdb.
277 # sigchld allowed for parent death notification.
Dsystem_server.te110 # Notify init of death.
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm64 // Don't print anything here not to interfere with the death tests.
/external/eigen/
DNOTICE294 * limitation of liability shall not apply to liability for death or *

12