Searched refs:algorithm (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java31 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
35 new TextDirectionHeuristicInternal(null /* no algorithm */, true);
73 * Computes the text direction based on an algorithm. Subclasses implement
74 * {@link #defaultIsRtl} to handle cases where the algorithm cannot determine the
80 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) { argument
81 mAlgorithm = algorithm;
115 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm, argument
117 super(algorithm);
156 * Interface for an algorithm to guess the direction of a paragraph of text.
161 * Returns whether the range of text is RTL according to the algorithm
[all...]
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java125 private void authenticateDigestAlgorithm(String algorithm) throws Exception { argument
128 + "algorithm=" + algorithm;
/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java242 String algorithm,
246 username, password, realm, nonce, QOP, algorithm, opaque);
301 String algorithm,
327 if (algorithm != null) {
328 response += ", algorithm=" + algorithm;
236 setupDigestAuthResponse(boolean isProxy, String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
296 computeDigestAuthResponse(String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
H A DSslCertificate.java265 private static String getDigest(X509Certificate x509Certificate, String algorithm) { argument
271 MessageDigest md = MessageDigest.getInstance(algorithm);
/frameworks/compile/linkloader/utils/
H A Dserialize.h22 #include <algorithm>
/frameworks/compile/slang/
H A Dslang_rs_reflection_base.cpp22 #include <algorithm>
H A Dslang_rs_reflection_cpp.cpp24 #include <algorithm>
H A Dslang_rs_reflection.cpp24 #include <algorithm>
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp17 #include <algorithm>
H A Dsparse_weight_vector.cpp19 #include <algorithm>
300 // Slow algorithm for accurate L1 projection which takes O(n log(n)), where n is
/frameworks/compile/linkloader/include/
H A DELFSymbol.h26 #include <algorithm>
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp14 #include <algorithm>
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.cc21 #include <algorithm>
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java775 String algorithm = KeyManagerFactory.getDefaultAlgorithm();
776 KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance(algorithm);
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp28 #include <algorithm>
244 // ----- Input tree insertion algorithm ----- //
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp12 #include <algorithm>
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp65 #include <algorithm>
H A DhwcRects.cpp83 #include <algorithm>
H A DhwcStress.cpp81 #include <algorithm>
H A DhwcCommit.cpp73 #include <algorithm>
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp24 #include <algorithm>
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp24 #include <algorithm>

Completed in 539 milliseconds