/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 259 byte[] request = AdbHelper.formAdbRequest("host:track-devices"); //$NON-NLS-1$ 262 AdbHelper.write(mMainAdbConnection, request); 268 // request was refused by adb! 269 Log.e("DeviceMonitor", "adb refused request: " + resp.message); 274 Log.e("DeviceMonitor", "Sending Tracking request failed!"); 669 byte[] request = AdbHelper.formAdbRequest("track-jdwp"); //$NON-NLS-1$ 671 AdbHelper.write(socket, request); 676 // request was refused by adb! 677 Log.e("DeviceMonitor", "adb refused request: " + resp.message); 682 Log.e("DeviceMonitor", "Sending jdwp tracking request timed out!") [all...] |
/external/speex/libspeex/ |
sb_celp.c | 94 int sb_encoder_ctl(void *state, int request, void *ptr) 99 int sb_decoder_ctl(void *state, int request, void *ptr) [all...] |
/external/v8/src/ |
debug-agent.cc | 190 // Send the request received to the debugger. 388 const v8::Handle<v8::String> request) { 392 // Convert the request to UTF-8 encoding. 393 v8::String::Utf8Value utf8_request(request);
|
/external/webkit/WebCore/loader/ |
EmptyClients.h | 284 virtual PassRefPtr<DocumentLoader> createDocumentLoader(const ResourceRequest& request, const SubstituteData& substituteData) { return DocumentLoader::create(request, substituteData); }
|
/external/webkit/WebCore/page/ |
Chrome.cpp | 162 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features) const 164 Page* newPage = m_client->createWindow(frame, request, features);
|
/external/webkit/WebCore/rendering/ |
RenderLineBoxList.cpp | 218 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const 241 bool inside = curr->nodeAtPoint(request, result, x, y, tx, ty);
|
RenderWidget.cpp | 353 bool RenderWidget::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction action) 356 bool inside = RenderReplaced::nodeAtPoint(request, result, x, y, tx, ty, action);
|
RenderLayer.cpp | [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebinspector.cpp | 529 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active); 533 frame->contentRenderer()->layer()->hitTest(request, result);
|
webkitwebview.h | 89 WebKitNetworkRequest *request); 212 WebKitNetworkRequest *request);
|
webkitwebframe.cpp | 265 * the size request of the widget would force browser windows to 547 ResourceRequest request(baseKURL); 556 coreFrame->loader()->load(request, substituteData, false); 591 * Request loading of an alternate content for a URL that is unreachable. 608 * @request: a #WebKitNetworkRequest 610 * Connects to a given URI by initiating an asynchronous client request. 616 void webkit_web_frame_load_request(WebKitWebFrame* frame, WebKitNetworkRequest* request) 619 g_return_if_fail(WEBKIT_IS_NETWORK_REQUEST(request)); 625 coreFrame->loader()->load(core(request), false); 649 * Reloads the initial request [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 112 NSURLRequest* request = [NSURLRequest requestWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 113 request = [NSURLProtocol canonicalRequestForRequest:request]; 115 CFSetAddValue(disallowedURLs, [request URL]);
|
UIDelegate.mm | 116 - (WebView *)webView:(WebView *)sender createWebViewWithRequest:(NSURLRequest *)request
|
/external/wpa_supplicant/ |
driver_ndiswrapper.c | 93 static int iw_set_ext(struct wpa_driver_ndiswrapper_data *drv, int request, 97 return ioctl(drv->sock, request, pwrq);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndiswrapper.c | 93 static int iw_set_ext(struct wpa_driver_ndiswrapper_data *drv, int request, 97 return ioctl(drv->sock, request, pwrq);
|
/frameworks/base/core/java/android/net/http/ |
Request.java | 47 * Represents an HTTP request for a given host. 52 class Request { 54 /** The eventhandler to call as the request progresses */ 59 /** The Apache http request */ 62 /** The path component of this request */ 65 /** Host serving this request */ 71 /** True if request has been cancelled */ 101 * Instantiates a new Request. 103 * @param host The server that will handle this request 107 * @param eventHandler request will make progress callbacks o [all...] |
/hardware/msm7k/librpc/ |
svc_clnt_common.c | 17 static bool_t xdr_std_control(xdr_s_type *xdr, int request, void *info) 19 return r_control(xdr->fd, request, info);
|
/system/core/sh/ |
output.c | 510 xioctl(int fd, unsigned long request, char *arg) 514 while ((i = ioctl(fd, request, arg)) == -1 && errno == EINTR);
|
/external/chromium/net/http/ |
http_cache.cc | 75 // A work item encapsulates a single request for cache entry with all the 76 // information needed to complete that request. 283 std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) { 285 std::string url = HttpUtil::SpecForRequest(request->url); 291 if (request->upload_data && request->upload_data->identifier()) { 293 request->upload_data->identifier())); 304 // Each time we request an item from the cache, we tag it with a 316 result.append(request->method); 748 // re-issue a request (or send a different one). If we don't delete new_entry [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 206 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]]; 207 [[_webView mainFrame] loadRequest:request]; 208 [request release];
|
/external/blktrace/btt/doc/ |
btt.tex | 37 information about request queue operations up to user space. 112 \item Time needed to insert or merge an incoming IO onto the request 120 for a request. That occurs between the Q and G operations. You 124 \item[Q2G] Time needed to \emph{get} a request (get request 127 \item[G2I] Time needed to put that request onto the request 131 For \emph{merged} requests -- an incoming request that is merged 132 with a previously submitted request -- we calculate \emph{Q2M}, the 135 \item Time spent on the request queue. The average time from whe [all...] |
/external/webkit/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 163 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, QWebPage::NavigationType type) { 165 Q_UNUSED(request); 271 QNetworkRequest request; member in struct:TestPage::Navigation 278 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest &request, NavigationType type) { 281 n.request = request; 316 QCOMPARE(n.request.url().toString(), QString("data:text/html,Reached")); 331 virtual QNetworkReply* createRequest(Operation op, const QNetworkRequest &request, QIODevice* outgoingData) { 332 requests.append(request); 333 requestedUrls.append(request.url()) [all...] |
/hardware/ril/libril/ |
ril.cpp | 85 // request, response, and unsolicited msg print macro 232 extern "C" const char * requestToString(int request); 290 * Issue a single local request, ensuring that the response 294 issueLocalRequest(int request, void *data, int len) { 302 pRI->pCI = &(s_commands[request]); 313 LOGD("C[locl]> %s", requestToString(request)); 315 s_callbacks.onRequest(request, data, len, pRI); 324 int32_t request; local 332 status = p.readInt32(&request); 336 LOGE("invalid request block") [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 1142 CodeGeneratorRequest request; local [all...] |
/external/chromium/net/url_request/ |
url_request_job.cc | 25 URLRequestJob::URLRequestJob(URLRequest* request) 26 : request_(request), 40 is_profiling_ = request->enable_profiling(); 53 // Make sure the request is notified that we are done. We assume that the 54 // request took care of setting its error status before calling Kill. 349 return; // The request was destroyed, so there is no more work to do. 362 // When notifying the delegate, the delegate can release the request 364 // check the request pointer to see if it still exists, and return 388 // Ensure that the request wasn't detached or destroyed in ReceivedRedirect 439 return; // The request was destroyed, so there is no more work to do [all...] |