/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 | 44 {Algorithm.MD5}, in getData() 45 {Algorithm.SHA1}, in getData() 46 {Algorithm.SHA256}, in getData() 47 {Algorithm.SHA384}, in getData() 48 {Algorithm.SHA512} in getData() 89 public enum Algorithm { enum in MessageDigestPerfTest 99 public void time(Algorithm algorithm) throws Exception { in time() 110 public void timeLargeArray(Algorithm algorithm) throws Exception { in timeLargeArray() 121 public void timeSmallChunkOfLargeArray(Algorithm algorithm) throws Exception { in timeSmallChunkOfLargeArray() 132 public void timeSmallByteBuffer(Algorithm algorithm) throws Exception { in timeSmallByteBuffer() [all …]
|
D | SignaturePerfTest.java | 49 {Algorithm.MD5WithRSA, Implementation.OpenSSL}, in getData() 50 {Algorithm.SHA1WithRSA, Implementation.OpenSSL}, in getData() 51 {Algorithm.SHA256WithRSA, Implementation.OpenSSL}, in getData() 52 {Algorithm.SHA384WithRSA, Implementation.OpenSSL}, in getData() 53 {Algorithm.SHA512WithRSA, Implementation.OpenSSL}, in getData() 54 {Algorithm.SHA1withDSA, Implementation.BouncyCastle} in getData() 67 public enum Algorithm { enum in SignaturePerfTest 91 public void setUp(Algorithm algorithm) throws Exception { in setUp() 118 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign() 141 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify()
|
D | KeyPairGeneratorPerfTest.java | 44 {Algorithm.RSA, Implementation.BouncyCastle}, in getData() 45 {Algorithm.DSA, Implementation.BouncyCastle}, in getData() 46 {Algorithm.RSA, Implementation.OpenSSL} in getData() 50 public enum Algorithm { enum in KeyPairGeneratorPerfTest 63 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp() 79 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
|
D | CipherPerfTest.java | 102 public Algorithm mAlgorithm = Algorithm.AES; 104 public enum Algorithm { enum in CipherPerfTest
|
/frameworks/native/libs/ftl/ |
D | algorithm_test.cpp | 27 TEST(Algorithm, Contains) { in TEST() argument 38 TEST(Algorithm, FindIf) { in TEST() argument 61 TEST(Algorithm, StaticRef) { in TEST() argument
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreKeyAgreementSpi.java | 19 import android.hardware.security.keymint.Algorithm; 62 super(Algorithm.EC); in ECDH() 73 super(Algorithm.EC); in XDH()
|
/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/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 | 17660 enum Algorithm { enum 17671 /** Algorithm associated with the key */ 17672 optional Algorithm algorithm = 1; 17761 * Logs: key creation events with Algorithm, Origin, Error and Attestation info. 17766 // Algorithm associated with the key 17767 optional android.system.security.keystore2.Algorithm algorithm = 1; 17854 // Algorithm associated with the key 17855 optional android.system.security.keystore2.Algorithm algorithm = 1;
|
/frameworks/base/boot/ |
D | preloaded-classes | 4805 android.icu.util.IslamicCalendar$Algorithm
|
D | boot-image-profile.txt | 27192 Landroid/icu/util/IslamicCalendar$Algorithm;
|
/frameworks/base/config/ |
D | preloaded-classes | 4809 android.icu.util.IslamicCalendar$Algorithm
|
D | boot-image-profile.txt | 37326 Landroid/icu/util/IslamicCalendar$Algorithm;
|