/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
SimpleTimeLimiterTest.java | 121 Sample proxy = service.newProxy( local 124 assertEquals("x", proxy.sleepThenReturnInput("x")); 131 Sample proxy = service.newProxy( local 135 proxy.sleepThenReturnInput("x"); 149 Sample proxy = service.newProxy( local 153 proxy.sleepThenThrowException(); 162 Sample proxy = service.newProxy( local 166 proxy.sleepThenThrowException();
|
/external/javassist/src/main/javassist/tools/rmi/ |
StubGenerator.java | 24 * A stub-code generator. It is used for producing a proxy class. 26 * <p>The proxy class for class A is as follows: 28 * <ul><pre>public class A implements Proxy, Serializable { 39 * <p>Instances of the proxy class is created by an 81 "javassist.tools.rmi.Proxy" }); 94 * Returns <code>true</code> if the specified class is a proxy class 104 * Makes a proxy class. The produced class is substituted 108 * through the proxy class. 109 * @return <code>false</code> if the proxy class 136 CtClass proxy = classPool.makeClass(orgclass.getName() local [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 162 final HttpHost proxy = route.getProxyHost(); local 166 (proxy != null) ? proxy : route.getTargetHost(), 178 if (proxy == null) { 181 localTracker.connectProxy(proxy, this.connection.isSecure()); 190 * request to the (last) proxy. 206 //@@@ check for proxy in planned route? 225 * Tracks tunnelling of the connection to a chained proxy. 227 * request to the previous proxy. 229 * @param next the proxy to which the tunnel was established [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
portallocator.h | 99 const talk_base::ProxyInfo& proxy() const { return proxy_; } function in class:cricket::PortAllocator 100 void set_proxy(const std::string& agent, const talk_base::ProxyInfo& proxy) { 102 proxy_ = proxy;
|
/external/chromium_org/cc/layers/ |
layer_impl_unittest.cc | 71 FakeImplProxy proxy; local 72 FakeLayerTreeHostImpl host_impl(&proxy); 195 FakeImplProxy proxy; local 196 FakeLayerTreeHostImpl host_impl(&proxy); 298 FakeImplProxy proxy; local 299 FakeLayerTreeHostImpl host_impl(&proxy);
|
/external/chromium_org/chrome_frame/test/ |
automation_client_mock.cc | 332 TestChromeFrameAutomationProxyImpl proxy; local 335 proxy.FakeChannelError(); 340 TestChromeFrameAutomationProxyImpl proxy; local 341 returned_proxy_ = &proxy; 352 EXPECT_CALL(proxy, SendAsAsync(testing::Property( 373 proxy.FakeChannelError(); 391 proxy.FakeChannelError(); 408 proxy.FakeChannelError();
|
/external/chromium_org/content/child/npapi/ |
npobject_util.cc | 185 NPObjectProxy* proxy = local 187 DCHECK(proxy); 188 param->npobject_routing_id = proxy->route_id(); 189 // Don't release, because our original variant is the same as our proxy.
|
/external/chromium_org/ppapi/proxy/ |
audio_input_resource.cc | 5 #include "ppapi/proxy/audio_input_resource.h" 12 #include "ppapi/proxy/ppapi_messages.h" 13 #include "ppapi/proxy/resource_message_params.h" 14 #include "ppapi/proxy/serialized_handle.h" 23 namespace proxy { namespace in namespace:ppapi 306 } // namespace proxy
|
file_ref_resource.cc | 5 #include "ppapi/proxy/file_ref_resource.h" 10 #include "ppapi/proxy/ppapi_messages.h" 20 namespace proxy { namespace in namespace:ppapi 259 } // namespace proxy
|
flash_resource.cc | 5 #include "ppapi/proxy/flash_resource.h" 16 #include "ppapi/proxy/plugin_dispatcher.h" 17 #include "ppapi/proxy/plugin_globals.h" 18 #include "ppapi/proxy/ppapi_messages.h" 19 #include "ppapi/proxy/serialized_structs.h" 30 namespace proxy { namespace in namespace:ppapi 71 std::string proxy; local 73 PpapiHostMsg_Flash_GetProxyForURL(url), &proxy); 76 return StringVar::StringToPPVar(proxy); 255 } // namespace proxy [all...] |
host_dispatcher.cc | 5 #include "ppapi/proxy/host_dispatcher.h" 11 #include "ppapi/proxy/host_var_serialization_rules.h" 12 #include "ppapi/proxy/interface_list.h" 13 #include "ppapi/proxy/ppapi_messages.h" 14 #include "ppapi/proxy/resource_creation_proxy.h" 18 namespace proxy { namespace in namespace:ppapi 79 DCHECK(ppb_proxy_) << "The proxy interface should always be supported."; 137 TRACE_EVENT2("ppapi proxy", "HostDispatcher::Send", 179 TRACE_EVENT2("ppapi proxy", "HostDispatcher::OnMessageReceived", 221 return NULL; // Don't have a proxy for this interface, don't query further [all...] |
interface_list.cc | 5 #include "ppapi/proxy/interface_list.h" 102 #include "ppapi/proxy/interface_proxy.h" 103 #include "ppapi/proxy/ppb_audio_proxy.h" 104 #include "ppapi/proxy/ppb_broker_proxy.h" 105 #include "ppapi/proxy/ppb_buffer_proxy.h" 106 #include "ppapi/proxy/ppb_core_proxy.h" 107 #include "ppapi/proxy/ppb_flash_message_loop_proxy.h" 108 #include "ppapi/proxy/ppb_graphics_3d_proxy.h" 109 #include "ppapi/proxy/ppb_image_data_proxy.h" 110 #include "ppapi/proxy/ppb_instance_proxy.h 147 namespace proxy { namespace in namespace:ppapi [all...] |
pdf_resource.cc | 5 #include "ppapi/proxy/pdf_resource.h" 14 #include "ppapi/proxy/ppapi_messages.h" 15 #include "ppapi/proxy/ppb_image_data_proxy.h" 20 namespace proxy { namespace in namespace:ppapi 195 } // namespace proxy
|
pdf_resource_unittest.cc | 11 #include "ppapi/proxy/pdf_resource.h" 12 #include "ppapi/proxy/ppapi_messages.h" 13 #include "ppapi/proxy/ppapi_proxy_test.h" 14 #include "ppapi/proxy/ppb_image_data_proxy.h" 15 #include "ppapi/proxy/serialized_handle.h" 22 namespace proxy { namespace in namespace:ppapi 205 } // namespace proxy
|
plugin_dispatcher.cc | 5 #include "ppapi/proxy/plugin_dispatcher.h" 18 #include "ppapi/proxy/flash_clipboard_resource.h" 19 #include "ppapi/proxy/flash_file_resource.h" 20 #include "ppapi/proxy/flash_resource.h" 21 #include "ppapi/proxy/gamepad_resource.h" 22 #include "ppapi/proxy/interface_list.h" 23 #include "ppapi/proxy/interface_proxy.h" 24 #include "ppapi/proxy/plugin_globals.h" 25 #include "ppapi/proxy/plugin_message_filter.h" 26 #include "ppapi/proxy/plugin_resource_tracker.h 42 namespace proxy { namespace in namespace:ppapi [all...] |
plugin_globals.cc | 5 #include "ppapi/proxy/plugin_globals.h" 11 #include "ppapi/proxy/plugin_dispatcher.h" 12 #include "ppapi/proxy/plugin_proxy_delegate.h" 13 #include "ppapi/proxy/ppb_message_loop_proxy.h" 14 #include "ppapi/proxy/resource_reply_thread_registrar.h" 19 namespace proxy { namespace in namespace:ppapi 21 // It performs necessary locking/unlocking of the proxy lock, and forwards all 202 } // namespace proxy
|
ppapi_command_buffer_proxy.cc | 5 #include "ppapi/proxy/ppapi_command_buffer_proxy.h" 7 #include "ppapi/proxy/ppapi_messages.h" 8 #include "ppapi/proxy/proxy_channel.h" 14 namespace proxy { namespace in namespace:ppapi 102 // Not implemented in proxy. 159 ppapi::proxy::SerializedHandle handle( 160 ppapi::proxy::SerializedHandle::SHARED_MEMORY); 282 } // namespace proxy
|
ppb_audio_proxy.cc | 5 #include "ppapi/proxy/ppb_audio_proxy.h" 13 #include "ppapi/proxy/enter_proxy.h" 14 #include "ppapi/proxy/plugin_dispatcher.h" 15 #include "ppapi/proxy/ppapi_messages.h" 27 using ppapi::proxy::SerializedHandle; 33 namespace proxy { namespace in namespace:ppapi 117 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. 121 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. 125 return PP_ERROR_NOTSUPPORTED; // Don't proxy the trusted interface. 335 } // namespace proxy [all...] |
ppb_message_loop_proxy.cc | 5 #include "ppapi/proxy/ppb_message_loop_proxy.h" 15 #include "ppapi/proxy/plugin_dispatcher.h" 16 #include "ppapi/proxy/plugin_globals.h" 23 namespace proxy { namespace in namespace:ppapi 277 } // namespace proxy
|
ppb_testing_proxy.cc | 5 #include "ppapi/proxy/ppb_testing_proxy.h" 9 #include "ppapi/proxy/enter_proxy.h" 10 #include "ppapi/proxy/plugin_dispatcher.h" 11 #include "ppapi/proxy/ppapi_messages.h" 27 namespace proxy { namespace in namespace:ppapi 105 // host-side tracker when running out-of-process, to make sure the proxy does 217 } // namespace proxy
|
ppb_var_unittest.cc | 12 #include "ppapi/proxy/ppapi_proxy_test.h" 27 namespace proxy { namespace in namespace:ppapi 240 } // namespace proxy
|
ppb_video_decoder_proxy.cc | 5 #include "ppapi/proxy/ppb_video_decoder_proxy.h" 9 #include "ppapi/proxy/enter_proxy.h" 10 #include "ppapi/proxy/plugin_dispatcher.h" 11 #include "ppapi/proxy/ppapi_messages.h" 12 #include "ppapi/proxy/ppb_buffer_proxy.h" 13 #include "ppapi/proxy/ppb_graphics_3d_proxy.h" 24 namespace proxy { namespace in namespace:ppapi 319 } // namespace proxy
|
ppp_instance_proxy_unittest.cc | 13 #include "ppapi/proxy/locking_resource_releaser.h" 14 #include "ppapi/proxy/ppapi_messages.h" 15 #include "ppapi/proxy/ppapi_proxy_test.h" 19 namespace proxy { namespace in namespace:ppapi 67 // This one requires use of the PPB_URLLoader proxy and PPB_Core, plus a 119 // Grab the host-side proxy for the interface. The browser only speaks 1.1, 120 // while the proxy ensures support for the 1.0 version on the plugin side. 196 } // namespace proxy
|
raw_var_data.h | 15 #include "ppapi/proxy/ppapi_param_traits.h" 16 #include "ppapi/proxy/ppapi_proxy_export.h" 17 #include "ppapi/proxy/serialized_handle.h" 26 namespace proxy { namespace in namespace:ppapi 299 } // namespace proxy
|
resource_message_params.cc | 5 #include "ppapi/proxy/resource_message_params.h" 9 #include "ppapi/proxy/ppapi_messages.h" 12 namespace proxy { namespace in namespace:ppapi 203 } // namespace proxy
|