/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLDocumentCustom.cpp | 171 V8Proxy* proxy = V8Proxy::retrieve(frame); local 172 ASSERT(proxy); 174 v8::Local<v8::Value> result = proxy->callFunction(v8::Local<v8::Function>::Cast(function), global, args.Length(), params); 210 if (V8Proxy* proxy = V8Proxy::retrieve(impl->frame())) 211 proxy->windowShell()->updateDocumentWrapper(wrapper);
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerClientImpl.cpp | 89 WebWorkerClientImpl* proxy = new WebWorkerClientImpl(worker); local 95 webWorker = webFrame->client()->createWorker(webFrame, proxy); 108 webWorker = impl->client()->createWorker(proxy); 111 proxy->setWebWorker(webWorker); 112 return proxy;
|
/external/webkit/WebCore/bindings/v8/ |
V8DOMWrapper.cpp | 218 WorkerContextExecutionProxy* proxy = WorkerContextExecutionProxy::retrieve(); local 219 if (!proxy) 222 v8::Handle<v8::Context> context = proxy->context(); 286 v8::Local<v8::Object> V8DOMWrapper::instantiateV8Object(V8Proxy* proxy, V8ClassIndex::V8WrapperType type, void* impl) 291 proxy = 0; 295 } else if (!proxy) { 300 proxy = V8Proxy::retrieve(V8DOMWindow::toNative(globalPrototype)->frame()); 309 if (proxy) 311 instance = proxy->windowShell()->createWrapperFromCache(type); 514 WorkerContextExecutionProxy* workerContextProxy = workerContext->script()->proxy(); [all...] |
V8Proxy.cpp | 272 V8Proxy* proxy = V8Proxy::retrieve(frame); local 273 if (proxy) { 275 proxy->clearForClose(); 277 proxy->windowShell()->destroyGlobal(); 597 return frame->script()->canExecuteScripts() ? frame->script()->proxy() : 0; 737 V8Proxy* proxy = retrieve(frame); local 738 if (!proxy) 741 return proxy->mainWorldContext(); 911 if (V8Proxy* proxy = V8Proxy::retrieve(context)) 912 return worldContext.adjustedContext(proxy); [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/ |
TimeLimiter.html | 109 TargetType proxy = limiter.newProxy( 112 return proxy.someMethod(); 207 other hand, the time limit is reached, the proxy will attempt to abort the 211 It is important to note that the primary purpose of the proxy object is to 214 of the guarantees made by the proxy is implementation-dependent. However, 219 <DT><B>Parameters:</B><DD><CODE>target</CODE> - the object to proxy<DD><CODE>interfaceType</CODE> - the interface you wish the returned proxy to 221 callers are willing to wait on each method call to the proxy<DD><CODE>timeoutUnit</CODE> - with timeoutDuration, the maximum length of time that 222 callers are willing to wait on each method call to the proxy 223 <DT><B>Returns:</B><DD>a time-limiting proxy [all...] |
/external/opencore/engines/2way/src/ |
pv_2way_proxy_adapter.cpp | 154 //Create proxy 158 //Start the proxy thread. 176 // Pure virtuals from Oscl proxy base class. 180 //called by proxy base class to delete terminal under the PV thread. 190 //called by proxy base class to create terminal under the PV thread. 203 OSCL_EXPORT_REF void CPV2WayProxyAdapter::PVThreadLogon(PVMainProxy &proxy) 205 OSCL_UNUSED_ARG(proxy); 209 OSCL_EXPORT_REF void CPV2WayProxyAdapter::PVThreadLogoff(PVMainProxy &proxy) 211 OSCL_UNUSED_ARG(proxy); 845 //create response to go across proxy [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 947 // proxiesForURL is a CFArray of CFDictionaries. Each dictionary represents a proxy. 949 // "PROXY host[:port]" (for HTTP proxy) or 950 // "SOCKS host[:port]" (for SOCKS proxy) or 954 CFDictionaryRef proxy = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForURL.get(), i)); 955 if (!proxy) 958 CFStringRef type = static_cast<CFStringRef>(CFDictionaryGetValue(proxy, kCFProxyTypeKey)); 966 CFStringRef host = static_cast<CFStringRef>(CFDictionaryGetValue(proxy, kCFProxyHostNameKey)); 967 CFNumberRef port = static_cast<CFNumberRef>(CFDictionaryGetValue(proxy, kCFProxyPortNumberKey)); 974 proxies += "PROXY "; [all...] |
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 574 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) 578 mOut.writeInt32((int32_t)proxy); 582 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) 586 mOut.writeInt32((int32_t)proxy); 1007 BpBinder *proxy = (BpBinder*)mIn.readInt32(); local 1008 proxy->sendObituary(); 1010 mOut.writeInt32((int32_t)proxy); 1015 BpBinder *proxy = (BpBinder*)mIn.readInt32(); local 1016 proxy->getWeakRefs()->decWeak(proxy); [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
URL.java | 681 * connection will be established through the given proxy and allows 684 * @param proxy 685 * the proxy through which the connection will be established. 692 * to the proxy. 694 * if the argument proxy is {@code null} or is an invalid type. 699 public URLConnection openConnection(Proxy proxy) throws IOException { 700 if (proxy == null) { 701 // K034c=proxy should not be null 706 if (sm != null && proxy.type() != Proxy.Type.DIRECT) [all...] |
URLStreamHandler.java | 46 * u} using the given {@code proxy}. Since different protocols also have 51 * @param proxy 52 * the proxy that is used to make the connection. 57 * if any argument is {@code null} or the type of proxy is 62 protected URLConnection openConnection(URL u, Proxy proxy)
|
/external/dbus/doc/ |
dbus-tutorial.xml | 327 A <firstterm>proxy object</firstterm> is a convenient native object created to 331 Proxies look like a normal native object; but when you invoke a method on the proxy 352 Proxy proxy = new Proxy(getBusConnection(), "/remote/object/path"); 353 Object returnValue = proxy.MethodName(arg1, arg2); 565 The language binding may provide a proxy, such that invoking a method on 567 application calls a method on the proxy, and the proxy 574 using a proxy [all...] |
/external/v8/src/ |
api.h | 116 reinterpret_cast<intptr_t>(v8::internal::Proxy::cast(obj)->proxy())); 192 v8::internal::Handle<v8::internal::Proxy> obj); 236 static inline v8::internal::Handle<v8::internal::Proxy> 268 MAKE_TO_LOCAL(ToLocal, Proxy, External) 303 MAKE_OPEN_HANDLE(External, Proxy)
|
fast-codegen.cc | 270 VariableProxy* proxy = prop->obj()->AsVariableProxy(); local 271 if (proxy == NULL || !proxy->var()->is_this()) { 308 VariableProxy* proxy = expr->obj()->AsVariableProxy(); local 309 if (proxy == NULL || !proxy->var()->is_this()) {
|
scopes.h | 148 // Creates a new temporary variable in this scope and binds a proxy to it. 209 // A new variable proxy corresponding to the (function) receiver. 211 VariableProxy* proxy = local 213 proxy->BindTo(receiver_); 214 return proxy; 358 VariableProxy* proxy);
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 62 * If the connection is to a proxy but not tunnelled, this is 63 * the proxy. If the connection is tunnelled through a proxy,
|
/external/openssl/crypto/x509v3/ |
v3err.c | 172 {ERR_REASON(X509V3_R_INVALID_PROXY_POLICY_SETTING),"invalid proxy policy setting"}, 184 {ERR_REASON(X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED),"no proxy cert policy language defined"}, 194 {ERR_REASON(X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY),"policy when proxy language requires no policy"},
|
/external/v8/test/cctest/ |
test-alloc.cc | 139 Handle<Proxy> proxy = Factory::NewProxy(&kDescriptor); local 143 proxy,
|
/external/bluetooth/glib/build/win32/vs8/ |
gio.vcproj | 42 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include" 67 AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib" 124 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include" 147 AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib"
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
omx_proxy_interface.cpp | 55 PROXY APP CLASS FUNCTIONS 96 /* Initialize the proxy objects & create a new thread */ 110 /* De-Initialize the proxy object & destroy the new thread */ 117 //this will stop proxy scheduler and thread. 122 void ProxyApplication_OMX::PVThreadLogon(PVMainProxy_OMX& proxy) 125 iProxyId = proxy.RegisterProxiedInterface(*this, *this); 129 void ProxyApplication_OMX::PVThreadLogoff(PVMainProxy_OMX& proxy) 132 proxy.UnregisterProxiedInterface(iProxyId); 409 PROXY API'S OF CLASS PROXYAPPLICATION START FROM HERE
|
/external/opencore/codecs_v2/omx/omx_sharedlibrary/interface/src/ |
pv_omx_interface.cpp | 47 // safely unloaded and reloaded when the proxy interface
|
/external/opencore/engines/2way/test/src/ |
alloc_dealloc_test.cpp | 58 fprintf(fileoutput, "Start alloc dealloc test, proxy %d.\n", iUseProxy);
|
connect_cancel_test.cpp | 24 fprintf(fileoutput, "Start connect cancel test, proxy %d.\n", iUseProxy);
|
init_cancel_test.cpp | 23 fprintf(fileoutput, "Start init cancel test, proxy %d.\n", iUseProxy);
|
init_test.cpp | 24 fprintf(fileoutput, "Start init test, num runs %d, proxy %d.\n", iMaxRuns, iUseProxy);
|
/external/v8/test/mjsunit/regress/ |
regress-545.js | 31 // The "this" variable proxy was reused. If context annotations differ between
|