HomeSort by relevance Sort by last modified time
    Searched full:proxy (Results 376 - 400 of 717) sorted by null

<<11121314151617181920>>

  /external/opencore/engines/2way/test/src/
av_rec_test.cpp 24 fprintf(fileoutput, "Start a/v rec test, proxy %d.\n", iUseProxy);
av_rec_v_preview_test.cpp 24 fprintf(fileoutput, "Start a/v rec v preview test, proxy %d.\n", iUseProxy);
pff_eos_test.cpp 29 fprintf(fileoutput, "Start pff eos test, num runs %d, audio eos %d, vidoe eos %d, proxy %d, file %s\n", iMaxRuns, iWaitForAudioEOS, iWaitForVideoEOS, iUseProxy, filename);
play_from_file_disconnect_test.cpp 29 fprintf(fileoutput, "Start play from file disconnect test, proxy %d, before add source %d, file %s\n", iUseProxy, iUsePlayFileBeforeAddSource, filename);
play_from_file_pause_test.cpp 29 fprintf(fileoutput, "Start pff pause test, num runs %d, proxy %d, before add source %d, file %s\n", iMaxRuns, iUseProxy, iUsePlayFileBeforeAddSource, filename);
test_everything_test.cpp 29 fprintf(fileoutput, "Start test everything test, proxy %d, file %s\n", iUseProxy, filename);
use_play_file_test.cpp 29 fprintf(fileoutput, "Start use play file test, proxy %d, before add source %d, start play before use file %d, file %s\n", iUseProxy, iUsePlayFileBeforeAddSource, iStartPlayBeforeUsePlayFile, filename);
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.cpp 124 // download proxy
125 // try proxy name/port from the context data at first, and then config file
126 // normally proxy name/port in the context data is stored in iCfgFileContainer,
127 // for resume download, the proxy name/port in iCfgFileContainer will be updated
    [all...]
  /external/v8/src/
api.cc 2784 i::Handle<i::Proxy> proxy = local
3746 i::Handle<i::Object> proxy = i::Factory::undefined_value(); local
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /external/webkit/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 115 return workerContext->script()->proxy();
  /external/webkit/WebCore/html/
HTMLMediaElement.h 160 void setMediaPlayerProxy(WebMediaPlayerProxy* proxy);
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 208 // FIXME: Support Digest authentication, and Proxy-Authorization.
371 id proxy = [[d->m_proxy.get() retain] autorelease];
373 [proxy setDelegate:nil];
374 return proxy;
    [all...]
  /external/webkit/WebCore/workers/
WorkerContext.cpp 77 // Notify proxy that we are going away. This can free the WorkerThread object, so do not access it after this.
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 64 WebScriptObject *globalObject; // the global object's proxy (not retained)
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 171 // If this is a proxy to another file descriptor, just call through to its
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 178 * @param proxy A CallbackProxy for posting messages to the UI thread and
183 public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
220 mCallbackProxy = proxy;
225 nativeCreateFrame(w, am, proxy.getBackForwardList());
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
NotificationInd.java 29 * by the Proxy-Relay server, this class is only instantiated
  /frameworks/base/tests/CoreTests/android/core/
SocketTest.java 186 // proxy makes it fail.
  /frameworks/base/tools/aidl/
aidl.cpp 314 // for interfaces, also add the stub and proxy types, we don't
327 name += ".Stub.Proxy";
328 Type* proxy = new Type(c->package ? c->package : "", local
331 NAMES.Add(proxy);
  /packages/apps/Email/src/com/android/email/
Controller.java 767 * For a given message id, return a service proxy if applicable, or null.
770 * @result service proxy, or null if n/a
779 * For a given account id, return a service proxy if applicable, or null.
784 * @result service proxy, or null if n/a
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 72 // Proxy calls have a timeout, and this can cause failures while debugging due to the
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 239 * This updates Java system properties for the HTTP proxy.
  /external/dnsmasq/
CHANGELOG 60 interfering with proxy PXE subsystems when it is just
68 Honour dhcp-ignore configuration for PXE and proxy-PXE
140 hand-off booting to other boot servers. Proxy-DHCP, where
  /external/ipsec-tools/src/racoon/
pfkey.c 846 int proxy = 0; local
850 proxy = iph2->ph1->rmconf->support_proxy;
854 proxy = 1;
858 if (proxy && iph2->src_id && iph2->dst_id &&
1031 int proxy = 0; local
1040 proxy = iph2->ph1->rmconf->support_proxy;
1042 proxy = 1;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1316 int proxy = 0; local
1327 proxy = iph2->ph1->rmconf->support_proxy
    [all...]

Completed in 407 milliseconds

<<11121314151617181920>>