/external/chromium/net/proxy/ |
proxy_resolver_winhttp.cc | 42 RequestHandle* /*request*/, 122 void ProxyResolverWinHttp::CancelRequest(RequestHandle request) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
javax.servlet_2.5.0.v200910301333.jar | |
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar | |
/external/oprofile/events/mips/r10000/ |
events | 30 event:0x0c counters:1 um:zero minimum:500 name:EXTERNAL_INTERVENTION_RQ_HITS_SCACHE : External intervention request is determined to have hit in secondary cache 32 event:0x0d counters:1 um:zero minimum:500 name:EXTERNAL_INVALIDATE_RQ_HITS_SCACHE : External invalidate request is determined to have hit in secondary cache
|
/external/v8/test/mjsunit/ |
debug-mirror-cache.js | 60 // Make a backtrace request to create some mirrors. 62 json = '{"seq":0,"type":"request","command":"backtrace"}'
|
debug-version.js | 36 var base_version_request = '"seq":0,"type":"request","command":"version"' 71 // Test simple suspend request.
|
/external/webkit/Source/WebCore/platform/network/ |
BlobResourceHandle.cpp | 134 void BlobResourceHandle::loadResourceSynchronously(PassRefPtr<BlobStorageData> blobData, const ResourceRequest& request, ResourceError& error, ResourceResponse& response, Vector<char>& data) 137 RefPtr<BlobResourceHandle> handle = BlobResourceHandle::create(blobData, request, &loader, false); 141 BlobResourceHandle::BlobResourceHandle(PassRefPtr<BlobStorageData> blobData, const ResourceRequest& request, ResourceHandleClient* client, bool async) 142 : ResourceHandle(request, client, false, false) 209 // Do not continue if the request is aborted or an error occurs. 270 // Do not continue if the request is aborted or an error occurs. 333 // Do not continue if the request is aborted or an error occurs. 426 // Do not continue if the request is aborted or an error occurs.
|
/external/webkit/Source/WebKit/chromium/public/ |
WebViewClient.h | 87 // The request parameter is only for the client to check if the request 88 // could be fulfilled. The client should not load the request. 90 const WebURLRequest& request, 121 // Called to request an icon for the specified filenames.
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 369 const WebURLRequest& request, const WebString& target, bool notifyNeeded, void* notifyData) 377 // our frame request. It would be better to evolve FrameLoader to 380 new WebPluginLoadObserver(this, request.url(), notifyData); 386 request.toResourceRequest(), target); 388 UserGestureIndicator gestureIndicator(request.hasUserGesture() ?
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.h | 133 WebKitNetworkRequest *request);
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
WebDefaultUIDelegate.m | 61 - (WebView *)webView: (WebView *)wv createWebViewWithRequest:(NSURLRequest *)request windowFeatures:(NSDictionary *)features 66 return [[wv UIDelegate] webView:wv createWebViewWithRequest:request];
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePage.h | 130 typedef WKBundlePagePolicyAction (*WKBundlePageDecidePolicyForNavigationActionCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKTypeRef* userData, const void* clientInfo); 131 typedef WKBundlePagePolicyAction (*WKBundlePageDecidePolicyForNewWindowActionCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKStringRef frameName, WKTypeRef* userData, const void* clientInfo); 132 typedef WKBundlePagePolicyAction (*WKBundlePageDecidePolicyForResponseCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKTypeRef* userData, const void* clientInfo); 158 // willSendRequestForFrame is supposed to return a retained reference to the URL request. 292 WK_EXPORT bool WKBundlePageCanHandleRequest(WKURLRequestRef request);
|
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 519 // Shutdown audio first, so that the respone to the reset request 523 // not be as responsive to a reset request. 903 // If there was a seek request before we ever started, 904 // honor the request now. [all...] |
/frameworks/base/test-runner/src/android/test/mock/ |
MockIContentProvider.java | 90 public Bundle call(String method, String request, Bundle args)
|
/frameworks/compile/mclinker/lib/LD/ |
ELFDynObjWriter.cpp | 57 // request output region 62 region = pOutput.memArea()->request(sect->offset(), sect->size());
|
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 122 NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 123 request = [NSURLProtocol canonicalRequestForRequest:request]; 125 CFSetAddValue(disallowedURLs, [request URL]); [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 100 // args passed to UDP request handler thread as void* 110 // args passed to TCP request handler thread as void* 693 UDPServerTransaction(const DaemonInfo *d, const PktMsg *request, PktMsg *reply, mDNSBool *trunc) 713 ntohs(request->msg.h.numQuestions), 714 ntohs(request->msg.h.numAnswers), 715 ntohs(request->msg.h.numAuthorities), 716 ntohs(request->msg.h.numAdditionals)); 717 res = sendto( sd, (char *)&request->msg, request->len, 0, ( struct sockaddr* ) &d->ns_addr, sizeof( d->ns_addr ) ); 718 require_action( res == (int) request->len, exit, err = mStatus_UnknownErr; LogErr( "UDPServerTransaction", "sendto" ) ) [all...] |
/external/webkit/Source/WebCore/page/ |
EventHandler.cpp | 576 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); 578 m_frame->document()->renderView()->layer()->hitTest(request, result); 608 HitTestRequest request(HitTestRequest::ReadOnly); 610 m_frame->contentRenderer()->layer()->hitTest(request, result); 627 HitTestRequest request(HitTestRequest::ReadOnly | 631 layer->hitTest(request, result); [all...] |
/external/chromium/net/url_request/ |
url_request_unittest.cc | 137 virtual int OnBeforeURLRequest(net::URLRequest* request, 140 TestNetworkDelegate::OnBeforeURLRequest(request, callback, new_url); 208 ASSERT_EQ(1, d.response_started_count()) << "request failed: " << 233 ASSERT_EQ(1, d->response_started_count()) << "request failed: " << 247 // issuing a CONNECT request with the magic host name "www.redirect.com". 303 // Tests that the network delegate can block and cancel a request. 329 // Tests that the network delegate can block and redirect a request to a new 362 // issuing a CONNECT request with the magic host name "www.server-auth.com". 436 // An https server is sent a request with an https referer, 577 URLRequest* request, [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
ApacheHttpClientTest.java | 107 HttpGet request = new HttpGet(getSmallDownloadUrl(i).toString()); local 108 HttpResponse response = httpClient.execute(request);
|
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.cc | 33 net::URLRequest* request, 41 request_(request), 117 // The request will be un-paused in DownloadFileManager::CreateDownloadFile. 227 // We'll come back later and see if it's okay to unpause the request.
|
/external/chromium/net/socket/ |
socks_client_socket_pool.cc | 202 const PoolBase::Request& request, 205 request.params(),
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 43 // Handles a binding request sent to the STUN server. 57 virtual void Prepare(StunMessage* request) { 58 request->SetType(STUN_BINDING_REQUEST); 73 // We will do a keep-alive regardless of whether this request suceeds. 104 LOG(LS_ERROR) << "Binding request timed out from " 212 // we already cleared the request when we got the first response.
|
/external/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 99 // Send a scopes request and check the result. 101 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 172 // Send a scope request for information on a single scope and check the 174 var request_json = '{"seq":0,"type":"request","command":"scope","arguments":{"number":';
|
/external/webkit/Source/WebCore/inspector/ |
InspectorPageAgent.cpp | 105 FrameLoadRequest request(mainFrame->document()->securityOrigin(), ResourceRequest(), "_blank"); 109 Frame* newFrame = WebCore::createWindow(mainFrame, mainFrame, request, windowFeatures, created);
|