Searched refs:ProxyTest (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/pc/ |
D | proxy_unittest.cc | 177 class ProxyTest : public ::testing::Test { class 201 TEST_F(ProxyTest, WorkerThreadDestructor) { in TEST_F() argument 204 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F() 209 TEST_F(ProxyTest, VoidMethod0) { in TEST_F() argument 212 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread)); in TEST_F() 216 TEST_F(ProxyTest, Method0) { in TEST_F() argument 219 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F() 224 TEST_F(ProxyTest, ConstMethod0) { in TEST_F() argument 227 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F() 232 TEST_F(ProxyTest, WorkerMethod1) { in TEST_F() argument [all …]
|
/external/guice/core/test/com/googlecode/guice/ |
D | BytecodeGenTest.java | 160 private Class<ProxyTest> proxyTestClass; 171 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp() 183 interface ProxyTest { interface in BytecodeGenTest 194 public static class ProxyTestImpl implements ProxyTest { 216 ProxyTest testProxy = in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() 222 binder.bind(ProxyTest.class).to(ProxyTestImpl.class); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() 225 .getInstance(ProxyTest.class); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt() 227 if (ProxyTest.class.getClassLoader() == systemClassLoader) { in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
|
/external/webrtc/rtc_base/ |
D | proxy_unittest.cc | 29 class ProxyTest : public ::testing::Test { class 31 ProxyTest() : ss_(new rtc::VirtualSocketServer()), thread_(ss_.get()) { in ProxyTest() function in ProxyTest 45 TEST_F(ProxyTest, TestSocks5Connect) { in TEST_F() argument
|
/external/pigweed/pw_transfer/integration_test/ |
D | proxy_test.py | 45 class ProxyTest(unittest.IsolatedAsyncioTestCase): class
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | ProxyTest.java | 38 public class ProxyTest { class
|
/external/skia/tests/ |
D | BUILD.bazel | 287 "ProxyTest.cpp",
|
/external/skia/gn/ |
D | tests.gni | 199 "$_tests/ProxyTest.cpp",
|
/external/skia/ |
D | Android.bp | 2895 "tests/ProxyTest.cpp", 4789 "tests/ProxyTest.cpp",
|