Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dproxy_unittest.cc91 class ProxyTest: public testing::Test { class
112 TEST_F(ProxyTest, VoidMethod0) { in TEST_F() argument
115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread)); in TEST_F()
119 TEST_F(ProxyTest, Method0) { in TEST_F() argument
123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
129 TEST_F(ProxyTest, ConstMethod0) { in TEST_F() argument
133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
139 TEST_F(ProxyTest, Method1) { in TEST_F() argument
144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
149 TEST_F(ProxyTest, ConstMethod1) { in TEST_F() argument
[all …]
/external/webrtc/webrtc/base/
Dproxy_unittest.cc44 class ProxyTest : public testing::Test { class
46 ProxyTest() : ss_(new rtc::VirtualSocketServer(NULL)) { in ProxyTest() function in ProxyTest
53 ~ProxyTest() { in ~ProxyTest()
77 TEST_F(ProxyTest, TestSocks5Connect) { in TEST_F() argument
121 TEST_F(ProxyTest, TestAutoDetectSocks5) { in TEST_F() argument
133 TEST_F(ProxyTest, TestAutoDetectBogus) { in TEST_F() argument
/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/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.gni319 "$_tests/ProxyTest.cpp",
/external/skqp/
DAndroid.bp1440 "tests/ProxyTest.cpp",
/external/skia/
DAndroid.bp1720 "tests/ProxyTest.cpp",