Searched defs:implementation (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | KeyPairGeneratorPerfTest.java | 62 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp() 78 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
|
H A D | CipherPerfTest.java | 141 public void setUp(Mode mode, Padding padding, int keySize, Implementation implementation) in setUp() 179 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeEncrypt() 191 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeDecrypt()
|
H A D | SignaturePerfTest.java | 117 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign() 140 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify()
|
/aosp14/frameworks/base/tests/utils/testutils/java/android/app/test/ |
H A D | MockAnswerUtil.java | 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer() local
|
/aosp14/frameworks/base/core/java/android/hardware/display/ |
H A D | BrightnessCorrection.java | 56 private BrightnessCorrection(BrightnessCorrectionImplementation implementation) { in BrightnessCorrection() 77 BrightnessCorrectionImplementation implementation = in createScaleAndTranslateLog() local
|
/aosp14/system/core/trusty/keymaster/keymint/ |
H A D | TrustyKeyMintOperation.cpp | 44 TrustyKeyMintOperation::TrustyKeyMintOperation(shared_ptr<TrustyKeymaster> implementation, in TrustyKeyMintOperation()
|