Searched refs:ProxyTest (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 91 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/ |
D | proxy_unittest.cc | 44 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/ |
D | BytecodeGenTest.java | 169 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/ |
D | tests.gni | 171 "$_tests/ProxyTest.cpp",
|
/external/skia/ |
D | Android.bp | 1443 "tests/ProxyTest.cpp",
|