/aosp_15_r20/frameworks/av/services/mediaresourcemanager/test/ |
H A D | ResourceManagerServiceTestUtils.h | 125 struct TestClient : public BnResourceManagerClient { struct 126 TestClient(int pid, int uid, int32_t clientImportance, in TestClient() argument 133 .id = getId(ref<TestClient>()), in reclaimResource() argument 153 virtual ~TestClient() {} in ~TestClient() argument 165 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | ClientManagerTest.cpp | 28 struct TestClient { struct 29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() function 42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; argument
|
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/fuzzer/ |
H A D | mediaresourcemanager_fuzzer.cpp | 137 struct TestClient : public BnResourceManagerClient { struct 138 TestClient(int pid, int uid, const shared_ptr<ResourceManagerService>& service) in TestClient() function 144 .id = getId(ref<TestClient>()), in reclaimResource() argument 157 virtual ~TestClient() {} in ~TestClient() argument 164 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
|
/aosp_15_r20/development/python-packages/fetchartifact/tests/ |
H A D | test_fetchartifact.py | 37 async def fixture_android_ci_client(aiohttp_client: type[TestClient]) -> TestClient: 48 async def test_fetch_artifact(android_ci_client: TestClient) -> None: 59 async def test_fetch_artifact_chunked(android_ci_client: TestClient) -> None: 74 async def test_failure_raises(android_ci_client: TestClient) -> None: 114 async def test_downloader_progress_reports(android_ci_client: TestClient) -> None:
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/test_helpers/ |
D | test_client.rs | 12 pub(crate) struct TestClient { struct 17 impl TestClient { argument
|
/aosp_15_r20/external/perfetto/src/traced_relay/ |
H A D | socket_relay_handler_unittest.cc | 40 struct TestClient { struct 41 RawSocketPair endpoint_sockets; 42 std::minstd_rand0 data_prng; 43 std::thread client_thread;
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_asyncore.py | 524 class TestClient(BaseClient): class 578 class TestClient(BaseClient): class 594 class TestClient(BaseClient): class 606 class TestClient(BaseClient): class 632 class TestClient(BaseClient): class 670 class TestClient(BaseClient): class 686 class TestClient(BaseClient): class
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_asyncore.py | 537 class TestClient(BaseClient): class 567 class TestClient(BaseClient): class 583 class TestClient(BaseClient): class 595 class TestClient(BaseClient): class 625 class TestClient(BaseClient): class 640 class TestClient(BaseClient): class
|
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/client/builder/ |
H A D | FipsPseudoRegionTest.java | 105 private static class TestClient { class in FipsPseudoRegionTest 108 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in FipsPseudoRegionTest.TestClient
|
H A D | DefaultsModeTest.java | 148 private static class TestClient { class in DefaultsModeTest 151 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultsModeTest.TestClient
|
H A D | DefaultAwsClientBuilderTest.java | 264 private static class TestClient { class in DefaultAwsClientBuilderTest 267 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultAwsClientBuilderTest.TestClient
|
/aosp_15_r20/cts/tests/tests/webkit/src/android/webkit/cts/ |
H A D | WebViewClientTest.java | 501 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestParams() class 502 public TestClient() { in testShouldInterceptRequestParams() method in WebViewClientTest.TestClient 554 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestResponse() class 555 public TestClient() { in testShouldInterceptRequestResponse() method in WebViewClientTest.TestClient
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | test_client.cc | 28 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket) in TestClient() function in rtc::TestClient 31 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket, in TestClient() function in rtc::TestClient
|
/aosp_15_r20/external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/ |
H A D | TestClient.java | 37 public class TestClient { class 62 public TestClient(List<Service> services) { in TestClient() method in TestClient
|
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/watchdog/ |
D | CarWatchdogServiceTest.java | 303 private final class TestClient { class in CarWatchdogServiceTest 307 TestClient(BaseAndroidClient actualClient) { in TestClient() method in CarWatchdogServiceTest.TestClient
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/client/builder/ |
H A D | DefaultClientBuilderTest.java | 440 private static class TestClient { class in DefaultClientBuilderTest 443 private TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultClientBuilderTest.TestClient
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
H A D | SSLSessionTest.java | 541 class TestClient implements Runnable { class in SSLSessionTest 553 public TestClient(boolean provideKeys, String keys) { in TestClient() method in SSLSessionTest.TestClient
|
H A D | HandshakeCompletedEventTest.java | 467 class TestClient implements Runnable { class in HandshakeCompletedEventTest 477 public TestClient(boolean provideKeys, String keys) { in TestClient() method in HandshakeCompletedEventTest.TestClient
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | xds_interop_client.cc | 137 class TestClient { class 139 TestClient(const std::shared_ptr<Channel>& channel, in TestClient() function in TestClient
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | WatchdogProcessHandlerUnitTest.java | 384 private class TestClient extends ICarWatchdogServiceCallback.Stub { class in WatchdogProcessHandlerUnitTest
|
D | CarWatchdogManagerUnitTest.java | 791 private final class TestClient extends CarWatchdogManager.CarWatchdogClientCallback { class in CarWatchdogManagerUnitTest
|
D | CarWatchdogServiceUnitTest.java | 1540 private static final class TestClient extends ICarWatchdogServiceCallback.Stub { class in CarWatchdogServiceUnitTest
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
D | all_test.go | 137 func TestClient(t *testing.T) { func
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WifiScanningServiceTest.java | 270 private class TestClient { class in WifiScanningServiceTest 277 TestClient() { in TestClient() method in WifiScanningServiceTest.TestClient
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | client_test.go | 63 func TestClient(t *testing.T) { run(t, testClient) } func
|