/external/chromium_org/sandbox/linux/tests/ |
D | unit_tests.h | 55 #define DEATH_SUCCESS() sandbox::UnitTests::DeathSuccess, NULL 57 sandbox::UnitTests::DeathSuccessAllowNoise, NULL 59 sandbox::UnitTests::DeathMessage, \ 62 sandbox::UnitTests::DeathSEGVMessage, \ 65 sandbox::UnitTests::DeathExitCode, \ 68 sandbox::UnitTests::DeathBySignal, \ 79 sandbox::UnitTests::RunTestInProcess(&sandbox_test_runner, death); \ 99 ((expr) ? static_cast<void>(0) : sandbox::UnitTests::AssertionFailure( \ 104 class UnitTests { 181 DISALLOW_IMPLICIT_CONSTRUCTORS(UnitTests);
|
D | unit_tests_unittest.cc | 23 SANDBOX_DEATH_TEST(UnitTests, in SANDBOX_DEATH_TEST() argument 31 SANDBOX_DEATH_TEST(UnitTests, in SANDBOX_DEATH_TEST() argument 37 SANDBOX_DEATH_TEST(UnitTests, 44 SANDBOX_DEATH_TEST(UnitTests, 56 SANDBOX_TEST_ALLOW_NOISE(UnitTests, NoisyTest) { in SANDBOX_TEST_ALLOW_NOISE() argument
|
D | unit_tests.cc | 114 void UnitTests::RunTestInProcess(SandboxTestRunner* test_runner, in RunTestInProcess() 230 void UnitTests::DeathSuccess(int status, const std::string& msg, const void*) { in DeathSuccess() 241 void UnitTests::DeathSuccessAllowNoise(int status, in DeathSuccessAllowNoise() 252 void UnitTests::DeathMessage(int status, in DeathMessage() 269 void UnitTests::DeathSEGVMessage(int status, in DeathSEGVMessage() 291 void UnitTests::DeathExitCode(int status, in DeathExitCode() 303 void UnitTests::DeathBySignal(int status, in DeathBySignal() 315 void UnitTests::AssertionFailure(const char* expr, const char* file, int line) { in AssertionFailure() 321 void UnitTests::IgnoreThisTest() { in IgnoreThisTest()
|
/external/llvm/unittests/ |
D | CMakeLists.txt | 1 add_custom_target(UnitTests) target 2 set_target_properties(UnitTests PROPERTIES FOLDER "Tests") 11 add_unittest(UnitTests ${test_dirname} ${ARGN})
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | bpf_tests.h | 38 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \ 56 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \ 92 sandbox::UnitTests::RunTestInProcess(&bpf_test_runner, death); \
|
D | sandbox_bpf_test_runner.cc | 65 sandbox::UnitTests::IgnoreThisTest(); in Run()
|
/external/zlib/src/contrib/dotzlib/ |
D | readme.txt | 5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples. 20 The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher. 31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | sandbox_linux_unittests.gtest.txt | 2 UnitTests.SEGVDeathWithMessage
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
D | SConscript | 30 # http://www.scons.org/wiki/UnitTests
|
/external/mesa3d/src/gallium/tests/unit/ |
D | SConscript | 30 # http://www.scons.org/wiki/UnitTests
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | preamble_patcher_test.cc | 340 bool UnitTests() { in UnitTests() function 362 bool ret = sidestep::UnitTests(); in _tmain()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | preamble_patcher_test.cc | 340 bool UnitTests() { in UnitTests() function 362 bool ret = sidestep::UnitTests(); in _tmain()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-21-AAPCS-VA-C.1.cp.ll | 6 ;test-suite/SingleSource/UnitTests/2002-05-02-ManyArguments.c
|
D | debug-info-qreg.ll | 98 !55 = metadata !{metadata !"/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Ve…
|
D | debug-info-branch-folding.ll | 98 !55 = metadata !{metadata !"/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Ve…
|
/external/llvm/test/ |
D | CMakeLists.txt | 19 UnitTests
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | SConscript | 106 # http://www.scons.org/wiki/UnitTests
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | SConscript | 106 # http://www.scons.org/wiki/UnitTests
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 133 RelPath = "UnitTests.cs"
|
/external/chromium_org/sandbox/linux/services/ |
D | unix_domain_socket_unittest.cc | 45 UnitTests::IgnoreThisTest(); in FakeRoot()
|
/external/llvm/docs/ |
D | Vectorizers.rst | 370 `gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/…
|
D | CMake.rst | 199 the target *UnitTests*.
|