/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_handler_basic_unittest.cc | 46 HttpAuthHandlerBasic::Factory factory; in TEST() local 47 for (const auto& test : tests) { in TEST() local 104 HttpAuthHandlerBasic::Factory factory; in TEST() local 113 for (const auto& test : tests) { in TEST() local 204 HttpAuthHandlerBasic::Factory factory; in TEST() local 206 for (const auto& test : tests) { in TEST() local 226 HttpAuthHandlerBasic::Factory factory; in TEST() local
|
H A D | http_auth_handler_digest_unittest.cc | 58 auto factory = std::make_unique<HttpAuthHandlerDigest::Factory>(); in RespondToChallenge() local 403 auto factory = std::make_unique<HttpAuthHandlerDigest::Factory>(); in TEST() local 404 for (const auto& test : tests) { in TEST() local 648 auto factory = std::make_unique<HttpAuthHandlerDigest::Factory>(); in TEST() local 649 for (const auto& test : tests) { in TEST() local 673 auto factory = std::make_unique<HttpAuthHandlerDigest::Factory>(); in TEST() local
|
/aosp_15_r20/external/vogar/src/vogar/target/junit/junit3/ |
H A D | TestSuiteTransformer.java | 43 private final TestSuiteFactory<T> factory; field in TestSuiteTransformer 45 public TestSuiteTransformer(TestSuiteFactory<T> factory) { in TestSuiteTransformer() 49 public T transform(Class<?> suiteClass, Test test) { in transform() 55 private T transformTest(Test test, String defaultName, Description suiteDescription) { in transformTest() 76 Test test = testSuite.testAt(i); in transformSuite() local 82 private static Description makeDescription(Test test) { in makeDescription()
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
H A D | ArchiveStreamFactoryTest.java | 317 final TestData test = TESTS[i - 1]; in testEncodingInputStreamAutodetect() local 336 final TestData test = TESTS[i - 1]; in testEncodingInputStream() local 355 final TestData test = TESTS[i-1]; in testEncodingOutputStream() local 414 …ate ArchiveInputStream getInputStreamFor(final String resource, final ArchiveStreamFactory factory) in getInputStreamFor() 421 …eam getInputStreamFor(final String type, final String resource, final ArchiveStreamFactory factory) in getInputStreamFor() 429 …ivate ArchiveOutputStream getOutputStreamFor(final String type, final ArchiveStreamFactory factory) in getOutputStreamFor()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_session_pool_peer.cc | 32 namespace net::test { namespace 35 QuicSessionPool* factory) { in GetConfig() 41 QuicSessionPool* factory, in GetCryptoConfig() 47 QuicSessionPool* factory, in HasActiveSession() 59 bool QuicSessionPoolPeer::HasActiveJob(QuicSessionPool* factory, in HasActiveJob() 70 QuicSessionPool* factory, in GetPendingSession() 85 QuicSessionPool* factory, in GetActiveSession() 98 bool QuicSessionPoolPeer::IsLiveSession(QuicSessionPool* factory, in IsLiveSession() 109 QuicSessionPool* factory, in SetTaskRunner() 114 void QuicSessionPoolPeer::SetTickClock(QuicSessionPool* factory, in SetTickClock() [all …]
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/ |
H A D | BridgeMethodsHitAgainTest.java | 26 Factory factory(); in factory() method 30 ExtendedFactory factory(); in factory() method 34 int test(T value); in test() method 39 int test(String value); in test() method
|
/aosp_15_r20/libcore/ojluni/src/test/javax/xml/jaxp/transform/ |
H A D | XSLTExFuncTest.java | 90 XSLTExFuncTest test = new XSLTExFuncTest("OneTest"); in main() local 109 TransformerFactory factory = TransformerFactory.newInstance(); in testExtFunc() local 128 TransformerFactory factory = TransformerFactory.newInstance(); in testExtFuncNotAllowed() local 150 TransformerFactory factory = TransformerFactory.newInstance(); in testEnableExtFunc() local 188 TransformerFactory factory = TransformerFactory.newInstance(); in testTemplatesEnableExtFunc() local 215 boolean enableExtensionFunction(TransformerFactory factory) { in enableExtensionFunction() 225 …void transform(TransformerFactory factory) throws TransformerConfigurationException, TransformerEx… in transform()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.ext.junit-nodeps/android_common/aar/ |
D | androidx.test.ext.junit-nodeps.jar | ... /ext_junit_java_androidx_test_ext_junit-junit_kt.kotlin_module
androidx/
androidx/test/
androidx/test/ext/
androidx/test ... |
D | classes.jar | ... /ext_junit_java_androidx_test_ext_junit-junit_kt.kotlin_module
androidx/
androidx/test/
androidx/test/ext/
androidx/test ... |
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | JUnitTestSuiteAdapter.java | 23 private DOMTestSuite test; field in JUnitTestSuiteAdapter 25 public JUnitTestSuiteAdapter(DOMTestSuite test) { in JUnitTestSuiteAdapter() 32 DOMTestDocumentBuilderFactory factory = test.getFactory(); in addTest() local 48 TestCase test = new JUnitTestCaseAdapter((DOMTestCase) domtest); in addTest() local 53 TestSuite test = new JUnitTestSuiteAdapter((DOMTestSuite) domtest); in addTest() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | quic_test_server.cc | 22 namespace test { namespace 131 void SetSessionFactory(QuicTestServer::SessionFactory* factory) { in SetSessionFactory() 139 void SetStreamFactory(QuicTestServer::StreamFactory* factory) { in SetStreamFactory() 146 void SetCryptoStreamFactory(QuicTestServer::CryptoStreamFactory* factory) { in SetCryptoStreamFactory() 193 void QuicTestServer::SetSessionFactory(SessionFactory* factory) { in SetSessionFactory() 198 void QuicTestServer::SetSpdyStreamFactory(StreamFactory* factory) { in SetSpdyStreamFactory() 202 void QuicTestServer::SetCryptoStreamFactory(CryptoStreamFactory* factory) { in SetCryptoStreamFactory() 207 void QuicTestServer::SetEventLoopFactory(QuicEventLoopFactory* factory) { in SetEventLoopFactory() 212 QuicEventLoopFactory* factory = event_loop_factory_; in CreateEventLoop() local
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/ |
H A D | DetectCompressorTestCase.java | 47 final CompressorStreamFactory factory = new CompressorStreamFactory(); field in DetectCompressorTestCase 65 final CompressorStreamFactory factory; // ... when using this factory field in DetectCompressorTestCase.TestData 67 …TestData(final String name, final char[] names, final CompressorStreamFactory factory, final boole… in TestData() 258 final TestData test = tests[i]; in testMutiples() local 279 …te CompressorInputStream getStreamFor(final String resource, final CompressorStreamFactory factory) in getStreamFor()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | neteq_test_factory.cc | 47 namespace test { namespace 113 NetEqFactory* factory, in InitializeTestFromString() 126 NetEqFactory* factory, in InitializeTestFromFile() 156 NetEqFactory* factory, in InitializeTest()
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | MultipleOfValidatorTest.java | 49 void test() { in test() method in MultipleOfValidatorTest 50 JsonSchemaFactory factory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in test() local 65 JsonSchemaFactory factory = JsonSchemaFactory.getInstance(VersionFlag.V202012); in testTypeLoose() local
|
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/peerconnection/ |
H A D | peer_connection_factory_unittest.cc | 32 namespace test { namespace 69 auto factory = CreateModularPeerConnectionFactory(std::move(pcf_deps)); in CreateTestPCF() local 100 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> factory = in TEST() local
|
/aosp_15_r20/external/skia/dm/ |
H A D | DMGpuTestProcs.cpp | 99 GrContextFactory factory(options); in RunWithGaneshTestContexts() local 121 void RunWithGraphiteTestContexts(GraphiteTestFn* test, in RunWithGraphiteTestContexts() 125 ContextFactory factory(options); in RunWithGraphiteTestContexts() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestCheckCLDR.java | 192 static final Factory factory = testInfo.getCldrFactory(); field in TestCheckCLDR 383 CheckCLDR test = CheckCLDR.getCheckAll(factory, ".*"); in checkPlaceholders() local 463 CheckCLDR test = CheckCLDR.getCheckAll(factory, INDIVIDUAL_TESTS); in TestFullErrors() local 490 CheckCLDR test = CheckCLDR.getCheckAll(factory, INDIVIDUAL_TESTS); in TestAllLocales() local 515 CheckCLDR test = CheckCLDR.getCheckAll(factory, INDIVIDUAL_TESTS); in TestA() local 524 CheckCLDR test, String localeID, String dummyValue, Set<String> unique) { in checkLocale() 529 CheckCLDR test, CLDRFile nativeFile, String dummyValue, Set<String> unique) { in checkLocale() 745 TestFactory factory = new TestFactory(); in makeTestFactory() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/ |
H A D | UnicodePropertySymbolTable.java | 30 final UnicodeProperty.Factory factory; field in UnicodePropertySymbolTable 32 public UnicodePropertySymbolTable(UnicodeProperty.Factory factory) { in UnicodePropertySymbolTable() 261 public boolean test(Object value) { in test() method in UnicodePropertySymbolTable.ComparisonMatcher
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Fence.cpp | 21 FenceNV::FenceNV(rx::GLImplFactory *factory) in FenceNV() 46 angle::Result FenceNV::test(const Context *context, GLboolean *outResult) in test() function in gl::FenceNV 66 Sync::Sync(rx::GLImplFactory *factory, SyncID id) in Sync()
|
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
H A D | BazelXmlResultReporter.java | 124 public void testStarted(TestDescription test) { in testStarted() 129 public void testStarted(TestDescription test, long startTime) { in testStarted() 134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 139 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 144 public void testFailed(TestDescription test, String trace) { in testFailed() 149 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 154 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 159 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 164 public void testIgnored(TestDescription test) { in testIgnored() 175 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); in writeXmlFile() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | handle_passing_unittest.cc | 19 namespace test { namespace 198 sample::FactoryPtr factory; in TEST_P() local 233 sample::FactoryPtr factory; in TEST_P() local 255 sample::FactoryPtr factory; in TEST_P() local 290 sample::FactoryPtr factory; in TEST_P() local
|
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | AdaptivePlaybackTest.java | 94 public static Iterable<Codec> H264(CodecFactory factory) { in H264() 102 public static Iterable<Codec> HEVC(CodecFactory factory) { in HEVC() 110 public static Iterable<Codec> Mpeg2(CodecFactory factory) { in Mpeg2() 117 public static Iterable<Codec> H263(CodecFactory factory) { in H263() 124 public static Iterable<Codec> Mpeg4(CodecFactory factory) { in Mpeg4() 132 public static Iterable<Codec> VP8(CodecFactory factory) { in VP8() 140 public static Iterable<Codec> VP9(CodecFactory factory) { in VP9() 148 public static Iterable<Codec> AV1(CodecFactory factory) { in AV1() 363 private void ex(Iterable<Codec> codecList, MediaTest test) { in ex()
|
/aosp_15_r20/external/skia/tools/skqp/src/ |
H A D | skqp_GpuTestProcs.cpp | 108 sk_gpu_test::GrContextFactory factory(options); in RunWithGaneshTestContexts() local 125 void RunWithGraphiteTestContexts(GraphiteTestFn* test, in RunWithGraphiteTestContexts() 129 ContextFactory factory(options); in RunWithGraphiteTestContexts() local
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | end2end_test_fuzzer.cc | 56 absl::AnyInvocable<std::unique_ptr<CoreEnd2endTest>() const> factory; in RunEnd2endFuzzer() member 70 for (const auto& test : all_tests) { in RunEnd2endFuzzer() local 115 auto test = tests[test_id].factory(); in RunEnd2endFuzzer() local
|
/aosp_15_r20/external/skia/tools/testrunners/unit/ |
H A D | BazelUnitTestRunner.cpp | 115 sk_gpu_test::GrContextFactory factory(options); in RunWithGaneshTestContexts() local 160 for (skiatest::Test test : skiatest::TestRegistry::Range()) { in main() local 177 for (skiatest::Test test : skiatest::TestRegistry::Range()) { in main() local
|