Home
last modified time | relevance | path

Searched refs:ProxyTest (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/pc/
Dproxy_unittest.cc176 class ProxyTest : public ::testing::Test { class
200 TEST_F(ProxyTest, WorkerThreadDestructor) { in TEST_F() argument
203 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
208 TEST_F(ProxyTest, VoidMethod0) { in TEST_F() argument
211 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread)); in TEST_F()
215 TEST_F(ProxyTest, Method0) { in TEST_F() argument
218 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F()
223 TEST_F(ProxyTest, ConstMethod0) { in TEST_F() argument
226 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckSignalingThread), in TEST_F()
231 TEST_F(ProxyTest, WorkerMethod1) { in TEST_F() argument
[all …]
/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java160 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/
Dproxy_unittest.cc29 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/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DProxyTest.java38 public class ProxyTest { class
/external/skqp/gn/
Dtests.gni188 "$_tests/ProxyTest.cpp",
/external/skia/gn/
Dtests.gni208 "$_tests/ProxyTest.cpp",
/external/skqp/
DAndroid.bp1480 "tests/ProxyTest.cpp",
/external/skia/
DAndroid.bp2778 "tests/ProxyTest.cpp",