Home
last modified time | relevance | path

Searched refs:sanity (Results 1 – 25 of 111) sorted by relevance

12345

/external/llvm/projects/sample/autoconf/m4/
Dsanity_check.m41 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"
Dhuge_val.m46 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
/external/llvm/autoconf/m4/
Dsanity_check.m41 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"
Dhuge_val.m46 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
/external/linux-tools-perf/Documentation/
Dperf-test.txt6 perf-test - Runs sanity tests.
15 This command does assorted sanity tests, initially through linked routines but
/external/clang/test/Rewriter/
Drewrite-foreach-in-block.mm23 // sanity test for the changes.
28 // sanity test for the changes.
/external/icu4c/config/
Dicu-config-bottom94 ## Check the sanity of current variables
95 sanity()
146 sanity
178 sanity
395 sanity
400 sanity
Dmh-hpux-gcc15 ## Common 'default' path to ensure the sanity of users. Search the current
/external/valgrind/main/none/tests/
Dmap_unmap.vgtest2 vgopts: --sanity-level=3
Dsigstackgrowth.vgtest2 vgopts: --sanity-level=3
Dstackgrowth.vgtest2 vgopts: --sanity-level=3
/external/valgrind/main/helgrind/tests/
Dtc24_nonzero_sem.vgtest2 vgopts: --hg-sanity-flags=111111
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
DREADME.txt4 vecoperations.c: Various vector operation sanity checks, e.g., shuffles,
/external/llvm/test/Transforms/SCCP/
Dapint-basictest.ll1 ; This is a basic sanity check for constant propagation. The add instruction
Dapint-basictest2.ll1 ; This is a basic sanity check for constant propagation. The add instruction
Dapint-basictest3.ll1 ; This is a basic sanity check for constant propagation. It tests the basic
Dapint-basictest4.ll1 ; This is a basic sanity check for constant propagation. It tests the basic
Dsccptest.ll3 ; This is a basic sanity check for constant propagation. The add instruction
/external/llvm/test/Transforms/ConstProp/
Dphi.ll1 ; This is a basic sanity check for constant propagation. The add instruction
Dbasictest.ll6 ; This is a basic sanity check for constant propagation. The add instruction
/external/compiler-rt/BlocksRuntime/tests/
Dbyrefsanity.c58 void sanity(void *arg) { in sanity() function
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table_unittest.mm118 EXPECT_EQ(0, [view_ selectedRow]); // sanity
134 EXPECT_EQ(1, [view_ selectedRow]); // sanity
/external/llvm/test/Transforms/Mem2Reg/
DPromoteMemToRegister.ll1 ; Simple sanity check testcase. Both alloca's should be eliminated.
/external/clang/include/clang/Sema/
DLookup.h250 sanity(); in getResultKind()
610 void sanity() const { in sanity() function
/external/dbus/cmake/
Dreadme-cmake.txt50 DBUS_DISABLE_CHECKS "Disable public API sanity checking" OFF

12345