HomeSort by relevance Sort by last modified time
    Searched refs:proxy (Results 176 - 200 of 424) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.cpp 91 WebWorkerClientImpl* proxy = new WebWorkerClientImpl(worker); local
97 webWorker = webFrame->client()->createWorker(webFrame, proxy);
108 webWorker = impl->client()->createWorker(proxy);
111 proxy->setWebWorker(webWorker);
112 return proxy;
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 202 PropertyChangeListenerProxy proxy = new PropertyChangeListenerProxy("a", listener); local
203 support.addPropertyChangeListener("b", proxy);
205 // this proxy sets us up to receive 'b' events
211 // this proxy sets us up to receive 'a' events
269 PropertyChangeListenerProxy proxy = (PropertyChangeListenerProxy) listener; local
270 return proxy.getPropertyName() + " to " + describe(proxy.getListener());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 5 // Stub out the `chrome.experimental.proxy` API
7 proxy: {
61 proxy: {
120 // Clicking the "Use single proxy" checkbox should set the correct
143 chrome.experimental.proxy.settings.get = mockFunctionFactory({
154 chrome.experimental.proxy.settings.get.getCallList().length);
162 chrome.experimental.proxy.settings.get =
172 chrome.experimental.proxy.settings.get.getCallList().length);
180 chrome.experimental.proxy.settings.get =
190 chrome.experimental.proxy.settings.get.getCallList().length)
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 52 /** Timeout to connect a profile proxy in ms. */
312 public void onServiceConnected(int profile, BluetoothProfile proxy) {
316 mA2dp = (BluetoothA2dp) proxy;
319 mHeadset = (BluetoothHeadset) proxy;
322 mInput = (BluetoothInputDevice) proxy;
325 mPan = (BluetoothPan) proxy;
923 BluetoothProfile proxy = connectProxy(adapter, profile); local
1004 BluetoothProfile proxy = connectProxy(adapter, profile); local
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 200 SkRefPtr<SkPDFTestDict> proxy = new SkPDFTestDict(); local
201 proxy->unref(); // SkRefPtr and new both took a reference.
216 catalog.addObject(proxy.get(), false);
217 catalog.setSubstitute(proxy.get(), stub.get());
220 proxy->emit(&buffer, &catalog, false);
226 catalog.setFileOffset(proxy.get(), 0) == strlen(objectResult));
  /external/v8/src/
ast.h 448 VariableProxy* proxy() const { return proxy_; } function in class:v8::internal::Declaration
457 Declaration(VariableProxy* proxy,
460 : proxy_(proxy),
489 VariableDeclaration(VariableProxy* proxy,
492 : Declaration(proxy, mode, scope) {
510 FunctionDeclaration(VariableProxy* proxy,
514 : Declaration(proxy, mode, scope),
538 ModuleDeclaration(VariableProxy* proxy,
541 : Declaration(proxy, LET, scope),
562 ImportDeclaration(VariableProxy* proxy,
628 VariableProxy* proxy() const { return proxy_; } function in class:v8::internal::ModuleVariable
2834 VariableProxy* proxy = new(zone_) VariableProxy(isolate_, var); local
2843 VariableProxy* proxy = local
    [all...]
prettyprinter.cc 63 PrintLiteral(node->proxy()->name(), false);
70 PrintLiteral(node->proxy()->name(), false);
79 PrintLiteral(node->proxy()->name(), false);
88 PrintLiteral(node->proxy()->name(), false);
97 PrintLiteral(node->proxy()->name(), false);
108 Visit(node->proxy());
769 node->proxy()->var(),
770 node->proxy()->name());
776 PrintLiteral(node->proxy()->name(), true);
785 PrintLiteralIndented("NAME", node->proxy()->name(), true)
    [all...]
  /external/chromium/
Android.mk 282 net/proxy/init_proxy_resolver.cc \
283 net/proxy/multi_threaded_proxy_resolver.cc \
284 net/proxy/proxy_bypass_rules.cc \
285 net/proxy/proxy_config.cc \
286 net/proxy/proxy_config_service_android.cc \
287 net/proxy/proxy_config_service_fixed.cc \
288 net/proxy/proxy_info.cc \
289 net/proxy/proxy_list.cc \
290 net/proxy/proxy_resolver_js_bindings.cc \
291 net/proxy/proxy_resolver_script_data.cc
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 224 V8Proxy* proxy = V8Proxy::retrieve(frame); local
225 if (proxy) {
227 proxy->clearForClose();
229 proxy->windowShell()->destroyGlobal();
581 return frame->script()->canExecuteScripts(NotAboutToExecuteScript) ? frame->script()->proxy() : 0;
754 V8Proxy* proxy = retrieve(frame); local
755 if (!proxy)
758 return proxy->mainWorldContext();
831 if (V8Proxy* proxy = V8Proxy::retrieve(context))
832 return worldContext.adjustedContext(proxy);
    [all...]
V8DOMWrapper.h 94 static RefPtr<XPathNSResolver> getXPathNSResolver(v8::Handle<v8::Value> value, V8Proxy* proxy = 0);
122 static v8::Local<v8::Object> instantiateV8Object(V8Proxy* proxy, WrapperTypeInfo*, void* impl);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 52 proxy = DebugEventSocketProxy(self, adaptor=self.input.getTreeAdaptor(),
55 proxy = DebugEventSocketProxy(self, debug=debug_socket, port=port)<\n>
57 self.setDebugListener(proxy)
58 proxy.handshake()
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 1 // Return a single-proxy result, which encodes ALL the arguments that were
10 return "PROXY " + makePseudoHost(url + "." + host);
  /external/chromium/net/url_request/
url_request_test_util.h 37 #include "net/proxy/proxy_service.h"
71 explicit TestURLRequestContext(const std::string& proxy);
72 TestURLRequestContext(const std::string& proxy,
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.h 46 // as in the case of connecting to a proxy, where you must speak the proxy
75 // Interface for implementing proxy server sockets.
114 // Implements a socket adapter that speaks the HTTP/S proxy protocol.
118 const SocketAddress& proxy,
174 // Implements a socket adapter that speaks the SOCKS proxy protocol.
177 AsyncSocksProxySocket(AsyncSocket* socket, const SocketAddress& proxy,
205 // Implements a proxy server socket for the SOCKS protocol.
  /external/skia/include/core/
SkStream.h 216 /** Provide the stream to be buffered (proxy), and the size of the buffer that
219 The proxy stream is referenced, and will be unreferenced in when the
222 SkBufferStream(SkStream* proxy, size_t bufferSize = 0);
223 /** Provide the stream to be buffered (proxy), and a buffer and size to be used.
227 The proxy stream is referenced, and will be unreferenced in when the
230 SkBufferStream(SkStream* proxy, void* buffer, size_t bufferSize);
  /external/skia/include/utils/
SkProxyCanvas.h 14 to a "proxy", another SkCanvas instance. It can be the basis for
17 There must be a proxy installed before the proxycanvas can be used (i.e.
23 SkProxyCanvas(SkCanvas* proxy);
27 void setProxy(SkCanvas* proxy);