Home
last modified time | relevance | path

Searched defs:testSetup (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
H A DX25519HpkeKemTest.java72 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in encapsulate() local
94 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in decapsulate() local
196 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.BASE_MODE)).getTestSetup(); in encapsulate_failsWithInvalidMacAlgorithm() local
204 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.AUTH_MODE)).getTestSetup(); in authEncapsulate_failsWithInvalidMacAlgorithm() local
217 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.BASE_MODE)).getTestSetup(); in encapsulate_failsWithInvalidRecipientPublicKey() local
226 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.AUTH_MODE)).getTestSetup(); in authEncapsulate_failsWithInvalidRecipientPublicKey() local
318 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.BASE_MODE)).getTestSetup(); in decapsulate_failsWithInvalidMacAlgorithm() local
330 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.AUTH_MODE)).getTestSetup(); in authDecapsulate_failsWithInvalidMacAlgorithm() local
343 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.BASE_MODE)).getTestSetup(); in decapsulate_failsWithInvalidEncapsulatedPublicKey() local
357 HpkeTestSetup testSetup = testVectors.get(getDefaultTestId(HpkeUtil.AUTH_MODE)).getTestSetup(); in authDecapsulate_failsWithInvalidEncapsulatedPublicKey() local
H A DNistCurvesHpkeKemTest.java145 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in encapsulate_succeeds() local
169 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in authEncapsulate_succeeds() local
196 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in decapsulate_succeeds() local
226 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in authDecapsulate_succeeds() local
257 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in encapsulate_failsWithInvalidRecipientPublicKey() local
275 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in authEncapsulate_failsWithInvalidRecipientPublicKey() local
300 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in decapsulate_failsWithInvalidEncapsulatedPublicKey() local
323 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in authDecapsulate_failsWithInvalidEncapsulatedPublicKey() local
H A DHkdfHpkeKdfTest.java70 HpkeTestSetup testSetup = getTestSetup(mode, kemId, kdfId, aeadId); in testExtract() local
95 HpkeTestSetup testSetup = getTestSetup(mode, kemId, kdfId, aeadId); in testExpand() local
112 HpkeTestSetup testSetup = getTestSetup(mode, kemId, kdfId, aeadId); in testExtractAndExpand() local
217 HpkeTestSetup testSetup = in invalidMacAlgorithm() local
H A DHpkeContextTest.java66 HpkeTestSetup testSetup = testVector.getTestSetup(); in verifyContext() local
99 HpkeTestSetup testSetup = testVector.getTestSetup(); in testContext() local
139 HpkeTestSetup testSetup = testVector.getTestSetup(); in testSenderAndRecipientContexts() local
184 HpkeTestSetup testSetup = testVector.getTestSetup(); in testSenderAndRecipientAuthContexts() local
H A DHpkeKemKeyFactoryTest.java66 HpkeTestSetup testSetup = testVectors.get(testId).getTestSetup(); in createHpkePrivateKey() local
H A DChaCha20Poly1305HpkeAeadTest.java67 HpkeTestSetup testSetup = testVector.getTestSetup(); in testSealAndOpen() local
H A DAesGcmHpkeAeadTest.java67 HpkeTestSetup testSetup = testVector.getTestSetup(); in testSealAndOpen() local
/aosp_15_r20/external/testng/src/test/java/test/abstractconfmethod/foo/
H A DA.java5 public abstract void testSetup(); in testSetup() method in A
/aosp_15_r20/external/testng/src/test/java/test/abstractconfmethod/
H A DC.java10 public void testSetup() {} in testSetup() method in C
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudsearchdomain/src/test/java/software/amazon/awssdk/cloudsearchdomain/
H A DSearchRequestUnitTest.java52 public void testSetup() { in testSetup() method in SearchRequestUnitTest
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceSetupFuncTest.java69 public void testSetup() throws Exception { in testSetup() method in DeviceSetupFuncTest
DKnownFailurePreparerTest.java48 public void testSetup() throws Exception { in testSetup() method in KnownFailurePreparerTest
DInstallApkSetupTest.java77 public void testSetup() throws DeviceNotAvailableException, BuildError, TargetSetupError { in testSetup() method in InstallApkSetupTest
DAllTestAppsInstallSetupTest.java97 public void testSetup() throws Exception { in testSetup() method in AllTestAppsInstallSetupTest
DDeviceFlashPreparerTest.java135 public void testSetup() throws Exception { in testSetup() method in DeviceFlashPreparerTest
DInstallKernelModulePreparerTest.java113 public void testSetup() in testSetup() method in InstallKernelModulePreparerTest
DTestFilePushSetupTest.java104 public void testSetup() throws TargetSetupError, BuildError, DeviceNotAvailableException { in testSetup() method in TestFilePushSetupTest
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/
DTestUtil.java38 public static void testSetup(final Context context, final TestCase testCase) { in testSetup() method in TestUtil
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DCrtPlatform.java41 public void testSetup(Object context) {} in testSetup() method in CrtPlatform
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DHpkeTestUtil.java77 HpkeTestSetup testSetup = testSetupBuilder.build(); in parseTestVectors() local
/aosp_15_r20/external/aws-crt-java/android/crt/src/androidTest/java/software/amazon/awssdk/crt/test/android/
H A DCrtPlatformImpl.java50 public void testSetup(Object context) { in testSetup() method in CrtPlatformImpl
/aosp_15_r20/build/make/tools/rbcrun/
H A Dhost_test.go57 func testSetup(t *testing.T) *starlark.Thread { func
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepository.java95 …com.android.systemui.keyguard.shared.model.KeyguardState to, boolean testSetup, @org.jetbrains.ann… in emitInitialStepsFromOff()
/aosp_15_r20/external/aws-crt-java/src/test/android/testapp/src/androidTest/java/software/amazon/awssdk/crt/test/android/
H A DCrtPlatformImpl.java137 public void testSetup(Object context) { in testSetup() method in CrtPlatformImpl
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/http/
DHttpClientUtilsTest.java178 public void testSetup() throws Exception { in testSetup() method in HttpClientUtilsTest

12