HomeSort by relevance Sort by last modified time
    Searched refs:sanity (Results 1 - 25 of 39) 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/llvm/projects/sample/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 94 ## Check the sanity of current variables
95 sanity()
97 if [ ! -f "${ICUUC_FILE}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
119 SANITY="sane"
123 SANITY="nosanity"
146 sanity
178 sanity
395 sanity
400 sanity
  /external/icu4c/config/
icu-config-bottom 94 ## Check the sanity of current variables
95 sanity()
97 if [ ! -f "${ICUUC_FILE}" -a ! -f "${ICUUC_FILE_A}" ] && [ ${IGNORE_ICUUC_FILE_CHECK} = "no" ] && [ ${SANITY} = "sane" ];
119 SANITY="sane"
123 SANITY="nosanity"
146 sanity
178 sanity
400 sanity
405 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/BlocksRuntime/tests/
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 + '}');
  /system/media/camera/docs/
metadata-generate 121 # Do some basic sanity checks
158 $thisdir/metadata-parser-sanity-check || exit 1
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 32 * @param {string} url The base URL. There is not sanity checking on the URL so
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 46 private boolean sanity = false; field in class:AdaptivePlaybackTest
160 public void sanityAll() { sanity = true; try { runAll(); } finally { sanity = false; } }
161 public void sanitySW() { sanity = true; try { runSW(); } finally { sanity = false; } }
162 public void sanityHW() { sanity = true; try { runHW(); } finally { sanity = false; } }
326 if (sanity) {
372 if (sanity) {
433 if (sanity) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
math-sqrt.js 41 // Simple sanity check
math-pow.js 32 // Simple sanity check
  /external/clang/include/clang/Sema/
Lookup.h 259 sanity();
620 // Sanity checks.
623 void sanity() const { function in class:clang::LookupResult
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 60 dnl Now check if the installed ESD is sufficiently new. (Also sanity
  /external/v8/test/mjsunit/
math-sqrt.js 41 // Simple sanity check
math-pow.js 32 // Simple sanity check
  /external/chromium_org/tools/cygprofile/
mergetraces.py 58 """Funcition is a sanity check to make sure that calls are only logged once.
  /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 97 --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)
  /sdk/emulator/opengl/
common.mk 27 # Internal list of all declared modules (used for sanity checking)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 508 /** Factored out the sanity checking code; delegate to it. */
509 GrammarSanity sanity = new GrammarSanity(this); field in class:Grammar
756 /** ANALYZE ACTIONS, LOOKING FOR LABEL AND ATTR REFS, sanity check */
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 329 // Validate return value if in sanity check mode.

Completed in 4473 milliseconds

1 2