Home
last modified time | relevance | path

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

123456

/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/chromium_org/tools/valgrind/drmemory/
Dsuppressions.txt130 name=sanity test 01 (memory leak)
137 name=sanity test 02 (malloc/read left)
143 name=sanity test 03 (malloc/read right)
149 name=sanity test 04 (malloc/write left)
155 name=sanity test 05 (malloc/write right)
162 name=sanity test 06 (new/read left)
168 name=sanity test 07 (new/read right)
174 name=sanity test 08 (new/write left)
180 name=sanity test 09 (new/write right)
186 name=sanity test 10 (write after free)
[all …]
/external/icu/icu4c/source/config/
Dicu-config442 sanity()
493 sanity
525 sanity
747 sanity
752 sanity
Dicu-config-bottom97 ## Check the sanity of current variables
98 sanity()
149 sanity
181 sanity
403 sanity
408 sanity
/external/linux-tools-perf/perf-3.12.0/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/strace/debian/
Dcontrol20 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/chromium_org/third_party/icu/source/config/
Dicu-config-bottom97 ## Check the sanity of current variables
98 sanity()
149 sanity
181 sanity
403 sanity
408 sanity
/external/llvm/test/Transforms/DeadArgElim/
Dreturned.ll5 ; sanity check that the argument and return value are both dead
22 ; sanity check that return value is dead
/external/valgrind/main/none/tests/
Dmap_unmap.vgtest2 vgopts: --sanity-level=3
Dstackgrowth.vgtest2 vgopts: --sanity-level=3
Dsigstackgrowth.vgtest2 vgopts: --sanity-level=3
/external/valgrind/main/helgrind/tests/
Dtc24_nonzero_sem.vgtest2 vgopts: --hg-sanity-flags=111111
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddebugging.rst26 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/mesa3d/src/gallium/docs/source/
Ddebugging.rst26 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/llvm/test/Transforms/ConstProp/
Dphi.ll1 ; This is a basic sanity check for constant propagation. The add instruction
/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
/external/compiler-rt/test/BlocksRuntime/
Dbyrefsanity.c58 void sanity(void *arg) { in sanity() function
/external/clang/test/SemaObjC/
Dconversion.m13 // True positive to sanity check warning is working.
/external/llvm/test/Transforms/Mem2Reg/
DPromoteMemToRegister.ll1 ; Simple sanity check testcase. Both alloca's should be eliminated.
/external/clang/test/Analysis/
Dobjc-string.mm6 void sanity() { function
/external/llvm/test/CodeGen/X86/
Dframe-base.ll4 ; FrameIndex lea. The %rip sanity-checks didn't consider that a base register

123456