Searched refs:ProxyTest (Results 1 – 8 of 8) 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 | 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/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | ProxyTest.java | 38 public class ProxyTest { class
|
/external/skqp/gn/ |
D | tests.gni | 188 "$_tests/ProxyTest.cpp",
|
/external/skia/gn/ |
D | tests.gni | 319 "$_tests/ProxyTest.cpp",
|
/external/skqp/ |
D | Android.bp | 1440 "tests/ProxyTest.cpp",
|
/external/skia/ |
D | Android.bp | 1720 "tests/ProxyTest.cpp",
|