/external/chromium_org/chrome/test/webdriver/ |
keycode_text_conversion.h | 18 // Returns the text in UTF8 that would be produced from the given key code and 20 // be produced. This will return "" if the produced text contains characters
|
/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/javassist/sample/preproc/ |
package.html | 6 The produced class files are saved on a local disk.
|
/external/llvm/test/CodeGen/AArch64/ |
inline-asm-constraints-badK.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
inline-asm-constraints-badK2.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
inline-asm-constraints-badL.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
/libcore/luni/src/main/files/ |
README.cacerts | 2 where "hash" is the subject hash produced by:
|
/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/chromium_org/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/test/FixIt/ |
no-fixit.cpp | 3 // test that the diagnostics produced by this code do not include fixit hints
|
/external/chromium_org/chrome/test/chromedriver/ |
keycode_text_conversion.h | 16 // Coverts a key code and modifiers to the UTF8 text that would be produced 17 // with the current keyboard layout, or "" if no character would be produced. 18 // Returns "" if the produced text contains characters outside the BMP. If an
|
/external/clang/include/clang/ARCMigrate/ |
ARCMT.h | 39 /// \returns false if no error is produced, true otherwise. 49 /// \returns false if no error is produced, true otherwise. 64 /// \returns false if no error is produced, true otherwise. 73 /// migrateWithTemporaryFiles produced. 75 /// \returns false if no error is produced, true otherwise. 83 /// \returns false if no error is produced, true otherwise.
|
/external/chromium_org/chrome/test/logging/win/ |
log_file_reader.h | 5 // A log file reader can read log files produced by Event Tracing for Windows 43 // Invoked for simple log messages produced by LogEventProvider. 48 // Invoked for full log messages produced by LogEventProvider. 57 // Invoked for trace events produced by TraceEventETWProvider.
|
/external/chromium_org/chrome/tools/build/win/ |
win-syzyasan-filter.txt | 8 # functional instrumented builds of Chrome to be produced in the meantime.
|
/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
|
/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/ |
Hex.java | 66 * @return the number of bytes produced. 79 * @return the number of bytes produced. 139 * @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().
|