Searched full:sanity (Results 1 – 25 of 1396) sorted by relevance
12345678910>>...56
| /third_party/ltp/testcases/kernel/fs/squashfs/ |
| D | squashfs01.c | 11 * - f37aa4c7366 (squashfs: add more sanity checks in id lookup) 12 * - eabac19e40c (squashfs: add more sanity checks in inode lookup) 13 * - 506220d2ba2 (squashfs: add more sanity checks in xattr id lookup) 15 * added some sanity checks, that verify the size of 29 * - c1b2028315c (squashfs: fix inode lookup sanity checks) 30 * - 8b44ca2b634 (squashfs: fix xattr id and id lookup sanity checks) 54 tst_res(TINFO, "Test squashfs sanity check regressions"); in setup()
|
| /third_party/mesa3d/.gitlab-ci/piglit/ |
| D | disable-vs_in.diff | 25 diff --git a/tests/sanity.py b/tests/sanity.py 27 --- a/tests/sanity.py 28 +++ b/tests/sanity.py 32 'spec/arb_tessellation_shader/execution/sanity.shader_test',
|
| /third_party/icu/icu4c/source/config/ |
| D | icu-config-bottom | 104 ## Check the sanity of current variables 105 sanity() 107 …E}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ]; 129 SANITY="sane" 133 SANITY="nosanity" 156 sanity 188 sanity 411 sanity 416 sanity
|
| /third_party/skia/third_party/externals/icu/source/config/ |
| D | icu-config-bottom | 104 ## Check the sanity of current variables 105 sanity() 107 …E}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ]; 129 SANITY="sane" 133 SANITY="nosanity" 156 sanity 188 sanity 411 sanity 416 sanity
|
| /third_party/glslang/Test/ |
| D | hlsl.intrinsics.comp | 22 // Don't repeat all the pixel/vertex fns - just one for sanity. 58 // Don't repeat all the pixel/vertex fns - just one for sanity. 85 // Don't repeat all the pixel/vertex fns - just one for sanity. 112 // Don't repeat all the pixel/vertex fns - just one for sanity.
|
| /third_party/icu/tools/multi/proj/provider/ |
| D | icu-config.sed | 7 s%^sanity$%# sanity disabled.%
|
| /third_party/openssl/test/ssl-tests/ |
| D | 03-custom_verify.cnf.in | 16 # Sanity-check that verification indeed succeeds without the 68 # Sanity-check that verification indeed succeeds if peer verification 114 # Sanity-check that verification indeed fails without the
|
| /third_party/backends/ |
| D | README.zeta | 14 Zeta uses a modified version of Philippe Houdoin's Sanity GUI frontend. 15 http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html
|
| D | README.beos | 15 http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html 17 Updates of Sanity from Kaya Memisoglu:
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | RWMutex.h | 119 // mode, but provides not sanity checks in single threaded mode. in lock_shared() 131 // mode, but provides not sanity checks in single threaded mode. in unlock_shared() 144 // mode, but provides not sanity checks in single threaded mode. in lock() 157 // mode, but provides not sanity checks in single threaded mode. in unlock()
|
| /third_party/musl/libc-test/src/math/gen/ |
| D | gentests.sh | 13 for i in crlibm/$N.h ucb/$N.h sanity/$N.h 18 for i in crlibm/$ND.h ucb/$ND.h sanity/$ND.h
|
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 83 - sanity 170 - sanity 268 # Sanity checks of MR settings and commit logs 269 sanity: 272 stage: sanity
|
| /third_party/libxml2/ |
| D | backport-regexp-Add-sanity-check-in-xmlRegCalloc2.patch | 4 Subject: [PATCH] regexp: Add sanity check in xmlRegCalloc2 6 These arguments should be non-zero, but add a sanity check to avoid
|
| /third_party/musl/libc-test/src/math/ |
| D | lrintl.c | 7 #include "sanity/lrint.h" 11 #include "sanity/lrintl.h"
|
| D | llrintl.c | 7 #include "sanity/llrint.h" 11 #include "sanity/llrintl.h"
|
| D | ilogbl.c | 7 #include "sanity/ilogb.h" 11 #include "sanity/ilogbl.h"
|
| D | atanhl.c | 7 #include "sanity/atanh.h" 11 #include "sanity/atanhl.h"
|
| D | cbrtl.c | 7 #include "sanity/cbrt.h" 11 #include "sanity/cbrtl.h"
|
| D | exp10l.c | 8 #include "sanity/exp10.h" 12 #include "sanity/exp10l.h"
|
| D | nearbyintl.c | 7 #include "sanity/nearbyint.h" 11 #include "sanity/nearbyintl.h"
|
| D | lroundl.c | 7 #include "sanity/lround.h" 11 #include "sanity/lroundl.h"
|
| D | llroundl.c | 7 #include "sanity/llround.h" 11 #include "sanity/llroundl.h"
|
| D | logbl.c | 7 #include "sanity/logb.h" 11 #include "sanity/logbl.h"
|
| /third_party/typescript/tests/baselines/reference/ |
| D | tsxInferenceShouldNotYieldAnyOnUnions.js | 20 // Sanity check: function call equivalent versions work fine 34 // Sanity check: function call equivalent versions work fine
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | lcnalloc.h | 35 FIRST_ZONE = 0, /* For sanity checking. */ 38 LAST_ZONE = 1, /* For sanity checking. */
|
12345678910>>...56