HomeSort by relevance Sort by last modified time
    Searched full:produced (Results 1 - 25 of 1205) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
KeyMaterial.java 44 int produced = Math.min(dglen, keyLength); local
46 System.arraycopy(tmp[0], 0, res, off, produced);
48 keyLength -= produced;
49 off += produced;
61 produced = Math.min(dglen, keyLength);
62 System.arraycopy(tmp[i], 0, res, off, produced);
63 keyLength -= produced;
64 off += produced;
  /external/clang/test/FixIt/
no-fixit.cpp 3 // test that the diagnostics produced by this code do not include fixit hints
  /external/javassist/sample/preproc/
package.html 6 The produced class files are saved on a local disk.
  /libcore/luni/src/main/files/
README.cacerts 2 where "hash" is the subject hash produced by:
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusResult.java 26 * Gets the corpus that produced these suggestions.
36 * Gets the latency of the suggestion query that produced this result.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/
antlr.properties 2 # and configuration options that may or may not be produced by
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 10 // The regular expression produced a match, so notify the background page.
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 38 /// \returns false if no error is produced, true otherwise.
48 /// \returns false if no error is produced, true otherwise.
63 /// \returns false if no error is produced, true otherwise.
72 /// migrateWithTemporaryFiles produced.
74 /// \returns false if no error is produced, true otherwise.
82 /// \returns false if no error is produced, true otherwise.
  /external/clang/test/Analysis/
default-diagnostic-visitors.c 3 // This file is for testing enhanced diagnostics produced by the default BugReporterVisitors.
  /external/clang/test/Preprocessor/
disabled-cond-diags2.c 18 // diagnostics should not be produced until final #endif
  /external/llvm/test/Assembler/
2002-03-08-NameCollision.ll 6 ; produced:
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
quoting 25 # Create the answer to what should be produced by this Makefile
varnesting 23 # Create the answer to what should be produced by this Makefile
override 22 # Create the answer to what should be produced by this Makefile
mult_rules 49 # Create the answer to what should be produced by this Makefile
65 # Create the answer to what should be produced by this Makefile
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricBlockCipher.java 27 * returns the maximum size of the block produced by this cipher.
29 * @return maximum size of the output block produced by the cipher.
Digest.java 16 * return the size, in bytes, of the digest produced by this message digest.
18 * @return the size, in bytes, of the digest produced by this message digest.
KeyGenerationParameters.java 40 * return the bit strength for keys produced by this generator,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64.java 37 * @return the number of bytes produced.
50 * @return the number of bytes produced.
112 * @return the number of bytes produced.
Hex.java 49 * @return the number of bytes produced.
62 * @return the number of bytes produced.
122 * @return the number of bytes produced.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 42 * Octet string produced using ECPoint.getEncoded().
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.h 30 // have produced from it. (Handling this event may cause undesirable effects,
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
value 24 # Create the answer to what should be produced by this Makefile
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-C 36 # Create the answer to what should be produced by this Makefile
64 # Create the answer to what should be produced by this Makefile
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 113 // Verify that dump produced minimal output
128 fail("dump() for " + service + " produced several lines of output; this "
135 fail("dump() for " + service + " produced a single line which didn't "

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>