/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | bpf_tests.h | 34 test_case_name, test_name, death, bpf_policy_class_name) \ argument 40 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \ 54 test_case_name, test_name, death, bpf_tester_delegate_class) \ argument 58 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \ 88 #define BPF_DEATH_TEST(test_case_name, test_name, death, policy, aux) \ argument 94 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \
|
/external/libchrome/base/ |
D | tracked_objects.cc | 622 for (const auto& death : deaths) { in SnapshotExecutedTasks() local 623 (*birth_counts)[death.first] -= death.first->birth_count(); in SnapshotExecutedTasks() 629 for (const DeathDataPhaseSnapshot* phase = &death.second; phase; in SnapshotExecutedTasks() 637 TaskSnapshot(BirthOnThreadSnapshot(*death.first), death_data, in SnapshotExecutedTasks() 653 for (const auto& death : death_map_) { in SnapshotMaps() local 655 death.first, in SnapshotMaps() 656 DeathDataPhaseSnapshot(profiling_phase, death.second.count(), in SnapshotMaps() 657 death.second.run_duration_sum(), in SnapshotMaps() 658 death.second.run_duration_max(), in SnapshotMaps() 659 death.second.run_duration_sample(), in SnapshotMaps() [all …]
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ill.cc | 17 void death() { in death() function 22 __sanitizer_set_death_callback(death); in main()
|
D | assert.cc | 14 void death() { in death() function 19 __sanitizer_set_death_callback(death); in main()
|
D | fpe.cc | 17 void death() { in death() function 22 __sanitizer_set_death_callback(death); in main()
|
/external/openssh/ |
D | ssh-agent.c | 117 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/google-breakpad/src/testing/gtest/ |
D | Makefile.am | 22 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 \
|
D | CMakeLists.txt | 114 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/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.am | 23 src/gtest-death-test.cc \ 48 test/gtest-death-test_ex_test.cc \ 49 test/gtest-death-test_test.cc \ 188 include/gtest/gtest-death-test.h \ 201 include/gtest/internal/gtest-death-test-internal.h \
|
D | CMakeLists.txt | 114 cxx_test(gtest-death-test_test gtest_main) 155 cxx_test_with_flags(gtest-death-test_ex_nocatch_test 157 gtest test/gtest-death-test_ex_test.cc) 158 cxx_test_with_flags(gtest-death-test_ex_catch_test 160 gtest test/gtest-death-test_ex_test.cc)
|
D | CHANGES | 3 * 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/v8/testing/gtest/ |
D | Makefile.am | 23 src/gtest-death-test.cc \ 48 test/gtest-death-test_ex_test.cc \ 49 test/gtest-death-test_test.cc \ 188 include/gtest/gtest-death-test.h \ 201 include/gtest/internal/gtest-death-test-internal.h \
|
D | CMakeLists.txt | 124 cxx_test(gtest-death-test_test gtest_main) 165 cxx_test_with_flags(gtest-death-test_ex_nocatch_test 167 gtest test/gtest-death-test_ex_test.cc) 168 cxx_test_with_flags(gtest-death-test_ex_catch_test 170 gtest test/gtest-death-test_ex_test.cc)
|
D | CHANGES | 3 * 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/v8/testing/ |
D | gtest.gyp | 12 '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/googletest/googletest/ |
D | Makefile.am | 23 src/gtest-death-test.cc \ 48 test/gtest-death-test_ex_test.cc \ 49 test/gtest-death-test_test.cc \ 188 include/gtest/gtest-death-test.h \ 201 include/gtest/internal/gtest-death-test-internal.h \
|
D | CMakeLists.txt | 150 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)
|
D | CHANGES | 3 * 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/protobuf/gtest/ |
D | Makefile.am | 21 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 \
|
/external/strace/ |
D | README-linux-ptrace | 37 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/googletest/googletest/docs/ |
D | V1_5_FAQ.md | 191 ## Why are death tests implemented as assertions instead of using a test runner? ## 193 Our goal was to make death tests as convenient for a user as C++ 196 … definition of the death test itself, and the specification for the runner on how to run the death… 198 …ther assertions and other logic at your will. You are not limited to one death test per test meth… 206 If you prefer one death test per test method, you can write your tests in that style too, but we do… 207 …ence local variables in the current function, and you can decide how many death tests you want bas… 221 to create a child process to run the death test. This is lightening 229 ## My death test modifies some state, but the change seems lost after the death test finishes. Why?… 322 ## My death test hangs (or seg-faults). How do I fix it? ## 324 In Google Test, death tests are run in a child process and the way they work is [all …]
|
/external/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 43 …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/protobuf/gtest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 43 …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/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 3 * 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/ |
D | Makefile.am | 34 src/gtest-death-test.cc \
|