Home
last modified time | relevance | path

Searched refs:ProxyTest (Results 1 – 5 of 5) 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.java169 private Class<ProxyTest> proxyTestClass;
178 proxyTestClass = (Class<ProxyTest>) testClassLoader.loadClass(ProxyTest.class.getName()); in setUp()
188 interface ProxyTest { interface in BytecodeGenTest
199 public static class ProxyTestImpl implements ProxyTest {
220 ProxyTest testProxy = Guice.createInjector(interceptorModule, new Module() { in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
222 binder.bind(ProxyTest.class).to(ProxyTestImpl.class); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
224 }).getInstance(ProxyTest.class); in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
226 if (ProxyTest.class.getClassLoader() == systemClassLoader) { in testSystemClassLoaderIsUsedIfProxiedClassUsesIt()
/external/skia/gn/
Dtests.gni171 "$_tests/ProxyTest.cpp",
/external/skia/
DAndroid.bp1443 "tests/ProxyTest.cpp",