HomeSort by relevance Sort by last modified time
    Searched refs:sanity (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.27/include/vms/
dcx.h 32 unsigned char sanity[4]; member in struct:vms_dcxmap
lbr.h 57 /* Sanity Id. */
58 unsigned char sanity[4]; member in struct:vms_lhd
  /external/spirv-llvm/lib/SPIRV/Mangler/
Refcount.h 61 sanity();
66 sanity();
86 void sanity() const{ function in class:SPIR::RefCount
99 sanity();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
prefix1.s 1 # Use of PREFIX; sanity check only.
  /external/icu/icu4c/source/config/
icu-config-bottom 98 ## Check the sanity of current variables
99 sanity()
101 if [ ! -f "${ICUUC_FILE}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
123 SANITY="sane"
127 SANITY="nosanity"
150 sanity
182 sanity
405 sanity
410 sanity
  /external/compiler-rt/test/BlocksRuntime/
byrefsanity.c 21 //sanity(b);
58 void sanity(void *arg) { function
  /toolchain/binutils/binutils-2.27/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.
div.s 22 # Just sanity check it otherwise.
32 # Sanity check the 64 bit versions.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /external/autotest/client/site_tests/video_VimeoVideo/
video_VimeoVideo.py 66 """Run Vimeo video sanity tests.
  /external/elfutils/libdwfl/
dwfl_report_elf.c 44 bool sanity, GElf_Addr *vaddrp,
215 if (end == 0 && sanity)
241 bool sanity)
245 if (! __libdwfl_elf_address_range (elf, base, add_p_vaddr, sanity, &vaddr,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /prebuilts/go/darwin-x86/src/runtime/race/
race_linux_test.go 18 // Also do a sanity correctness check: under race detector atomic operations
race_windows_test.go 18 // Also do a sanity correctness check: under race detector atomic operations
  /prebuilts/go/linux-x86/src/runtime/race/
race_linux_test.go 18 // Also do a sanity correctness check: under race detector atomic operations
race_windows_test.go 18 // Also do a sanity correctness check: under race detector atomic operations
  /external/python/cpython2/Lib/test/
test_xml_etree_c.py 12 def sanity(): function
14 Import sanity.
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 53 private boolean sanity = false; field in class:AdaptivePlaybackTest
178 public void sanityAll() { sanity = true; try { runAll(); } finally { sanity = false; } }
179 public void sanitySW() { sanity = true; try { runSW(); } finally { sanity = false; } }
180 public void sanityHW() { sanity = true; try { runHW(); } finally { sanity = false; } }
388 if (sanity) {
434 if (sanity) {
495 if (sanity) {
    [all...]

Completed in 595 milliseconds

1 2 3 4 5 6 7