Searched refs:algorithm (Results 351 - 375 of 952) sorted by relevance

<<11121314151617181920>>

/external/valgrind/unittest/
H A Dold_test_suite.cc32 #include <algorithm>
/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnPtr.h28 #include <algorithm>
/external/webkit/Source/WebCore/platform/
H A DArena.cpp49 #include <algorithm>
H A DScrollAnimatorWin.cpp40 #include <algorithm>
148 // above. Given the scrolling algorithm in animateScroll(), the practical
/external/webkit/Source/WebCore/platform/audio/
H A DHRTFPanner.cpp35 #include <algorithm>
162 // This algorithm currently requires that we process in power-of-two size chunks at least 128.
/external/webkit/Source/WebCore/platform/graphics/
H A DIntRect.cpp30 #include <algorithm>
H A DRoundedIntRect.cpp31 #include <algorithm>
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.cpp35 #include <algorithm>
/external/webkit/Source/WebCore/webaudio/
H A DAudioNodeInput.cpp34 #include <algorithm>
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp12 #include <algorithm>
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc13 #include <algorithm> // min_element, max_element
/external/clang/lib/Driver/
H A DOption.cpp17 #include <algorithm>
/external/clang/lib/Frontend/
H A DWarnings.cpp31 #include <algorithm>
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DKeyGeneratorTest.java115 assertEquals("Incorrect algorithm", keyG.getAlgorithm(),
148 * Test for <code> getInstance(String algorithm) </code> method Assertions:
149 * throws NullPointerException when algorithm is null throws
150 * NoSuchAlgorithmException when algorithm isnot available
155 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
169 * Test for <code> getInstance(String algorithm) </code> method
180 assertEquals("Incorrect algorithm", keyG.getAlgorithm(), validValues[i]);
185 * Test for <code> getInstance(String algorithm, String provider)</code> method
187 * throws NullPointerException when algorithm is null
188 * throws NoSuchAlgorithmException when algorithm isno
440 myKeyGenerator(KeyGeneratorSpi keyAgreeSpi, Provider provider, String algorithm) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
H A DSHA1PRNG_SecureRandomTest.java54 static String algorithm = "SHA1PRNG"; // name of algorithm field in class:SHA1PRNG_SecureRandomTest
77 sr = SecureRandom.getInstance(algorithm, provider);
/external/astl/include/
H A Dmemory36 #include <algorithm>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12KeyStore.java571 String algorithm = algId.getAlgorithm().getId();
580 algorithm, bcProvider);
589 Cipher cipher = Cipher.getInstance(algorithm, bcProvider);
593 // we pass "" as the key algorithm type as it is unknown at this point
605 String algorithm,
617 algorithm, bcProvider);
622 Cipher cipher = Cipher.getInstance(algorithm, bcProvider);
644 String algorithm = algId.getAlgorithm().getId();
650 SecretKeyFactory keyFact = SecretKeyFactory.getInstance(algorithm, bcProvider);
658 Cipher cipher = Cipher.getInstance(algorithm, bcProvide
604 wrapKey( String algorithm, Key key, PKCS12PBEParams pbeParams, char[] password) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DDSAKeyFactoryImplTest.java56 static String algorithm = "DSA"; field in class:DSAKeyFactoryImplTest
106 kpGen = KeyPairGenerator.getInstance(algorithm);
185 kf = KeyFactory.getInstance(algorithm, "Crypto");
343 * whose algorithm is neither null nor "DSA".
468 * whose algorithm is neither null nor "DSA".
749 * the method returns DSAPrivateKey whose algorithm is neither null nor "DSA".
793 * the method returns DSAPrivateKey whose algorithm is neither null nor "DSA".
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersTest.java94 "algorithm");
130 "algorithm");
159 params = new DummyAlgorithmParameters(paramSpi, p, "algorithm");
209 "algorithm");
247 params = new DummyAlgorithmParameters(paramSpi, p, "algorithm");
300 "algorithm");
315 params = new DummyAlgorithmParameters(paramSpi, p, "algorithm");
324 params = new DummyAlgorithmParameters(paramSpi, p, "algorithm");
345 params = new DummyAlgorithmParameters(paramSpi, p, "algorithm");
368 "algorithm");
603 DummyAlgorithmParameters(AlgorithmParametersSpi paramSpi, Provider provider, String algorithm) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar ... java.net.URI location String symbolic private void algorithm (int, java.util.SortedMap, org.eclipse. ...
/external/openssl/crypto/pkcs7/
H A Dpk7_smime.c249 if (!OBJ_cmp(si->digest_alg->algorithm,
250 sitmp->digest_alg->algorithm))
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.stdout.exp3 too repetitive; using fallback sorting algorithm
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.stdout.exp4 too repetitive; using fallback sorting algorithm
H A Dvcpu_bz2.stdout.exp3 too repetitive; using fallback sorting algorithm
/external/webkit/Source/WebCore/page/
H A DSettings.h77 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; } argument

Completed in 1591 milliseconds

<<11121314151617181920>>