/art/test/123-inline-execute2/ |
info.txt | 0 Sanity checks for added InlineNative methods.
|
/external/valgrind/helgrind/tests/ |
tc24_nonzero_sem.vgtest | 2 vgopts: --hg-sanity-flags=111111
|
/external/valgrind/none/tests/ |
map_unmap.vgtest | 2 vgopts: --sanity-level=3
|
sigstackgrowth.vgtest | 2 vgopts: --sanity-level=3
|
stackgrowth.vgtest | 2 vgopts: --sanity-level=3
|
bigcode.vgtest | 2 # and sanity check when recycling sectors. To ensure we recycle 8 vgopts: --num-transtab-sectors=2 --sanity-level=4
|
/tools/test/connectivity/acts/framework/tests/ |
acts_sanity_test_config.json | 5 "_description": "ACTS sanity test bed, no device needed.", 6 "name": "Sanity",
|
acts_sniffer_test_config.json | 5 "_description": "ACTS sniffer sanity test bed, no device needed.",
|
/external/valgrind/none/tests/solaris/ |
mmap_noreserve.vgtest | 2 vgopts: -q --sanity-level=3
|
/external/llvm/autoconf/m4/ |
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 [all...] |
huge_val.m4 | 6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
|
/external/autotest/server/site_tests/dummy_PassServer/ |
control.sanity | 6 NAME = "dummy_PassServer.sanity" 9 ATTRIBUTES = "suite:sanity" 10 SUITE = "sanity" 17 It belongs to sanity suite, which verifies provisioning.
|
/external/eigen/failtest/ |
failtest_sanity_check.cpp | 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
|
/external/llvm/utils/lit/tests/ |
usage.py | 1 # Basic sanity check that usage works.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-likely.s | 5 # Sanity check beql and bnel 11 # Sanity test bgel and bgtl 17 # Sanity test bgeul and bgtul 23 # Sanity test bltl and blel 29 # Sanity test bltul and bleul
|
/external/autotest/client/site_tests/hardware_TPMttci/ |
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
|
/system/bt/btif/src/ |
bluetooth.c | 174 /* sanity check */ 183 /* sanity check */ 192 /* sanity check */ 201 /* sanity check */ 210 /* sanity check */ 219 /* sanity check */ 228 /* sanity check */ 237 /* sanity check */ 246 /* sanity check */ 255 /* sanity check * [all...] |
/build/core/ |
jack-default.args | 4 --sanity-checks off
|
/external/autotest/client/cros/dhcp_test_data/ |
README | 5 We use these logs as part of sanity checking that DhcpPacket parsing works.
|
/external/libexif/contrib/examples/ |
Makefile.am | 7 # Build just the simple examples as a sanity check, but include them all in
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallStateExceptionTest.java | 34 mCallStateException = new CallStateException("sanity test"); 35 assertEquals("sanity test", mCallStateException.getMessage()); 43 "sanity test with err code"); 44 assertEquals("sanity test with err code", mCallStateException.getMessage());
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractAppIdleTestCase.java | 94 assertAppIdle(false); // Sanity check - not idle anymore, since activity was launched... 97 assertAppIdle(false); // Sanity check - not idle anymore, since activity was launched... 105 assertAppIdle(true); // Sanity check - still idle 119 assertAppIdle(false); // Sanity check - not idle anymore, since whitelisted 123 assertAppIdle(true); // Sanity check - idle again, once whitelisted was removed 128 // Sanity check - no whitelist, no access!
|
/external/autotest/test_suites/ |
control.bluetooth_sanity | 7 PURPOSE = "Automated sanity testing of Bluetooth." 16 This suite runs a series of basic sanity tests against our Bluetooth hardware
|
/external/clang/test/SemaCXX/ |
warn-sysheader-macro.cpp | 9 #define SANITY(a) (a / 0) 22 int i = SANITY(0); // expected-warning {{division by zero is undefined}}
|
/external/compiler-rt/test/asan/TestCases/ |
sanity_check_pure_c.c | 0 // Sanity checking a test in pure C. 5 // Sanity checking a test in pure C with -pie.
|