/external/llvm/autoconf/m4/ |
D | sanity_check.m4 | 1 dnl Check a program for version sanity. The test runs a program, passes it an 4 dnl passes the sanity check. 11 AC_MSG_CHECKING([sanity for program ]$1) 12 sanity="0" 15 sanity=`$1 $2 2>&1 | grep "$3"` 16 if test -z "$sanity" ; then 18 sanity="0" 20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.]) 22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.]) 26 sanity="1"
|
D | huge_val.m4 | 6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
|
/external/autotest/server/site_tests/dummy_PassServer/ |
D | control.sanity | 6 NAME = "dummy_PassServer.sanity" 9 ATTRIBUTES = "suite:sanity" 10 SUITE = "sanity" 17 It belongs to sanity suite, which verifies provisioning.
|
/external/valgrind/none/tests/ |
D | bigcode.vgtest | 2 # and sanity check when recycling sectors. To ensure we recycle 8 vgopts: --num-transtab-sectors=2 --sanity-level=4
|
D | map_unmap.vgtest | 2 vgopts: --sanity-level=3
|
D | sigstackgrowth.vgtest | 2 vgopts: --sanity-level=3
|
D | stackgrowth.vgtest | 2 vgopts: --sanity-level=3
|
/external/autotest/client/site_tests/hardware_TPMttci/ |
D | control | 8 CRITERIA = "Check TTCI module functionality and TPM sanity check" 15 This test exercises the two modules on TTCI board and performs basic sanity
|
/external/autotest/test_suites/ |
D | control.bluetooth_sanity | 7 PURPOSE = "Automated sanity testing of Bluetooth." 16 This suite runs a series of basic sanity tests against our Bluetooth hardware
|
D | control.sanity | 6 NAME = 'sanity' 16 This suite is intended to be run by buildbot as a sanity check of the build.
|
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 44 bool sanity, GElf_Addr *vaddrp, in __libdwfl_elf_address_range() argument 215 if (end == 0 && sanity) in __libdwfl_elf_address_range() 241 bool sanity) in __libdwfl_report_elf() argument 245 if (! __libdwfl_elf_address_range (elf, base, add_p_vaddr, sanity, &vaddr, in __libdwfl_report_elf()
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-in-block.mm | 23 // sanity test for the changes. 28 // sanity test for the changes.
|
/external/strace/debian/ |
D | control | 20 isolation, sanity checking and attempting to capture race conditions. 37 isolation, sanity checking and attempting to capture race conditions. 53 isolation, sanity checking and attempting to capture race conditions.
|
/external/autotest/contrib/virt/ |
D | README | 59 -x 'only qemu-git..sanity' "Upstream qemu.git sanity" 68 -x 'only f15-koji..sanity' "Fedora 15 Koji Sanity"
|
/external/icu/icu4c/source/config/ |
D | icu-config-bottom | 97 ## Check the sanity of current variables 98 sanity() 149 sanity 181 sanity 403 sanity 408 sanity
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | returned.ll | 5 ; sanity check that the argument and return value are both dead 22 ; sanity check that return value is dead
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 26 Controls if the :ref:`galahad` sanity checker module should be used. 45 Gallium has a built-in shader sanity checker. This option controls whether 46 the shader sanity checker prints its warnings and errors to stderr.
|
/external/autotest/site_utils/suite_scheduler/ |
D | suite_scheduler.py | 41 import manifest_versions, sanity 220 if options.sanity: 228 control_files_exist = sanity.CheckControlFileExistance(tasks)
|
/external/valgrind/helgrind/tests/ |
D | tc24_nonzero_sem.vgtest | 2 vgopts: --hg-sanity-flags=111111
|
/external/valgrind/none/tests/solaris/ |
D | mmap_noreserve.vgtest | 2 vgopts: -q --sanity-level=3
|
/external/autotest/client/cros/dhcp_test_data/ |
D | README | 5 We use these logs as part of sanity checking that DhcpPacket parsing works.
|
/external/llvm/test/Transforms/SCCP/ |
D | apint-basictest.ll | 1 ; This is a basic sanity check for constant propagation. The add instruction
|
/external/llvm/test/Transforms/ConstProp/ |
D | phi.ll | 1 ; This is a basic sanity check for constant propagation. The add instruction
|
/external/compiler-rt/test/BlocksRuntime/ |
D | byrefsanity.c | 58 void sanity(void *arg) { in sanity() function
|
/external/clang/test/SemaObjC/ |
D | conversion.m | 13 // True positive to sanity check warning is working.
|