HomeSort by relevance Sort by last modified time
    Searched full:sanity (Results 76 - 100 of 2591) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
beq.s 12 # bne is handled by the same code as beq. Just sanity check.
bge.s 16 # Just sanity check it otherwise.
bgeu.s 15 # Just sanity check it otherwise.
blt.s 16 # Just sanity check it otherwise.
bltu.s 15 # Just sanity check it otherwise.
mul.s 20 # Sanity check the 64 bit versions.
  /art/runtime/arch/x86_64/
thread_x86_64.cc 50 // Sanity check that reads from %gs point to this Thread*.
60 // Sanity check that reads from %gs point to this Thread*.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
UrlEscapeFunction.java 37 // Sanity check. Fail at construction time rather than render time.
50 // The sanity check in the constructor should have caught this.
  /prebuilts/go/darwin-x86/src/compress/flate/
gen.go 53 // Sanity enables additional runtime tests during Huffman
56 const sanity = false
119 if sanity && h.chunks[reverse] != 0 {
143 if sanity && h.chunks[off] != 0 {
150 if sanity && h.chunks[j]&huffmanCountMask != huffmanChunkBits+1 {
159 if sanity && linktab[off] != 0 {
167 if sanity {
168 // Above we've sanity checked that we never overwrote
  /prebuilts/go/linux-x86/src/compress/flate/
gen.go 53 // Sanity enables additional runtime tests during Huffman
56 const sanity = false
119 if sanity && h.chunks[reverse] != 0 {
143 if sanity && h.chunks[off] != 0 {
150 if sanity && h.chunks[j]&huffmanCountMask != huffmanChunkBits+1 {
159 if sanity && linktab[off] != 0 {
167 if sanity {
168 // Above we've sanity checked that we never overwrote
  /external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py 16 # Sanity checks; should be present in builds as builtins.
41 # Sanity checks; should be present in builds as modules.
53 # Sanity checks.
81 # Sanity checks; one disabled, one does not exist.
106 # Sanity checks; one disabled, one does not exist.
125 # Sanity checks; one disabled, one does not exist.
  /frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/
GridLayoutTest.java 75 assertTrue("test sanity", total > 0);
88 assertTrue("test sanity", total > 0);
101 assertTrue("test sanity", total > 0);
124 assertTrue("test sanity", left > 0);
125 assertTrue("test sanity", right > 0);
126 assertTrue("test sanity", total > 0);
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 35 /* sanity checks */
93 /* sanity check that this is a DIR pointer */
118 /* sanity check that this is a DIR pointer */
149 /* sanity check that this is a DIR pointer */
175 /* sanity check that this is a DIR pointer */
191 /* sanity check that this is a DIR pointer */
  /external/valgrind/helgrind/
hg_basics.h 55 /* Flags for controlling for which events sanity checking is done */
56 #define SCE_THREADS (1<<0) // Sanity check at thread create/join
57 #define SCE_LOCKS (1<<1) // Sanity check at lock events
58 #define SCE_BIGRANGE (1<<2) // Sanity check at big mem range events
59 #define SCE_ACCESS (1<<3) // Sanity check at mem accesses
60 #define SCE_LAOG (1<<4) // Sanity check at significant LAOG events
102 /* Sanity check level. This is an or-ing of
  /external/ipsec-tools/src/libipsec/
key_debug.c 113 /* sanity check */
219 /* sanity check */
268 /* sanity check */
312 /* sanity check */
337 /* sanity check */
357 /* sanity check */
376 /* sanity check */
396 /* sanity check */
404 /* sanity check 2 */
424 /* sanity check *
    [all...]
  /art/test/004-checker-UnsafeTest18/src/
Main.java 179 // Some sanity on setters and adders within same thread.
196 // Some sanity on setters within different threads.
225 // Some sanity on adders within different threads.
245 // Some sanity on fences within same thread. Note that memory fences within one
246 // thread make little sense, but the sanity check ensures nothing bad happens.
260 // Some sanity on full fence within different threads. We write the non-volatile m.l after
283 // Some sanity on release/acquire fences within different threads. We write the non-volatile
306 // Some sanity on release/acquire fences within different threads using a test suggested by
307 // Hans Boehm. Even this test remains with the realm of sanity only, since having the threads
  /external/icu/icu4c/source/config/
icu-config-bottom 97 ## Check the sanity of current variables
98 sanity()
100 if [ ! -f "${ICUUC_FILE}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
122 SANITY="sane"
126 SANITY="nosanity"
149 sanity
181 sanity
403 sanity
408 sanity
  /external/ImageMagick/tests/
cli-colorspace.tap 48 # Sanity checks
50 # NOTE: as a extra validation on sanity checks below...
60 echo "Sanity Failure: Average expected to be 145,89,80 - ABORTING"
64 echo "Sanity Failure: Too Dark expected to be 73,26,21 - ABORTING"
68 echo "Sanity Failure: Too Light expected to be 199,160,152 - ABORTING"
  /external/autotest/client/tests/npb/
npb.py 37 A sanity check is made on each benchmark executed:
46 virtual machine and sanity check failure might mean bugs on smp
91 # A little extra sanity check comes handy
131 logging.error('NPB benchmark %s failed sanity check '
135 logging.debug('NPB benchmark %s sanity check PASS' % itest_cmd)
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 641 assertEquals("test sanity", 1, header.mOnAttachCount);
642 assertEquals("test sanity", 0, header.mOnDetachCount);
646 assertNull("test sanity, header should be removed", header.getParent());
658 assertEquals("test sanity", 1, header.mOnAttachCount);
659 assertEquals("test sanity", 0, header.mOnDetachCount);
663 assertNull("test sanity, header should be removed", header.getParent());
675 assertEquals("test sanity", 1, header.mOnAttachCount);
676 assertEquals("test sanity", 0, header.mOnDetachCount);
692 assertEquals("test sanity", 1, theView.mOnAttachCount);
693 assertEquals("test sanity", 0, theView.mOnDetachCount)
    [all...]
  /external/mesa3d/src/gallium/docs/source/
debugging.rst 26 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/strace/debian/
control 20 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.
  /sdk/eclipse/scripts/
update_version.sh 6 # sanity check in input args
18 # sanity check on current dir
24 # sanity check the new version number
  /art/test/121-modifiers/
build 35 # Workaround b/19561685: disable sanity checks to produce a DEX file with invalid modifiers.
36 ${JACK} --sanity-checks off --import classes.jill.jar --output-dex .
  /external/autotest/site_utils/suite_scheduler/
suite_scheduler.py 41 import manifest_versions, sanity
48 # may not be available when people run checks with --sanity
53 'if you are running sanity check or pre-submit hook')
181 parser.add_option('-t', '--sanity', dest='sanity', action='store_true',
218 # If we're just sanity checking, we can stop after we've parsed the
220 if options.sanity:
228 control_files_exist = sanity.CheckControlFileExistance(tasks)

Completed in 1690 milliseconds

1 2 34 5 6 7 8 91011>>