| /frameworks/av/media/libeffects/loudness/dsp/core/ |
| D | interpolator_base-inl.h | 32 template <typename T, class Algorithm> 33 InterpolatorBase<T, Algorithm>::InterpolatorBase() { in InterpolatorBase() 46 template <typename T, class Algorithm> 47 InterpolatorBase<T, Algorithm>::~InterpolatorBase() { in ~InterpolatorBase() 54 template <typename T, class Algorithm> 55 bool InterpolatorBase<T, Algorithm>::Initialize(const vector<T> &x_data, in Initialize() 66 template <typename T, class Algorithm> 67 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, in Initialize() 76 template <typename T, class Algorithm> 77 bool InterpolatorBase<T, Algorithm>::Initialize(double x_start_offset, in Initialize() [all …]
|
| D | interpolator_base.h | 40 template <typename T, class Algorithm>
|
| /frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
| D | MessageDigestPerfTest.java | 43 {Algorithm.MD5}, in getData() 44 {Algorithm.SHA1}, in getData() 45 {Algorithm.SHA256}, in getData() 46 {Algorithm.SHA384}, in getData() 47 {Algorithm.SHA512} in getData() 88 public enum Algorithm { enum in MessageDigestPerfTest 98 public void time(Algorithm algorithm) throws Exception { in time() 109 public void timeLargeArray(Algorithm algorithm) throws Exception { in timeLargeArray() 120 public void timeSmallChunkOfLargeArray(Algorithm algorithm) throws Exception { in timeSmallChunkOfLargeArray() 131 public void timeSmallByteBuffer(Algorithm algorithm) throws Exception { in timeSmallByteBuffer() [all …]
|
| D | SignaturePerfTest.java | 48 {Algorithm.MD5WithRSA, Implementation.OpenSSL}, in getData() 49 {Algorithm.SHA1WithRSA, Implementation.OpenSSL}, in getData() 50 {Algorithm.SHA256WithRSA, Implementation.OpenSSL}, in getData() 51 {Algorithm.SHA384WithRSA, Implementation.OpenSSL}, in getData() 52 {Algorithm.SHA512WithRSA, Implementation.OpenSSL}, in getData() 53 {Algorithm.SHA1withDSA, Implementation.BouncyCastle} in getData() 66 public enum Algorithm { enum in SignaturePerfTest 90 public void setUp(Algorithm algorithm) throws Exception { in setUp() 117 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign() 140 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify()
|
| D | KeyPairGeneratorPerfTest.java | 43 {Algorithm.RSA, Implementation.BouncyCastle}, in getData() 44 {Algorithm.DSA, Implementation.BouncyCastle}, in getData() 45 {Algorithm.RSA, Implementation.OpenSSL} in getData() 49 public enum Algorithm { enum in KeyPairGeneratorPerfTest 62 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp() 78 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
|
| D | CipherPerfTest.java | 101 public Algorithm mAlgorithm = Algorithm.AES; 103 public enum Algorithm { enum in CipherPerfTest
|
| /frameworks/native/libs/ftl/ |
| D | algorithm_test.cpp | 27 TEST(Algorithm, FindIf) { in TEST() argument 50 TEST(Algorithm, StaticRef) { in TEST() argument
|
| /frameworks/base/core/java/android/security/keymaster/ |
| D | KeymasterDefs.java | 19 import android.hardware.security.keymint.Algorithm; 145 public static final int KM_ALGORITHM_RSA = Algorithm.RSA; 146 public static final int KM_ALGORITHM_EC = Algorithm.EC; 147 public static final int KM_ALGORITHM_AES = Algorithm.AES; 148 public static final int KM_ALGORITHM_3DES = Algorithm.TRIPLE_DES; 149 public static final int KM_ALGORITHM_HMAC = Algorithm.HMAC;
|
| /frameworks/base/keystore/java/android/security/keystore2/ |
| D | AndroidKeyStoreKeyAgreementSpi.java | 19 import android.hardware.security.keymint.Algorithm; 61 super(Algorithm.EC); in ECDH() 72 super(Algorithm.EC); in XDH()
|
| /frameworks/proto_logging/stats/enums/system/security/keystore2/ |
| D | enums.proto | 32 enum Algorithm { enum
|
| /frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
| D | valid-cert.pem | 57 Signature Algorithm: sha512WithRSAEncryption 64 Public Key Algorithm: rsaEncryption 147 Signature Algorithm: sha512WithRSAEncryption
|
| /frameworks/compile/mclinker/lib/Support/Windows/ |
| D | PathV3.inc | 29 // LR(1) Algorithm //
|
| /frameworks/compile/mclinker/lib/Support/Unix/ |
| D | PathV3.inc | 35 // LR(1) Algorithm //
|
| /frameworks/proto_logging/stats/ |
| D | atoms.proto | 17185 enum Algorithm { enum 17196 /** Algorithm associated with the key */ 17197 optional Algorithm algorithm = 1; 17286 * Logs: key creation events with Algorithm, Origin, Error and Attestation info. 17291 // Algorithm associated with the key 17292 optional android.system.security.keystore2.Algorithm algorithm = 1; 17379 // Algorithm associated with the key 17380 optional android.system.security.keystore2.Algorithm algorithm = 1;
|