HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /build/core/
main.mk 12 # this turns off the suffix rules built into make
25 # pattern matching probles when make strips off the
33 # check for broken versions of make
36 $(warning * You are using version $(MAKE_VERSION) of make.)
61 # This allows us to force a clean build - included after the config.make
89 # Make sure that there are no spaces in the absolute path; the
143 # (must be defined before including definitions.make)
156 the make command line.)
209 # config/product_config.make once host-based Dalvik preoptimization is
471 # would have been with a normal make
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
28 !MESSAGE ICU data make path is $(ICUMAKE)
  /external/dropbear/libtommath/
bn.tex 102 make
117 make -f makefile.shared
132 make test
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
373 This allows operands to be re-used which can make programming simpler.
481 To initialized and make a copy of an mp\_int the mp\_init\_copy() function has been provided.
488 This function will initialize $a$ and make it a copy of $b$ if all goes well.
655 This will zero the contents of $a$ and make it represent an integer equal to the value of $b$. Note that this
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 28 // Make sure the 'constructor' property isn't enumerable.
33 // Make sure this doesn't crash.
    [all...]
  /external/icu4c/data/
makedata.mak 26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
28 !MESSAGE ICU data make path is $(ICUMAKE)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 150 that can be used to make a program automatically pick between ciphers, hashes and PRNGs at run-time. That means your
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
174 API can make use of it without change. Similarly imagine a few years down the road when AES2
184 can make use of the cipher right away.
271 There are a few helper macros to make the coding process a bit easier. The first set are related to loading and storing
331 /* ... Make up the RSA key somehow ... */
377 /* make a 1024-bit RSA key with the system RNG */
404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode,
653 fact used for the purposes of encryption. My suggestion is just to use random 8/24 byte keys instead of trying to make a 8/2
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 201 milliseconds

1 2 3 45