Home
last modified time | relevance | path

Searched defs:TestServer (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/
Dtest.go26 type TestServer struct { struct
27 signer string
28 gosum func(path, vers string) ([]byte, error)
30 mu sync.Mutex
31 hashes testHashes
32 records [][]byte
33 lookup map[string]int64
47 func (s *TestServer) Signed(ctx context.Context) ([]byte, error) {
64 func (s *TestServer) ReadRecords(ctx context.Context, id, n int64) ([][]byte, error) {
78 func (s *TestServer) Lookup(ctx context.Context, m module.Version) (int64, error) {
[all …]
/aosp_15_r20/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpServerTest.java62 public static class TestServer extends NanoHTTPD { class in HttpServerTest
82 public TestServer() { in TestServer() method in HttpServerTest.TestServer
86 public TestServer(int port) { in TestServer() method in HttpServerTest.TestServer
/aosp_15_r20/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DShutdownTest.java50 private class TestServer extends NanoHTTPD { class in ShutdownTest
52 public TestServer() { in TestServer() method in ShutdownTest.TestServer
H A DPutStreamIntegrationTest.java52 public static class TestServer extends NanoHTTPD { class in PutStreamIntegrationTest
54 public TestServer() { in TestServer() method in PutStreamIntegrationTest.TestServer
H A DGZipIntegrationTest.java58 public static class TestServer extends NanoHTTPD { class in GZipIntegrationTest
62 public TestServer() { in TestServer() method in GZipIntegrationTest.TestServer
H A DGetAndPostIntegrationTest.java67 public static class TestServer extends NanoHTTPD { class in GetAndPostIntegrationTest
71 public TestServer() { in TestServer() method in GetAndPostIntegrationTest.TestServer
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
H A DStandaloneInProcessTransportTest.java101 private final class TestServer implements InternalServer { class in StandaloneInProcessTransportTest
106 TestServer(List<ServerStreamTracer.Factory> streamTracerFactories) { in TestServer() method in StandaloneInProcessTransportTest.TestServer
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DTestServer.java37 public class TestServer { class
72 private TestServer() { in TestServer() method in TestServer
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dstream_leak_with_queued_flow_control_update_test.cc44 class TestServer { class
46 explicit TestServer(grpc_completion_queue* cq, in TestServer() function in __anonfb27cbf90111::TestServer
H A Dremove_stream_from_stalled_lists_test.cc147 class TestServer { class
149 explicit TestServer() { in TestServer() function in __anon287739970111::TestServer
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/
H A Dalts_concurrent_connectivity_test.cc130 class TestServer { class
132 TestServer() { in TestServer() function in __anon029694530111::TestServer
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionTest.java452 class TestServer implements Runnable { class in SSLSessionTest
472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() method in SSLSessionTest.TestServer
H A DSSLSocketTest.java521 class TestServer implements Runnable { class in SSLSocketTest
539 public TestServer(boolean provideKeys, String keys) { in TestServer() method in SSLSocketTest.TestServer
H A DHandshakeCompletedEventTest.java379 class TestServer implements Runnable { class in HandshakeCompletedEventTest
397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() method in HandshakeCompletedEventTest.TestServer
/aosp_15_r20/external/bazelbuild-rules_python/examples/build_file_generation/
H A D__test__.py20 class TestServer(unittest.TestCase): class
/aosp_15_r20/external/angle/build/android/pylib/base/
H A Dtest_server.py6 class TestServer: class
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A Dtest_server.py6 class TestServer: class
/aosp_15_r20/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
H A DTestSupport.java67 interface TestServer { interface
/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
H A DChannelzTestHelper.java120 static final class TestServer implements InternalInstrumented<ServerStats> { class in ChannelzTestHelper
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httptest/
Dserver_test.go36 func TestServer(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
Dall_test.go111 func TestServer(t *testing.T) { func
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dtest_network_data.py1089 class TestServer(unittest.TestCase): class
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dserver_test.py251 class TestServer(AioTestBase): class
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2852 class TestServer(unittest.TestCase): class
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dlibcore-crypto-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12