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

  /external/chromium/third_party/icu/source/tools/genren/
genren.pl 69 #We will print our copyright here + warnings
92 * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN!
203 Will produce a renaming .h file
  /build/core/
cleanbuild.mk 61 # Will set CURRENT_CLEAN_BUILD_VERSION and CURRENT_CLEAN_STEPS.
104 # will notice when the configuration has changed and remove the files
110 # is a valid make target. Eventually, it will just be a product, at
111 # which point TARGET_PRODUCT will handle it and we can avoid this check
130 # Will set PREVIOUS_BUILD_CONFIG.
  /external/icu4c/tools/genren/
genren.pl 69 #We will print our copyright here + warnings
91 * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN!
103 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
105 Normally (if utypes.h or umachine.h was included first) this will not be necessary as it will already be defined.
251 Will produce a renaming .h file
  /external/openssl/ssl/
ssl-lib.com 33 $! If you don't specify a compiler, it will try to determine which
46 $! Define A TCP/IP Library That We Will Need To Link To.
579 $ WRITE SYS$OUTPUT "No Debugger Information Will Be Produced During Compile."
597 $ WRITE SYS$OUTPUT "Debugger Information Will Be Produced During Compile."
  /external/openssl/apps/
makeapps.com 28 $! If you don't specify a compiler, it will try to determine which
43 $! Define A TCP/IP Library That We Will Need To Link To.
523 $ WRITE SYS$OUTPUT "No Debugger Information Will Be Produced During Compile."
541 $ WRITE SYS$OUTPUT "Debugger Information Will Be Produced During Compile."
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
121 library (resource) will be called ``libtommath.la'' while the static library called ``libtommath.a''. Generally
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the
136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MP
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 144 {\bf own} crypto library and hopefully along the way others will appreciate the work.
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC
155 without having to use configure scripts. This means that the library will work with platforms where development
227 that return {\bf int} will return {\bf CRYPT\_OK} if the function was successful, or one of the many error codes
228 if it failed. Certain functions that return int will return $-1$ to indicate an error. These functions will be explicitly
320 must pass it the length of the buffer where the output will be stored. For example:
341 /* if rsa_export() was successful then x will have
353 \textit{x} so that the calling application will know how many bytes were used.
355 As of v1.13, most functions will update your length on failure to indicate the size required by the function. Not all function
    [all...]

Completed in 123 milliseconds