Searched refs:algorithm (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | TextDirectionHeuristics.java | 82 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) { in TextDirectionHeuristicImpl() argument 83 mAlgorithm = algorithm; in TextDirectionHeuristicImpl() 117 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm, in TextDirectionHeuristicInternal() argument 119 super(algorithm); in TextDirectionHeuristicInternal()
|
/frameworks/base/core/java/android/net/http/ |
D | RequestHandle.java | 242 String algorithm, in setupDigestAuthResponse() argument 246 username, password, realm, nonce, QOP, algorithm, opaque); in setupDigestAuthResponse() 301 String algorithm, in computeDigestAuthResponse() argument 327 if (algorithm != null) { in computeDigestAuthResponse() 328 response += ", algorithm=" + algorithm; in computeDigestAuthResponse()
|
D | SslCertificate.java | 265 private static String getDigest(X509Certificate x509Certificate, String algorithm) { in getDigest() argument 271 MessageDigest md = MessageDigest.getInstance(algorithm); in getDigest()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | DefaultHttpClientTest.java | 125 private void authenticateDigestAlgorithm(String algorithm) throws Exception { in authenticateDigestAlgorithm() argument 128 + "algorithm=" + algorithm; in authenticateDigestAlgorithm()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | SSLSocketTest.java | 775 String algorithm = KeyManagerFactory.getDefaultAlgorithm(); in getKeyManagers() local 776 KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance(algorithm); in getKeyManagers()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 57 There should be no gap observed initially. The algorithm should pick one
|
/frameworks/base/core/java/android/webkit/ |
D | LoadListener.java | 879 String algorithm = mAuthHeader.getAlgorithm(); in makeAuthResponse() local 883 realm, nonce, qop, algorithm, opaque); in makeAuthResponse()
|
/frameworks/base/docs/html/guide/practices/design/ |
D | accessibility.jd | 114 an algorithm that finds the nearest neighbor in a given direction. In rare cases, the default 115 algorithm may not match the order that you intended for your UI. In these situations, you can
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 228 <p>Focus movement is based on an algorithm which finds the nearest neighbor in a 229 given direction. In rare cases, the default algorithm may not match the
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | adk.jd | 544 algorithm jumps back to <a href="#determine">determining the device's accessory mode support</a> 583 <p>The following sections describe the firmware code in the context of the algorithm described in
|
/frameworks/base/docs/html/guide/publishing/ |
D | licensing.jd | 979 algorithm or design a stricter Policy that does not store license data. The LVL 1065 interface that lets your application supply the obfuscation algorithm of its 2046 Applies an obfuscation algorithm to encode and decode data being written or 2052 algorithm to obfuscate/unobfuscate data.</td>
|
D | app-signing.jd | 334 <td><code>-keyalg <alg></code></td><td>The encryption algorithm to use
|