Home
last modified time | relevance | path

Searched defs:verifyTest (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dverify_test.go29 type verifyTest struct { struct
30 name string
31 leaf string
32 intermediates []string
33 roots []string
34 currentTime int64
35 dnsName string
36 systemSkip bool
37 systemLax bool
38 keyUsages []ExtKeyUsage
[all …]
/aosp_15_r20/external/sdk-platform-java/showcase/grpc-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/
H A DTestingGrpc.java365 default void verifyTest(com.google.showcase.v1beta1.VerifyTestRequest request, in verifyTest() method
456 public void verifyTest(com.google.showcase.v1beta1.VerifyTestRequest request, in verifyTest() method in TestingGrpc.TestingStub
530 …public com.google.showcase.v1beta1.VerifyTestResponse verifyTest(com.google.showcase.v1beta1.Verif… in verifyTest() method in TestingGrpc.TestingBlockingStub
610 …common.util.concurrent.ListenableFuture<com.google.showcase.v1beta1.VerifyTestResponse> verifyTest( in verifyTest() method in TestingGrpc.TestingFutureStub
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DCapturedActivity.java316 public void verifyTest(ISurfaceValidatorTestCase testCase, TestName name) throws Throwable { in verifyTest() method in CapturedActivity
327 public void verifyTest(ISurfaceValidatorTestCase testCase, TestName name, in verifyTest() method in CapturedActivity
H A DASurfaceControlTestActivity.java120 public void verifyTest(SurfaceHolder.Callback surfaceHolderCallback, in verifyTest() method in ASurfaceControlTestActivity
125 public void verifyTest(SurfaceHolder.Callback surfaceHolderCallback, in verifyTest() method in ASurfaceControlTestActivity
/aosp_15_r20/external/sdk-platform-java/showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/
H A DMockTestingImpl.java207 public void verifyTest( in verifyTest() method in MockTestingImpl
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceControlTest.java278 private void verifyTest(SurfaceHolder.Callback callback, PixelChecker pixelChecker) { in verifyTest() method in SurfaceControlTest
282 private void verifyTest(SurfaceHolder.Callback callback, PixelChecker pixelChecker, in verifyTest() method in SurfaceControlTest
H A DASurfaceControlTest.java321 private void verifyTest(BasicSurfaceHolderCallback callback, PixelChecker pixelChecker) { in verifyTest() method in ASurfaceControlTest
/aosp_15_r20/external/sdk-platform-java/showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/
H A DTestingClient.java679 public final VerifyTestResponse verifyTest(VerifyTestRequest request) { in verifyTest() method in TestingClient
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationVisitUrisTest.java182 public void verifyTest() { in verifyTest() method in NotificationVisitUrisTest