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

1 2

  /external/llvm/autoconf/m4/
huge_val.m4 6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
  /external/chromium_org/third_party/icu/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/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
icu-config 287 # The selfcheck is just a sanity check that this makefile is
441 ## Check the sanity of current variables
442 sanity()
444 if [ ! -f "${ICUUC_FILE}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
466 SANITY="sane"
470 SANITY="nosanity"
493 sanity
525 sanity
747 sanity
752 sanity
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
byrefsanity.c 21 //sanity(b);
58 void sanity(void *arg) { function
  /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.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-parse-use-strict.js 35 assertThrows('function f() { "use sanity";' + strict + '}');
36 assertThrows('function f() { "use sanity";' + strict + filler + '}');
  /external/elfutils/0.153/libdwfl/
dwfl_report_elf.c 65 int fd, Elf *elf, GElf_Addr base, bool sanity)
226 if (end == 0 && sanity)
libdwflP.h 377 Elf *elf, GElf_Addr base, bool sanity)
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 47 private boolean sanity = false; field in class:AdaptivePlaybackTest
174 public void sanityAll() { sanity = true; try { runAll(); } finally { sanity = false; } }
175 public void sanitySW() { sanity = true; try { runSW(); } finally { sanity = false; } }
176 public void sanityHW() { sanity = true; try { runHW(); } finally { sanity = false; } }
362 if (sanity) {
408 if (sanity) {
469 if (sanity) {
    [all...]
  /external/clang/test/CXX/drs/
dr5xx.cpp 33 void sanity() { Q arr[1]; f(arr); } // expected-error {{undeclared identifier 'f'}} function in struct:dr502::A
  /system/media/camera/docs/
metadata-generate 121 # Do some basic sanity checks
184 $thisdir/metadata-parser-sanity-check || exit 1
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 42 * @param {string} url The base URL. There is not sanity checking on the URL so
  /external/chromium_org/v8/test/mjsunit/
math-sqrt.js 41 // Simple sanity check
math-pow.js 32 // Simple sanity check
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 60 dnl Now check if the installed ESD is sufficiently new. (Also sanity
  /external/clang/include/clang/Sema/
Lookup.h 262 assert(sanity());
639 // Sanity checks.
640 bool sanity() const;
  /libcore/
NativeCode.mk 24 # These two definitions are used to help sanity check what's put in
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 118 --sanity-level=<number> level of sanity checking to do [1]
  /device/generic/goldfish/opengl/
common.mk 26 # Internal list of all declared modules (used for sanity checking)
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_provider_custom_bindings.js 183 // another sanity check to avoid passing any evil URL.
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 61 v.do expensive_sanity_check_general : do an expensive sanity check now
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
aes-armv4.S 420 itt eq @ Thumb2 thing, sanity check in ARM
426 itt eq @ Thumb2 thing, sanity check in ARM
437 itt ne @ Thumb2 thing, sanity check in ARM
594 itt eq @ Thumb2 thing, sanity check in ARM
666 itt eq @ Thumb2 thing, sanity check in ARM
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-armv4.pl 440 itt eq @ Thumb2 thing, sanity check in ARM
446 itt eq @ Thumb2 thing, sanity check in ARM
457 itt ne @ Thumb2 thing, sanity check in ARM
614 itt eq @ Thumb2 thing, sanity check in ARM
686 itt eq @ Thumb2 thing, sanity check in ARM
    [all...]

Completed in 888 milliseconds

1 2