Home
last modified time | relevance | path

Searched defs:template2 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DKeyTemplateProtoConverterTest.java40 KeyTemplate template2 = KeyTemplateProtoConverter.fromByteArray(bytes); in toByteArrayFromByteArray_sameValues() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DInlineScopeVMTestCase.java95 Template template2 = RuntimeSingleton.getTemplate( in testInlineScopeVM() local
H A DVelocimacroTestCase.java42 private String template2 = "#macro(bar $a)#set($a = $a + 1)$a#bar($a)#end#bar(0)"; field in VelocimacroTestCase
H A DMultipleFileResourcePathTestCase.java108 Template template2 = RuntimeSingleton.getTemplate( in testMultipleFileResources() local
H A DMultiLoaderTestCase.java163 Template template2 = Velocity.getTemplate("includeevent/test1-cp." + TMPL_FILE_EXT); in testMultiLoader() local
H A DStringResourceLoaderTestCase.java134 … Template template2 = RuntimeSingleton.getTemplate(getFileName(null, "multi2", TMPL_FILE_EXT)); in testMultipleTemplates() local
H A DIncludeEventHandlingTestCase.java128 Template template2 = RuntimeSingleton.getTemplate( in testIncludeEventHandling() local
/aosp_15_r20/external/tink/python/tink/daead/
H A D_deterministic_aead_wrapper_test.py72 def test_encrypt_decrypt_with_key_rotation(self, template1, template2): argument
/aosp_15_r20/external/tink/python/tink/aead/
H A D_aead_wrapper_test.py68 def test_encrypt_decrypt_with_key_rotation(self, template1, template2): argument
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
H A DKmsAeadKeyManagerTest.java84 KeyTemplate template2 = KeyTemplateProtoConverter.toProto(nonProtoTemplate2); in createKeyTemplate_multipleKeysWithSameKek() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeysetManagerTest.java689 com.google.crypto.tink.proto.KeyTemplate template2 = in testAdd_existingKeySet_shouldAddNewKey_proto() local