Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/text/
DTextDirectionHeuristics.java82 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/
DRequestHandle.java242 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()
DSslCertificate.java265 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/
DDefaultHttpClientTest.java125 private void authenticateDigestAlgorithm(String algorithm) throws Exception { in authenticateDigestAlgorithm() argument
128 + "algorithm=" + algorithm; in authenticateDigestAlgorithm()
/frameworks/base/tests/CoreTests/android/core/
DSSLSocketTest.java775 String algorithm = KeyManagerFactory.getDefaultAlgorithm(); in getKeyManagers() local
776 KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance(algorithm); in getKeyManagers()
/frameworks/base/tools/orientationplot/
DREADME.txt57 There should be no gap observed initially. The algorithm should pick one
/frameworks/base/core/java/android/webkit/
DLoadListener.java879 String algorithm = mAuthHeader.getAlgorithm(); in makeAuthResponse() local
883 realm, nonce, qop, algorithm, opaque); in makeAuthResponse()
/frameworks/base/docs/html/guide/practices/design/
Daccessibility.jd114 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/
Dui-events.jd228 <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/
Dadk.jd544 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/
Dlicensing.jd979 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>
Dapp-signing.jd334 <td><code>-keyalg &lt;alg&gt;</code></td><td>The encryption algorithm to use