/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_10964.cpp | 19 struct TestCallback struct 21 typedef boost::future<void> result_type; 23 result_type operator()(boost::future<void> future) const in operator ()() 33 result_type operator()(boost::future<boost::future<void> > future) const in operator ()() 44 result_type operator()(boost::shared_future<void> future) const in operator ()() 54 result_type operator()(boost::shared_future<boost::future<void> > future) const in operator ()()
|
D | test_10963.cpp | 19 struct TestCallback struct 44 auto f1 = test_future.then(TestCallback()); in main() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | callbacks.rs | 101 struct TestCallback { struct 102 id: String, 105 impl TestCallback { implementation 106 fn new(id: String) -> TestCallback { in new() 111 impl RPCProxy for TestCallback { implementation
|
/aosp_15_r20/external/skia/tests/ |
H A D | LazyProxyTest.cpp | 310 class TestCallback { class 312 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback() function in TestCallback 316 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback 317 TestCallback(TestCallback&& that) in TestCallback() function in TestCallback
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | p256_key_exchange_test.cc | 31 class TestCallback : public AsynchronousKeyExchange::Callback { class in quic::test::P256KeyExchangeTest 33 TestCallback(TestCallbackResult* result) : result_(result) {} in TestCallback() function in quic::test::P256KeyExchangeTest::TestCallback
|
H A D | curve25519_key_exchange_test.cc | 32 class TestCallback : public AsynchronousKeyExchange::Callback { class in quic::test::Curve25519KeyExchangeTest 34 TestCallback(TestCallbackResult* result) : result_(result) {} in TestCallback() function in quic::test::Curve25519KeyExchangeTest::TestCallback
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | ManagedProfileControllerImplTest.kt | 145 private object TestCallback : ManagedProfileController.Callback { object
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
H A D | DisplayTrackerImplTest.kt | 164 private class TestCallback : DisplayTracker.Callback { class
|
H A D | UserTrackerImplTest.kt | 490 private class TestCallback : UserTracker.Callback { in <lambda>() class in com.android.systemui.settings.UserTrackerImplTest
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/ |
H A D | FakeClockTest.java | 391 private static final class TestCallback implements Handler.Callback { class in FakeClockTest 395 public TestCallback() { in TestCallback() method in FakeClockTest.TestCallback
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/ |
H A D | FakeClockTest.java | 391 private static final class TestCallback implements Handler.Callback { class in FakeClockTest 395 public TestCallback() { in TestCallback() method in FakeClockTest.TestCallback
|
/aosp_15_r20/external/cronet/net/quic/crypto/ |
H A D | proof_test_chromium.cc | 94 class TestCallback : public quic::ProofSource::Callback { class 96 explicit TestCallback( in TestCallback() function in net::test::__anonf46da2e40111::TestCallback
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/ |
H A D | CommonTlsContextTestsUtil.java | 418 public static class TestCallback extends SslContextProvider.Callback { class in CommonTlsContextTestsUtil 423 public TestCallback(Executor executor) { in TestCallback() method in CommonTlsContextTestsUtil.TestCallback
|
/aosp_15_r20/frameworks/av/media/libaudiousecasevalidation/tests/ |
H A D | UsecaseValidator-test.h | 40 TestCallback() { in TestCallback() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/swig/ |
D | swig_test.go | 34 func TestCallback(t *testing.T) { func
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneProviderControllerTest.java | 1731 private static class TestCallback extends LocationTimeZoneProviderController.Callback { class in LocationTimeZoneProviderControllerTest 1735 TestCallback(ThreadingDomain threadingDomain) { in TestCallback() method in LocationTimeZoneProviderControllerTest.TestCallback
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | SetAudioVolumeLevelDiscoveryActionTest.java | 207 private static class TestCallback extends IHdmiControlCallback.Stub { class in SetAudioVolumeLevelDiscoveryActionTest
|
H A D | ArcTerminationActionFromAvrTest.java | 131 private static class TestCallback extends IHdmiControlCallback.Stub { class in ArcTerminationActionFromAvrTest
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/ |
H A D | PingTrackerTest.java | 95 private static final class TestCallback implements ClientTransport.PingCallback { class in PingTrackerTest
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowSurfaceViewTest.java | 89 private static class TestCallback implements SurfaceHolder.Callback { class in ShadowSurfaceViewTest
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/ |
H A D | AppFusePerfTest.java | 100 private static class TestCallback extends ProxyFileDescriptorCallback { class in AppFusePerfTest
|
/aosp_15_r20/packages/services/Mtp/perf_tests/src/com/android/mtp/ |
D | AppFusePerfTest.java | 100 private static class TestCallback extends ProxyFileDescriptorCallback { class in AppFusePerfTest
|
/aosp_15_r20/hardware/google/pixel/thermal/tests/ |
D | thermal_looper_test.cpp | 36 class TestCallback : public BnThermalChangedCallback { class
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
H A D | MbmsStreamingTestBase.java | 66 protected static class TestCallback extends MbmsStreamingSessionCallback { class in MbmsStreamingTestBase
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/tests/src/com/android/car/portraitlauncher/common/test/ |
D | UserEventReceiverTest.java | 162 private static class TestCallback implements UserEventReceiver.Callback { class in UserEventReceiverTest
|