Home
last modified time | relevance | path

Searched defs:implementation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DKeyPairGeneratorPerfTest.java62 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 DCipherPerfTest.java141 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 DSignaturePerfTest.java117 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 DMockAnswerUtil.java41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer() local
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DBrightnessCorrection.java56 private BrightnessCorrection(BrightnessCorrectionImplementation implementation) { in BrightnessCorrection()
77 BrightnessCorrectionImplementation implementation = in createScaleAndTranslateLog() local
/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp44 TrustyKeyMintOperation::TrustyKeyMintOperation(shared_ptr<TrustyKeymaster> implementation, in TrustyKeyMintOperation()