Home
last modified time | relevance | path

Searched refs:runNamed (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/testing/src/main/java/tests/util/
DForEachRunner.java39 public static <T> void runNamed(Callback<T> callback, Iterable<Pair<String, T>> namesAndValues) in runNamed() method in ForEachRunner
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java1831 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_cipherSuites()
1857 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_supportedCurves()
1879 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_clientProtocolVersion()
1887 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_compressionMethods()
1896 ForEachRunner.runNamed(sslSocketFactory -> { in test_SSLSocket_ClientHello_SNI()