HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 1126 - 1150 of 1458) sorted by null

<<41424344454647484950>>

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h 171 const u8 *dev_addr, int request,
349 const u8 *dev_addr, int request,
dbus_new.c 391 * Request additional information or passwords to complete an association
392 * request.
799 * @dev_addr - who sent the request or responded to our request.
800 * @request - Will be 1 if request, 0 for response.
817 const u8 *dev_addr, int request,
837 if (request || !status) {
839 _signal = request ?
843 _signal = request
    [all...]
  /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...]
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 257 * Request or unrequest NFC service callbacks for NDEF push.
261 void requestNfcServiceCallback(boolean request) {
263 NfcAdapter.sService.setNdefPushCallback(request ? this : null);
  /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 135 // A work item encapsulates a single request to the backend with all the
136 // information needed to complete that request.
545 std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) {
547 std::string url = HttpUtil::SpecForRequest(request->url);
553 if (request->upload_data && request->upload_data->identifier()) {
555 request->upload_data->identifier()));
566 // Each time we request an item from the cache, we tag it with a
578 result.append(request->method);
    [all...]
http_stream_factory_impl_job.cc 88 void HttpStreamFactoryImpl::Job::Start(Request* request) {
89 DCHECK(request);
90 request_ = request;
149 void HttpStreamFactoryImpl::Job::Orphan(const Request* request) {
150 DCHECK_EQ(request_, request);
551 // Update the spdy session key for the request that launched this job.
711 // This state indicates that the stream request is in a partially
817 // interchangeably. This request won't necessarily get this http prox
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 253 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]];
254 [[_webView mainFrame] loadRequest:request];
255 [request release];
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 527 // Sends the request and reply parcels to the media player via the
539 Parcel *request = parcelForJavaObject(env, java_request); local
544 return media_player->invoke(*request, reply);
549 android_media_MediaPlayer_setMetadataFilter(JNIEnv *env, jobject thiz, jobject request)
557 Parcel *filter = parcelForJavaObject(env, request);
771 Parcel *request = parcelForJavaObject(env, java_request); local
772 status_t err = mp->setParameter(key, *request);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFWriter.cpp 37 MemoryRegion *region = pOutput.memArea()->request(0,
88 MemoryRegion *region = pOutput.memArea()->request(0,
185 MemoryRegion* region = pOutput.memArea()->request(
218 MemoryRegion* region = pOutput.memArea()->request(
271 MemoryRegion* region = pOutput.memArea()->request(shstrtab.offset(),
313 MemoryRegion* region = pOutput.memArea()->request(shstrtab.offset(),
  /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...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 201 // just request the instance here.
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/openssh/
sftp-server.c 409 debug3("request %u: sent status %u", id, status);
440 debug("request %u: sent data len %d", id, dlen);
451 debug("request %u: sent handle handle %d", id, handle);
466 debug("request %u: sent names count %d", id, count);
481 debug("request %u: sent attrib have 0x%x", id, a->flags);
556 debug3("request %u: open flags %d", id, pflags);
592 debug3("request %u: close handle %u", id, handle);
612 debug("request %u: read \"%s\" (handle %d) off %llu len %d",
654 debug("request %u: write \"%s\" (handle %d) off %llu len %d",
696 debug3("request %u: %sstat", id, do_lstat ? "l" : "")
1253 char *request; local
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 435 // Request the tabs closed in the last session. If the last session crashed,
714 scoped_refptr<InternalGetCommandsRequest> request) {
716 CreateEntriesFromCommands(request, &entries);
725 scoped_refptr<InternalGetCommandsRequest> request,
727 if (request->canceled() || entries_.size() == kMaxEntries)
730 std::vector<SessionCommand*>& commands = request->commands;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1142 CodeGeneratorRequest request; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp     [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 25 MemcachedZipHandler: Class that serves request
91 Serves a GET request from a series of zip files. As files are served they are
119 class' get method. Some logic is applied to the request to serve files
136 # lang pref cookie in the request, add set-cookie to the response with the
139 langName = self.request.cookies['android_developer_pref_lang']
157 # if the lang code in the request is different from that in
161 # logging.info(' Handling a MISMATCHED intl request')
182 # processing the request below.
189 # handle a 'clean' request.
190 # Try to form a response using the actual request url
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 104 import javax.sip.message.Request;
154 // so when a subsequent request will be sent it will be set and a new message channel can be
203 // The following fields are extracted from the request that created the
323 Request byeRequest = SIPDialog.this.createRequest(Request.BYE);
343 * side. Wait for any ACK retransmissions to finish. Then send out the request.
518 Request byeRequest = SIPDialog.this.createRequest(Request.BYE);
770 // incoming request.
2887 SIPRequest request = this.originalRequest; local
    [all...]
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 44 // In Qt 4.8, the attribute for sending a request synchronously will be made public,
518 ResourceError error(newUrl.host(), 400 /*bad request*/,
527 // - If original request is POST convert to GET and redirect automatically
529 // - Use the HTTP method from the previous request
542 if (wasAborted()) // Network error cancelled the request.
581 QNetworkReply* QNetworkReplyHandler::sendNetworkRequest(QNetworkAccessManager* manager, const ResourceRequest& request)
602 FormDataIODevice* postDevice = new FormDataIODevice(request.httpBody());
613 FormDataIODevice* putDevice = new FormDataIODevice(request.httpBody());
647 // If supported, a synchronous request will be finished at this point, no need to hook up the signals.
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 272 WrappedResourceRequest request;
274 request.bind(r.resourceRequest());
276 m_webView->client()->createView(WebFrameImpl::fromFrame(frame), request, features, r.frameName()));
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 20 import android.app.DownloadManager.Request;
794 * @param dlRequest the download request id used by Download Manager to track the download.
954 Request request = new Request(uri).setTitle(DEFAULT_FILENAME); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 482 public int onConnect(HeaderSet request, HeaderSet reply) {
543 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) {
548 public int onDelete(HeaderSet request, HeaderSet reply) {
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 88 scoped_refptr<history::HistoryAddPageArgs> request(
92 backend_->AddPage(request);
109 scoped_refptr<HistoryAddPageArgs> request(
113 backend_->AddPage(request);
453 scoped_refptr<HistoryAddPageArgs> request(
458 backend_->AddPage(request);
    [all...]

Completed in 2379 milliseconds

<<41424344454647484950>>