Searched refs:sanity (Results 1 – 25 of 111) sorted by relevance
12345
/external/llvm/projects/sample/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/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/linux-tools-perf/Documentation/ |
D | perf-test.txt | 6 perf-test - Runs sanity tests. 15 This command does assorted sanity tests, initially through linked routines but
|
/external/clang/test/Rewriter/ |
D | rewrite-foreach-in-block.mm | 23 // sanity test for the changes. 28 // sanity test for the changes.
|
/external/icu4c/config/ |
D | icu-config-bottom | 94 ## Check the sanity of current variables 95 sanity() 146 sanity 178 sanity 395 sanity 400 sanity
|
D | mh-hpux-gcc | 15 ## Common 'default' path to ensure the sanity of users. Search the current
|
/external/valgrind/main/none/tests/ |
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/valgrind/main/helgrind/tests/ |
D | tc24_nonzero_sem.vgtest | 2 vgopts: --hg-sanity-flags=111111
|
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/ |
D | README.txt | 4 vecoperations.c: Various vector operation sanity checks, e.g., shuffles,
|
/external/llvm/test/Transforms/SCCP/ |
D | apint-basictest.ll | 1 ; This is a basic sanity check for constant propagation. The add instruction
|
D | apint-basictest2.ll | 1 ; This is a basic sanity check for constant propagation. The add instruction
|
D | apint-basictest3.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
D | apint-basictest4.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
D | sccptest.ll | 3 ; 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
|
D | basictest.ll | 6 ; This is a basic sanity check for constant propagation. The add instruction
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | byrefsanity.c | 58 void sanity(void *arg) { in sanity() function
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tab_view_picker_table_unittest.mm | 118 EXPECT_EQ(0, [view_ selectedRow]); // sanity 134 EXPECT_EQ(1, [view_ selectedRow]); // sanity
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | PromoteMemToRegister.ll | 1 ; Simple sanity check testcase. Both alloca's should be eliminated.
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 250 sanity(); in getResultKind() 610 void sanity() const { in sanity() function
|
/external/dbus/cmake/ |
D | readme-cmake.txt | 50 DBUS_DISABLE_CHECKS "Disable public API sanity checking" OFF
|
12345