/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
SyncService.java | 228 byte[] request = AdbHelper.formAdbRequest("sync:"); // $NON-NLS-1$ 229 AdbHelper.write(mChannel, request, -1, DdmPreferences.getTimeOut()); 587 // create the full request message 863 // create the stat request message. 898 * Creates the data array for a stat request. [all...] |
/external/iptables/libipq/ |
libipq.c | 357 int ipq_ctl(const struct ipq_handle *h, int request, ...)
|
/external/webkit/WebKit/android/jni/ |
WebCoreResourceLoader.cpp | 253 WebCore::ResourceRequest r = handle->request();
|
/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.h | 222 virtual status_t invoke(const Parcel& request, Parcel *reply);
|
/hardware/ril/include/telephony/ |
ril.h | 826 * (request will be made again in a few hundred msec) [all...] |
/external/speex/libspeex/ |
jitter.c | 783 EXPORT int jitter_buffer_ctl(JitterBuffer *jitter, int request, void *ptr) 786 switch(request) 838 speex_warning_int("Unknown jitter_buffer_ctl request: ", request);
|
nb_celp.c | [all...] |
/external/webkit/WebCore/rendering/ |
RenderFrameSet.cpp | 162 bool RenderFrameSet::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, 168 bool inside = RenderBox::nodeAtPoint(request, result, x, y, tx, ty, action) 172 && !request.readOnly() && !result.innerNode()) {
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 351 public Bundle call(String method, String request, Bundle args) { 353 return lookupValue("system", sSystemCache, request); 356 return lookupValue("secure", sSecureCache, request); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 694 HttpGet request = new HttpGet("http://www.google.com"); local 695 HttpResponse response = client.execute(request); 701 request.abort(); [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 1150 dispatch: function(callback, request, transport, json) { 1154 responder[callback].apply(responder, [request, transport, json]); 1190 Ajax.Request = Class.create(Ajax.Base, { 1196 this.request(url); 1199 request: function(url) { [all...] |
/external/webkit/WebKit/win/ |
WebView.cpp | [all...] |
WebFrame.h | 112 /* [in] */ IWebURLRequest *request);
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 1816 char *request = 0; local [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/prebuilt/common/ddmlib/ |
ddmlib-prebuilt.jar | |
/external/chromium/third_party/libevent/ |
http.c | 375 * Create the headers needed for an HTTP request 385 /* Generate request line */ 390 /* Add the content length on a post request if missing */ 502 /* if the request asked for a close, we send a close, too */ 517 * Depending if this is a HTTP request or response, we might need to 534 * For a request, we add the POST data, for a reply, this 572 /* Generate request file */ 665 /* We are trying the next request that was queued on us */ 713 * - If this is an incoming connection, we've just processed the request; 741 * and deal with the next request 1186 struct evhttp_request *request = TAILQ_FIRST(&evcon->requests); local [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrame.mm | [all...] |
WebViewPrivate.h | 308 speculative checks to see if a request can be used to create 312 the request is not mutated (if the request is mutable). Hence, clients 313 should be prepared to handle failures even if they have performed request 315 @param request The request to preflight. 317 can be created for the request, NO otherwise. 319 + (BOOL)_canHandleRequest:(NSURLRequest *)request;
|
/external/webkit/WebKit/qt/Api/ |
qwebpage.cpp | 457 bool QWebPagePrivate::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type) 462 return q->acceptNavigationRequest(frame, request, type); [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 394 public Bundle call(String method, String request, Bundle args) {
|
/external/chromium/net/proxy/ |
proxy_resolver_v8.cc | 400 RequestHandle* /*request*/, 415 void ProxyResolverV8::CancelRequest(RequestHandle request) {
|
/external/chromium/net/url_request/ |
url_request.cc | 137 // for request headers are implemented. 146 // We haven't started or the request was cancelled 286 DCHECK(job->request() == this); 300 // This should only be called on a started request. 311 // If the URL request already has an error status, then canceling is a no-op. 341 // Once the request fails or is cancelled, read will just return 0 bytes 455 // NOTE: Even though RFC 2616 says to preserve the request method when 459 // user to confirm the generation of a new POST request, but IE omits this 502 // If the context this request belongs to has changed, update the tracker(s).
|
/external/webkit/WebCore/loader/ |
FrameLoader.h | 320 void applyUserAgent(ResourceRequest& request); 473 // a new request is being loaded, the old document loader may still be referenced. 474 // E.g. while a new request is in the "policy" state, the old document loader may
|
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_cfg80211.c | 78 struct cfg80211_scan_request *request, struct cfg80211_ssid *this_ssid); 80 struct cfg80211_scan_request *request); 756 struct cfg80211_scan_request *request, struct cfg80211_ssid *this_ssid) 780 if (request) { /* scan bss */ 781 ssids = request->ssids; 782 n_ssids = min(request->n_ssids, WL_NUM_SCAN_MAX); 788 * specific scan request 797 wl->scan_request = request; 858 struct cfg80211_scan_request *request) 866 if (unlikely((err = __wl_cfg80211_scan(wiphy, ndev, request, NULL)))) [all...] |