HomeSort by relevance Sort by last modified time
    Searched refs:noverify (Results 1 - 3 of 3) sorted by null

  /external/icu4c/config/
icu-config-bottom 22 echo " --noverify Don't verify that ICU is actually installed."
102 echo "### (If you want to disable this check, use the --noverify option)" 1>&2
122 --noverify)
160 --noverify)
161 echo "### $ME: Error: --noverify must be the first argument." 1>&2
  /external/openssl/apps/
ocsp.c 135 int add_nonce = 1, noverify = 0, use_ssl = -1; local
248 else if (!strcmp(*args, "-noverify"))
249 noverify = 1;
601 BIO_printf (bio_err, "-noverify don't verify response at all\n");
869 if (!noverify)
    [all...]
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 61 milliseconds