Home
last modified time | relevance | path

Searched full:testutils (Results 1 – 25 of 997) sorted by relevance

12345678910>>...40

/external/icu/icu4c/source/test/intltest/
Dmessageformat2test_fromjson.cpp45 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
50 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
55 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
61 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
67 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
74 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
82 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
85 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
93 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
99 TestUtils::runTestCase(*this, test, errorCode); in jsonTests()
[all …]
Dmessageformat2test_features.cpp36 TestUtils::runTestCase(*this, testBuilder.setPattern("") in testEmptyMessage()
42 TestUtils::runTestCase(*this, testBuilder.setPattern("Hello World!") in testPlainText()
48 TestUtils::runTestCase(*this, testBuilder.setPattern("Hello, {$userName}!") in testPlaceholders()
72 TestUtils::runTestCase(*this, test, errorCode); in testArgumentMissing()
81 TestUtils::runTestCase(*this, test, errorCode); in testArgumentMissing()
88 TestUtils::runTestCase(*this, test, errorCode); in testArgumentMissing()
96 TestUtils::runTestCase(*this, test, errorCode); in testArgumentMissing()
120 TestUtils::runTestCase(*this, test, errorCode); in testDefaultLocale()
124 TestUtils::runTestCase(*this, test, errorCode); in testDefaultLocale()
133 TestUtils::runTestCase(*this, test, errorCode); in testDefaultLocale()
[all …]
Dmessageformat2test_builtin.cpp41 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
58 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
64 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
70 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
76 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
82 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
88 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
98 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
105 TestUtils::runTestCase(*this, test, errorCode); in testDateTime()
124 TestUtils::runTestCase(*this, test, errorCode); in testNumbers()
[all …]
Dmessageformat2test_custom.cpp48 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
55 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
64 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
71 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
78 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
85 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
92 TestUtils::runTestCase(*this, test, errorCode); in testPersonFormatter()
146 TestUtils::runTestCase(*this, test, errorCode); in testCustomFunctionsComplexMessage()
155 TestUtils::runTestCase(*this, test, errorCode); in testCustomFunctionsComplexMessage()
164 TestUtils::runTestCase(*this, test, errorCode); in testCustomFunctionsComplexMessage()
[all …]
Dmessageformat2test_icu.cpp35 TestUtils::runTestCase(*this, testBuilder.setPattern("There are {$count} files on {$where}") in testSample()
43TestUtils::runTestCase(*this, testBuilder.setPattern("At {$when :time style=medium} on {$when :dat… in testStaticFormat()
60 TestUtils::runTestCase(*this, test, errorCode); in testSimpleFormat()
65 TestUtils::runTestCase(*this, test, errorCode); in testSimpleFormat()
70 TestUtils::runTestCase(*this, test, errorCode); in testSimpleFormat()
84 TestUtils::runTestCase(*this, test, errorCode); in testSelectFormatToPattern()
90 TestUtils::runTestCase(*this, test, errorCode); in testSelectFormatToPattern()
96 TestUtils::runTestCase(*this, test, errorCode); in testSelectFormatToPattern()
133 TestUtils::runTestCase(*this, test, errorCode); in testMf1Behavior()
141 TestUtils::runTestCase(*this, test, errorCode); in testMf1Behavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DMf2FeaturesTest.java39 TestUtils.runTestCase(new TestCase.Builder() in testEmptyMessage()
48 TestUtils.runTestCase(new TestCase.Builder() in testPlainText()
57 TestUtils.runTestCase(new TestCase.Builder() in testPlaceholders()
70 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
75 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
80 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
85 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
99 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
104 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
113 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
[all …]
DCustomFormatterPersonTest.java107 TestUtils.runTestCase(new TestCase.Builder() in testCustomFunctions()
113 TestUtils.runTestCase(new TestCase.Builder() in testCustomFunctions()
119 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
124 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
129 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
134 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
139 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
173 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
178 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
183 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
[all …]
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/message2/
DMf2FeaturesTest.java36 TestUtils.runTestCase(new TestCase.Builder() in testEmptyMessage()
45 TestUtils.runTestCase(new TestCase.Builder() in testPlainText()
54 TestUtils.runTestCase(new TestCase.Builder() in testPlaceholders()
67 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
72 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
77 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
82 TestUtils.runTestCase(new TestCase.Builder() in testArgumentMissing()
96 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
101 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
110 TestUtils.runTestCase(new TestCase.Builder() in testDefaultLocale()
[all …]
/external/tink/kokoro/
Drun_tests.sh45 ./kokoro/testutils/run_bazel_tests.sh "cc"
50 ./kokoro/testutils/run_bazel_tests.sh -t --test_arg=--test.v "go"
55 ./kokoro/testutils/run_bazel_tests.sh "python"
60 ./kokoro/testutils/run_bazel_tests.sh "tools"
72 ./kokoro/testutils/run_bazel_tests.sh "java_src" "${MANUAL_JAVA_TARGETS[@]}"
77 ./kokoro/testutils/run_bazel_tests.sh "cc/examples"
91 ./kokoro/testutils/run_bazel_tests.sh "java_src/examples" \
98 ./kokoro/testutils/install_tink_via_pip.sh "${PWD}/python" "${PWD}"
121 ./kokoro/testutils/run_bazel_tests.sh "python/examples" \
148 source ./kokoro/testutils/install_protoc.sh
[all …]
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java31 import io.grpc.internal.testing.TestUtils;
96 TestUtils.installConscryptIfAvailable(); in loadConscrypt()
162 File serverCertFile = TestUtils.loadCert("server1.pem"); in basicClientServerIntegrationTest()
163 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in basicClientServerIntegrationTest()
165 TestUtils.loadX509Cert("ca.pem") in basicClientServerIntegrationTest()
173 File clientCertChainFile = TestUtils.loadCert("client.pem"); in basicClientServerIntegrationTest()
174 File clientPrivateKeyFile = TestUtils.loadCert("client.key"); in basicClientServerIntegrationTest()
176 TestUtils.loadX509Cert("ca.pem") in basicClientServerIntegrationTest()
196 File serverCertFile = TestUtils.loadCert("server1.pem"); in clientRejectedMismatchedHostname()
197 File serverPrivateKeyFile = TestUtils.loadCert("server1.key"); in clientRejectedMismatchedHostname()
[all …]
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/
DCommonSuperclassTest.java61 TestUtils.makeClassDef("Ljava/lang/Object;", null), in CommonSuperclassTest()
62 TestUtils.makeClassDef("Ltest/one;", "Ljava/lang/Object;"), in CommonSuperclassTest()
63 TestUtils.makeClassDef("Ltest/two;", "Ljava/lang/Object;"), in CommonSuperclassTest()
64 TestUtils.makeClassDef("Ltest/onetwo;", "Ltest/one;"), in CommonSuperclassTest()
65 TestUtils.makeClassDef("Ltest/onetwothree;", "Ltest/onetwo;"), in CommonSuperclassTest()
66 TestUtils.makeClassDef("Ltest/onethree;", "Ltest/one;"), in CommonSuperclassTest()
67 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"), in CommonSuperclassTest()
68 TestUtils.makeClassDef("Ltest/fivetwothree;", "Ltest/fivetwo;"), in CommonSuperclassTest()
69 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"), in CommonSuperclassTest()
70 TestUtils.makeInterfaceDef("Ljava/lang/Cloneable;"), in CommonSuperclassTest()
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DUncheckTest.java91 TestUtils.compareAndSetThrowsIO(ref1, t); in testAcceptIOBiConsumerOfTUTU()
92 TestUtils.compareAndSetThrowsIO(ref2, u); in testAcceptIOBiConsumerOfTUTU()
103 …assertThrows(UncheckedIOException.class, () -> Uncheck.accept(TestUtils.throwingIOConsumer(), null… in testAcceptIOConsumerOfTT()
104 Uncheck.accept(t -> TestUtils.compareAndSetThrowsIO(ref1, t), "new1"); in testAcceptIOConsumerOfTT()
115 TestUtils.compareAndSetThrowsIO(ref1, t); in testAcceptIOTriConsumerOfTUVTUV()
116 TestUtils.compareAndSetThrowsIO(ref2, u); in testAcceptIOTriConsumerOfTUVTUV()
117 TestUtils.compareAndSetThrowsIO(ref3, v); in testAcceptIOTriConsumerOfTUVTUV()
163 TestUtils.compareAndSetThrowsIO(ref1, t); in testApplyIOBiFunctionOfTURTU()
164 TestUtils.compareAndSetThrowsIO(ref2, u); in testApplyIOBiFunctionOfTURTU()
177 Uncheck.apply(t -> TestUtils.compareAndSetThrowsIO(ref1, t), "new1"); in testApplyIOFunctionOfTRT()
[all …]
DIOConsumerTest.java68 …assertThrows(UncheckedIOException.class, () -> Optional.of("a").ifPresent(TestUtils.throwingIOCons… in testAsConsumer()
77 IOConsumer.forAll(TestUtils.throwingIOConsumer(), (String[]) null); in testForAllArrayOf1()
79 … assertThrows(IOExceptionList.class, () -> IOConsumer.forAll(TestUtils.throwingIOConsumer(), "1")); in testForAllArrayOf1()
89 IOConsumer.forAll(TestUtils.throwingIOConsumer(), (String[]) null); in testForAllArrayOf2()
91 …assertThrows(IOExceptionList.class, () -> IOConsumer.forAll(TestUtils.throwingIOConsumer(), "1", "… in testForAllArrayOf2()
101 IOConsumer.forAll(TestUtils.throwingIOConsumer(), (Iterable<Object>) null); in testForAllIterableOf1()
103 …assertThrows(IOExceptionList.class, () -> IOConsumer.forAll(TestUtils.throwingIOConsumer(), Arrays… in testForAllIterableOf1()
113 IOConsumer.forAll(TestUtils.throwingIOConsumer(), (Iterable<Object>) null); in testForAllIterableOf2()
115 …assertThrows(IOExceptionList.class, () -> IOConsumer.forAll(TestUtils.throwingIOConsumer(), Arrays… in testForAllIterableOf2()
125 IOConsumer.forAll(TestUtils.throwingIOConsumer(), (Stream<Object>) null); in testForAllStreamOf1()
[all …]
DEraseTest.java43 … assertThrows(IOException.class, () -> Erase.accept(TestUtils.throwingIOBiConsumer(), null, 1)); in testAcceptIOBiConsumerOfTUTU()
50 assertThrows(IOException.class, () -> Erase.accept(TestUtils.throwingIOConsumer(), 1)); in testAcceptIOConsumerOfTT()
56 …assertThrows(IOException.class, () -> Erase.apply(TestUtils.throwingIOBiFunction(), 1, Boolean.TRU… in testApplyIOBiFunctionOfQsuperTQsuperUQextendsRTU()
62 assertThrows(IOException.class, () -> Erase.apply(TestUtils.throwingIOFunction(), 1)); in testApplyIOFunctionOfQsuperTQextendsRT()
70 …assertThrows(IOException.class, () -> Erase.compare(TestUtils.throwingIOComparator(), null, null)); in testCompare()
76 assertThrows(IOException.class, () -> Erase.get(TestUtils.throwingIOSupplier())); in testGet()
88 assertThrows(IOException.class, () -> Erase.run(TestUtils.throwingIORunnable())); in testRun()
94 assertThrows(IOException.class, () -> Erase.test(TestUtils.throwingIOPredicate(), 1)); in testTest()
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEndpointFactory.java54 Provider provider = TestUtils.getJdkProvider(); in newJdkFactories()
55 SSLContext clientContext = TestUtils.newClientSslContext(provider); in newJdkFactories()
56 SSLContext serverContext = TestUtils.newServerSslContext(provider); in newJdkFactories()
64 Provider provider = TestUtils.getConscryptProvider(); in newConscryptFactories()
65 SSLContext clientContext = TestUtils.newClientSslContext(provider); in newConscryptFactories()
66 SSLContext serverContext = TestUtils.newServerSslContext(provider); in newConscryptFactories()
70 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories()
71 TestUtils.setUseEngineSocket(serverFactory, useEngineSocket); in newConscryptFactories()
72 TestUtils.setUseEngineSocket(serverSocketFactory, useEngineSocket); in newConscryptFactories()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/
DSessionPlayerConnectorTest.java23 import static com.google.android.exoplayer2.ext.media2.TestUtils.assertPlayerResult;
24 import static com.google.android.exoplayer2.ext.media2.TestUtils.assertPlayerResultSuccess;
93 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in play_onceWithAudioResource_changesPlayerStateToPlaying()
126 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in play_onceWithAudioResourceOnMainThread_notifiesOnPlayerStateChanged()
194 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in setMediaItem_withAudioResource_notifiesOnPlaybackCompleted()
218 TestUtils.loadResource(R.raw.video_desks, sessionPlayerConnector); in setMediaItem_withVideoResource_notifiesOnPlaybackCompleted()
248 TestUtils.loadResource(R.raw.video_desks, sessionPlayerConnector); in getDuration_afterPrepared_returnsDuration()
284 sessionPlayerConnector.setMediaItem(TestUtils.createMediaItem(R.raw.video_big_buck_bunny)); in play_withDataSourceCallback_changesPlayerState()
353 TestUtils.loadResource(R.raw.video_big_buck_bunny, sessionPlayerConnector); in seekTo_withSeriesOfSeek_succeeds()
378 sessionPlayerConnector.setMediaItem(TestUtils.createMediaItem(R.raw.video_big_buck_bunny)); in seekTo_skipsUnnecessarySeek()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/
DSessionPlayerConnectorTest.java23 import static com.google.android.exoplayer2.ext.media2.TestUtils.assertPlayerResult;
24 import static com.google.android.exoplayer2.ext.media2.TestUtils.assertPlayerResultSuccess;
93 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in play_onceWithAudioResource_changesPlayerStateToPlaying()
126 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in play_onceWithAudioResourceOnMainThread_notifiesOnPlayerStateChanged()
194 TestUtils.loadResource(R.raw.audio, sessionPlayerConnector); in setMediaItem_withAudioResource_notifiesOnPlaybackCompleted()
218 TestUtils.loadResource(R.raw.video_desks, sessionPlayerConnector); in setMediaItem_withVideoResource_notifiesOnPlaybackCompleted()
248 TestUtils.loadResource(R.raw.video_desks, sessionPlayerConnector); in getDuration_afterPrepared_returnsDuration()
284 sessionPlayerConnector.setMediaItem(TestUtils.createMediaItem(R.raw.video_big_buck_bunny)); in play_withDataSourceCallback_changesPlayerState()
353 TestUtils.loadResource(R.raw.video_big_buck_bunny, sessionPlayerConnector); in seekTo_withSeriesOfSeek_succeeds()
378 sessionPlayerConnector.setMediaItem(TestUtils.createMediaItem(R.raw.video_big_buck_bunny)); in seekTo_skipsUnnecessarySeek()
[all …]
/external/aws-eventstream-java/src/test/java/software/amazon/eventstream/
DMessageDecoderTest.java23 TestUtils utils = new TestUtils(SEED); in testDecoder()
46 TestUtils utils = new TestUtils(SEED); in testDecoder_WithOffset()
74 TestUtils utils = new TestUtils(SEED); in preludeFedFirst_DecodesCorrectly()
105 TestUtils utils = new TestUtils(SEED); in preludeFedInParts_DecodesCorrectly()
141 TestUtils utils = new TestUtils(SEED); in bufferNeedsToGrow()
164 TestUtils utils = new TestUtils(SEED); in multipleMessagesDoesNotGrowBuffer()
188 TestUtils utils = new TestUtils(SEED); in multipleLargeMessages_GrowsBufferAsNeeded()
/external/conscrypt/common/src/test/java/org/conscrypt/
DHpkeTestVectorsTest.java24 import static org.conscrypt.TestUtils.decodeHex;
25 import static org.conscrypt.TestUtils.encodeHex;
143 final List<String[]> data = TestUtils.readCsvResource(TEST_DATA_ENCRYPTION); in getHpkeEncryptionRecords()
150 record.info = TestUtils.decodeHex(line[HPKE_INFO]); in getHpkeEncryptionRecords()
178 final List<String[]> data = TestUtils.readCsvResource(TEST_DATA_EXPORT); in getHpkeSecretExportRecords()
243 + ", aead=" + hpkeSuite.getAead() + ", info=" + TestUtils.encodeHex(info) in toString()
244 + ", skRm=" + TestUtils.encodeHex(skRm.getEncoded()) + ", skEm=" in toString()
245 + TestUtils.encodeHex(skEm) + ", pkRm=" + TestUtils.encodeHex(pkRm.getEncoded()) in toString()
246 + ", pkEm=" + TestUtils.encodeHex(pkEm) + ", encryptions=" + encryptions + '}'; in toString()
258 + "aad=" + TestUtils.encodeHex(aad) + ", ct=" + TestUtils.encodeHex(ct) in toString()
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DHpkeTestVectorsTest.java25 import static com.android.org.conscrypt.TestUtils.decodeHex;
26 import static com.android.org.conscrypt.TestUtils.encodeHex;
147 final List<String[]> data = TestUtils.readCsvResource(TEST_DATA_ENCRYPTION); in getHpkeEncryptionRecords()
154 record.info = TestUtils.decodeHex(line[HPKE_INFO]); in getHpkeEncryptionRecords()
182 final List<String[]> data = TestUtils.readCsvResource(TEST_DATA_EXPORT); in getHpkeSecretExportRecords()
247 + ", aead=" + hpkeSuite.getAead() + ", info=" + TestUtils.encodeHex(info) in toString()
248 + ", skRm=" + TestUtils.encodeHex(skRm.getEncoded()) + ", skEm=" in toString()
249 + TestUtils.encodeHex(skEm) + ", pkRm=" + TestUtils.encodeHex(pkRm.getEncoded()) in toString()
250 + ", pkEm=" + TestUtils.encodeHex(pkEm) + ", encryptions=" + encryptions + '}'; in toString()
262 + "aad=" + TestUtils.encodeHex(aad) + ", ct=" + TestUtils.encodeHex(ct) in toString()
[all …]
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
DCustomFormatterPersonTest.java104 TestUtils.runTestCase(new TestCase.Builder() in testCustomFunctions()
110 TestUtils.runTestCase(new TestCase.Builder() in testCustomFunctions()
116 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
121 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
126 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
131 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
136 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctions()
170 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
175 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
180 TestUtils.runTestCase(CUSTOM_FUNCTION_REGISTRY, new TestCase.Builder() in testCustomFunctionsComplexMessage()
[all …]
/external/bazelbuild-rules_python/examples/bzlmod/
Dgazelle_python.yaml392 pylint.testutils: pylint
393 pylint.testutils.checker_test_case: pylint
394 pylint.testutils.configuration_test: pylint
395 pylint.testutils.constants: pylint
396 pylint.testutils.decorator: pylint
397 pylint.testutils.functional: pylint
398 pylint.testutils.functional.find_functional_tests: pylint
399 pylint.testutils.functional.lint_module_output_update: pylint
400 pylint.testutils.functional.test_file: pylint
401 pylint.testutils.functional_test_file: pylint
[all …]
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
Dgazelle_python.yaml393 pylint.testutils: pylint
394 pylint.testutils.checker_test_case: pylint
395 pylint.testutils.configuration_test: pylint
396 pylint.testutils.constants: pylint
397 pylint.testutils.decorator: pylint
398 pylint.testutils.functional: pylint
399 pylint.testutils.functional.find_functional_tests: pylint
400 pylint.testutils.functional.lint_module_output_update: pylint
401 pylint.testutils.functional.test_file: pylint
402 pylint.testutils.functional_test_file: pylint
[all …]
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEndpointFactory.java52 Provider provider = TestUtils.getConscryptProvider(); in newConscryptFactories()
53 SSLContext clientContext = TestUtils.newClientSslContext(provider); in newConscryptFactories()
54 SSLContext serverContext = TestUtils.newServerSslContext(provider); in newConscryptFactories()
58 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories()
59 TestUtils.setUseEngineSocket(serverFactory, useEngineSocket); in newConscryptFactories()
60 TestUtils.setUseEngineSocket(serverSocketFactory, useEngineSocket); in newConscryptFactories()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DRenegotiationTest.java63 private static final byte[] MESSAGE_BYTES = "Hello".getBytes(TestUtils.UTF_8);
133 SSLContext context = TestUtils.newContext(TestUtils.getConscryptProvider()); in newConscryptClientContext()
134 return TestUtils.initSslContext(context, TestKeyStore.getClient()); in newConscryptClientContext()
138 SSLContext context = TestUtils.newContext(TestUtils.getJdkProvider()); in newJdkServerContext()
139 return TestUtils.initSslContext(context, TestKeyStore.getServer()); in newJdkServerContext()
151 TestUtils.getLoopbackAddress(), port); in Client()
152 socket.setEnabledProtocols(TestUtils.getCommonProtocolSuites()); in Client()
153 socket.setEnabledCipherSuites(TestUtils.getCommonCipherSuites()); in Client()
232 new LinkedHashSet<String>(Arrays.asList(TestUtils.getCommonCipherSuites()));
240 serverChannel.socket().bind(new InetSocketAddress(TestUtils.getLoopbackAddress(), 0));
[all …]

12345678910>>...40