Home
last modified time | relevance | path

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

12345678910>>...15

/external/swiftshader/third_party/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/spirv-llvm/lib/SPIRV/Mangler/
DRefcount.h61 sanity();
66 sanity();
86 void sanity() const{ in sanity() function
99 sanity(); in dispose()
/external/autotest/server/site_tests/dummy_PassServer/
Dcontrol.sanity6 NAME = "dummy_PassServer.sanity"
9 ATTRIBUTES = "suite:sanity"
16 It belongs to sanity suite, which verifies provisioning.
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.comp20 // Don't repeat all the pixel/vertex fns - just one for sanity.
54 // Don't repeat all the pixel/vertex fns - just one for sanity.
81 // Don't repeat all the pixel/vertex fns - just one for sanity.
108 // Don't repeat all the pixel/vertex fns - just one for sanity.
/external/autotest/test_suites/
Dcontrol.power_sanity7 PURPOSE = "Daily power sanity tests"
15 Daily power sanity tests.
Dcontrol.bluetooth_sanity7 PURPOSE = "Automated sanity testing of Bluetooth."
15 This suite runs a series of basic sanity tests against our Bluetooth hardware
Dcontrol.sanity6 NAME = 'sanity'
15 This suite is intended to be run by buildbot as a sanity check of the build.
Dcontrol.gce-sanity6 NAME = "gce-sanity"
33 args_dict['name'] = 'gce-sanity'
/external/autotest/client/site_tests/hardware_TPMttci/
Dcontrol8 CRITERIA = "Check TTCI module functionality and TPM sanity check"
15 This test exercises the two modules on TTCI board and performs basic sanity
/external/elfutils/libdwfl/
Ddwfl_report_elf.c48 bool sanity, GElf_Addr *vaddrp, in __libdwfl_elf_address_range() argument
219 if (end == 0 && sanity) in __libdwfl_elf_address_range()
245 bool sanity) in __libdwfl_report_elf() argument
249 if (! __libdwfl_elf_address_range (elf, base, add_p_vaddr, sanity, &vaddr, in __libdwfl_report_elf()
/external/clang/test/Rewriter/
Drewrite-foreach-in-block.mm23 // sanity test for the changes.
28 // sanity test for the changes.
/external/oj-libjdwp/
DREADME18 3. Check the sanity of doing a build with the current machine:
19 cd make && gnumake sanity
/external/icu/icu4c/source/config/
Dicu-config-bottom98 ## Check the sanity of current variables
99 sanity()
150 sanity
182 sanity
405 sanity
410 sanity
/external/strace/debian/
Dcontrol22 isolation, sanity checking and attempting to capture race conditions.
39 isolation, sanity checking and attempting to capture race conditions.
55 isolation, sanity checking and attempting to capture race conditions.
/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/swiftshader/third_party/llvm-7.0/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/grpc-grpc/tools/distrib/python/
Dbazel_deps.sh26 docker build -t bazel_local_img tools/dockerfile/test/sanity
/external/walt/docs/
DChromeOS.md22 Connect WALT to Chromebook's USB port and test the setup by running: `$ ./walt.py -t sanity` on the…
25 Starting sanity test
/external/autotest/server/site_tests/enterprise_CFM_Test/
Dcontrol.sanity8 NAME = "enterprise_CFM_Test.sanity"
29 100.123.174.2 enterprise_CFM_Test.sanity
213 tag='sanity')
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
DREADME.txt4 vecoperations.c: Various vector operation sanity checks, e.g., shuffles,
/external/autotest/client/cros/dhcp_test_data/
DREADME5 We use these logs as part of sanity checking that DhcpPacket parsing works.
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dapint-basictest.ll1 ; This is a basic sanity check for constant propagation. The add instruction
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dapint-basictest.ll1 ; 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

12345678910>>...15