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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 10 request do_create_icount, "Create an icount structure",
13 request do_free_icount, "Free an icount structure",
16 request do_fetch, "Fetch an icount entry",
19 request do_increment, "Increment an icount entry",
22 request do_decrement, "Decrement an icount entry",
25 request do_store, "Store an icount entry",
28 request do_get_size, "Get the size of the icount structure",
31 request do_dump, "Dump the icount structure",
34 request do_validate, "Validate the icount structure",
test_rel_cmds.ct 11 request do_brel_ma_create, "Open a memory array block relocation table",
14 request do_brel_free, "Free a block relocation table",
17 request do_brel_put, "Add or modify a block relocation entry",
20 request do_brel_get, "Get a block relocation entry",
23 request do_brel_start_iter, "Start iterating over the block table",
26 request do_brel_next, "Get the next block relocation entry",
29 request do_brel_dump, "Dump the block relocation table",
32 request do_brel_move, "Move an entry in the block relocation table",
35 request do_brel_delete, "Delete an entry in the block relocation table",
42 request do_irel_ma_create, "Open a memory array inode relocation table"
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 7 request do_show_debugfs_params, "Show debugfs parameters",
10 request do_open_filesys, "Open a filesystem",
13 request do_close_filesys, "Close the filesystem",
16 request do_features, "Set/print superblock features",
19 request do_dirty_filesys, "Mark the filesystem as dirty",
22 request do_init_filesys, "Initialize a filesystem (DESTROYS DATA)",
25 request do_show_super_stats, "Show superblock statistics",
28 request do_ncheck, "Do inode->name translation",
31 request do_icheck, "Do block->inode translation",
34 request do_chroot, "Change root directory"
    [all...]
  /external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi 6 read(STDIN, $request, $ENV{'CONTENT_LENGTH'})
8 print "<pre>$request</pre>";
  /external/e2fsprogs/lib/ext2fs/
extent_dbg.ct 7 request do_inode, "Open an inode",
10 request do_current_node, "Current extent node",
13 request do_root_node, "Goto root extent",
16 request do_last_leaf, "Goto last leaf",
19 request do_first_sib, "Goto first sibling",
22 request do_last_sib, "Goto last sibling",
25 request do_next_sib, "Goto next sibling",
28 request do_prev_sib, "Goto previous sibling",
31 request do_next_leaf, "Goto next leaf",
34 request do_prev_leaf, "Goto previous leaf"
    [all...]
  /external/chromium/net/base/
network_delegate.cc 11 int NetworkDelegate::NotifyBeforeURLRequest(URLRequest* request,
15 DCHECK(request);
17 return OnBeforeURLRequest(request, callback, new_url);
29 void NetworkDelegate::NotifyResponseStarted(URLRequest* request) {
31 DCHECK(request);
32 OnResponseStarted(request);
35 void NetworkDelegate::NotifyReadCompleted(URLRequest* request, int bytes_read) {
37 DCHECK(request);
38 OnReadCompleted(request, bytes_read);
41 void NetworkDelegate::NotifyURLRequestDestroyed(URLRequest* request) {
    [all...]
network_delegate.h 38 int NotifyBeforeURLRequest(URLRequest* request,
44 void NotifyResponseStarted(URLRequest* request);
45 void NotifyReadCompleted(URLRequest* request, int bytes_read);
46 void NotifyURLRequestDestroyed(URLRequest* request);
48 // Returns a URLRequestJob that will be used to handle the request if
51 // so that we can perform Delegate-dependent request handling from the static
54 URLRequestJob* MaybeCreateURLRequestJob(URLRequest* request);
61 // Called before a request is sent. Allows the delegate to rewrite the URL
63 // time, but will have no effect if the request has already been cancelled or
65 // the request or ERR_IO_PENDING if the result is not ready yet
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service_win.cc 12 GenericRequest<IE7PasswordInfo>* request = local
15 RegisterRequest(request);
17 request));
21 GenericRequest<IE7PasswordInfo>* request = local
24 RegisterRequest(request);
26 request));
32 GenericRequest<IE7PasswordInfo>* request = local
35 RegisterRequest(request);
37 request));
38 return request->GetHandle()
    [all...]
web_data_service.cc 81 NOTREACHED() << "Canceling a nonexistent web data service request";
106 GenericRequest<TemplateURL>* request = local
108 RegisterRequest(request);
110 request));
114 GenericRequest<TemplateURLID>* request = local
117 RegisterRequest(request);
119 NewRunnableMethod(this, &WebDataService::RemoveKeywordImpl, request));
126 GenericRequest<TemplateURL>* request = local
128 RegisterRequest(request);
130 NewRunnableMethod(this, &WebDataService::UpdateKeywordImpl, request));
135 WebDataRequest* request = local
146 GenericRequest<TemplateURLID>* request = local
158 GenericRequest<int>* request = local
174 GenericRequest2<GURL, SkBitmap>* request = local
184 GenericRequest2<GURL, bool>* request = local
194 GenericRequest<GURL>* request = local
204 GenericRequest<GURL>* request = local
220 GenericRequest2<std::string, std::string>* request = local
229 GenericRequest<std::string>* request = local
242 GenericRequest<std::string>* request = local
259 GenericRequest<PasswordForm>* request = local
268 GenericRequest<PasswordForm>* request = local
277 GenericRequest<PasswordForm>* request = local
287 GenericRequest2<Time, Time>* request = local
305 GenericRequest<PasswordForm>* request = local
316 WebDataRequest* request = local
327 WebDataRequest* request = local
344 GenericRequest<std::vector<FormField> >* request = local
356 WebDataRequest* request = local
371 GenericRequest2<Time, Time>* request = local
384 GenericRequest2<string16, string16>* request = local
397 GenericRequest<AutofillProfile>* request = local
407 GenericRequest<AutofillProfile>* request = local
417 GenericRequest<std::string>* request = local
428 WebDataRequest* request = local
439 GenericRequest<bool>* request = local
449 GenericRequest<CreditCard>* request = local
459 GenericRequest<CreditCard>* request = local
469 GenericRequest<std::string>* request = local
480 WebDataRequest* request = local
493 GenericRequest2<Time, Time>* request = local
    [all...]
  /frameworks/support/volley/src/com/android/volley/
NetworkDispatcher.java 32 private final BlockingQueue<Request> mQueue;
51 public NetworkDispatcher(BlockingQueue<Request> queue,
71 Request request; local
74 // Take a request from the queue.
75 request = mQueue.take();
85 request.addMarker("network-queue-take");
87 // If the request was cancelled already, do not perform the
88 // network request.
89 if (request.isCanceled())
    [all...]
CacheDispatcher.java 36 private final BlockingQueue<Request> mCacheQueue;
39 private final BlockingQueue<Request> mNetworkQueue;
60 BlockingQueue<Request> cacheQueue, BlockingQueue<Request> networkQueue,
86 // Get a request from the cache triage queue, blocking until
88 final Request request = mCacheQueue.take(); local
89 request.addMarker("cache-queue-take");
91 // If the request has been canceled, don't bother dispatching it.
92 if (request.isCanceled())
    [all...]
Network.java 24 * Performs the specified request.
25 * @param request Request to process
29 public NetworkResponse performRequest(Request<?> request) throws VolleyError;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
ExtractedTextRequestTest.java 27 ExtractedTextRequest request = new ExtractedTextRequest(); local
28 request.flags = 1;
29 request.hintMaxChars = 100;
30 request.hintMaxLines = 10;
31 request.token = 2;
33 assertEquals(0, request.describeContents());
36 request.writeToParcel(p, 0);
40 assertEquals(request.flags, target.flags);
41 assertEquals(request.hintMaxChars, request.hintMaxChars)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
VCardImportExportListener.java 24 void onImportProcessed(ImportRequest request, int jobId, int sequence);
25 void onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount,
27 void onImportFinished(ImportRequest request, int jobId, Uri uri);
28 void onImportFailed(ImportRequest request);
29 void onImportCanceled(ImportRequest request, int jobId);
31 void onExportProcessed(ExportRequest request, int jobId);
32 void onExportFailed(ExportRequest request);
34 void onCancelRequest(CancelRequest request, int type);
  /external/kernel-headers/original/linux/
elevator.h 4 typedef int (elevator_merge_fn) (request_queue_t *, struct request **,
7 typedef void (elevator_merge_req_fn) (request_queue_t *, struct request *, struct request *);
9 typedef void (elevator_merged_fn) (request_queue_t *, struct request *);
13 typedef void (elevator_add_req_fn) (request_queue_t *, struct request *);
15 typedef struct request *(elevator_request_list_fn) (request_queue_t *, struct request *);
16 typedef void (elevator_completed_req_fn) (request_queue_t *, struct request *);
19 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
20 typedef void (elevator_put_req_fn) (request_queue_t *, struct request *);
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testnetworkrequest.c 32 WebKitNetworkRequest* request; local
36 request = WEBKIT_NETWORK_REQUEST(g_object_new(WEBKIT_TYPE_NETWORK_REQUEST, "uri", "http://debian.org/", NULL));
37 g_assert(WEBKIT_IS_NETWORK_REQUEST(request));
38 message = webkit_network_request_get_message(request);
40 g_object_unref(request);
44 request = WEBKIT_NETWORK_REQUEST(g_object_new(WEBKIT_TYPE_NETWORK_REQUEST, "message", message, NULL));
45 g_assert(WEBKIT_IS_NETWORK_REQUEST(request));
47 g_object_unref(request);
53 request = WEBKIT_NETWORK_REQUEST(g_object_new(WEBKIT_TYPE_NETWORK_REQUEST, "message", message, "uri", "http://gnome.org/", NULL));
54 g_assert(WEBKIT_IS_NETWORK_REQUEST(request));
64 WebKitNetworkRequest* request; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 62 struct usb_request* request = usb_request_new(device, &desc); local
63 if (request)
64 env->SetIntField(thiz, field_context, (int)request);
65 return (request != NULL);
72 struct usb_request* request = get_request_from_object(env, thiz); local
73 if (request) {
74 usb_request_free(request);
83 struct usb_request* request = get_request_from_object(env, thiz); local
84 if (!request) {
85 ALOGE("request is closed in native_queue")
120 struct usb_request* request = get_request_from_object(env, thiz); local
139 struct usb_request* request = get_request_from_object(env, thiz); local
169 struct usb_request* request = get_request_from_object(env, thiz); local
181 struct usb_request* request = get_request_from_object(env, thiz); local
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
RequestContent.java 46 * A request interceptor that decides about the transport encoding.
60 public void process(final HttpRequest request, final HttpContext context)
62 if (request == null) {
63 throw new IllegalArgumentException("HTTP request may not be null");
65 if (request instanceof HttpEntityEnclosingRequest) {
66 if (request.containsHeader(HTTP.TRANSFER_ENCODING)) {
69 if (request.containsHeader(HTTP.CONTENT_LEN)) {
72 ProtocolVersion ver = request.getRequestLine().getProtocolVersion();
73 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity();
75 request.addHeader(HTTP.CONTENT_LEN, "0")
    [all...]
  /external/webkit/Source/WebCore/platform/network/qt/
ResourceRequestQt.cpp 48 QNetworkRequest request; local
49 request.setUrl(url());
50 request.setOriginatingObject(originatingFrame);
60 request.setRawHeader(name, value);
62 request.setRawHeader(name, "");
67 if (!request.hasRawHeader("Accept"))
68 request.setRawHeader("Accept", "*/*");
72 request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::AlwaysNetwork);
75 request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::PreferCache);
78 request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::AlwaysCache)
    [all...]
  /external/chromium/net/url_request/
https_prober.cc 43 void HTTPSProber::OnAuthRequired(URLRequest* request,
45 Success(request);
48 void HTTPSProber::OnSSLCertificateError(URLRequest* request,
51 request->ContinueDespiteLastError();
54 void HTTPSProber::OnResponseStarted(URLRequest* request) {
55 if (request->status().status() == URLRequestStatus::SUCCESS) {
56 Success(request);
58 Failure(request);
62 void HTTPSProber::OnReadCompleted(URLRequest* request, int bytes_read) {
72 void HTTPSProber::Success(URLRequest* request) {
    [all...]
url_request_about_job.cc 16 URLRequestAboutJob::URLRequestAboutJob(URLRequest* request)
17 : URLRequestJob(request),
22 URLRequestJob* URLRequestAboutJob::Factory(URLRequest* request,
24 return new URLRequestAboutJob(request);
  /external/chromium/chrome/browser/net/
url_request_tracking.h 15 // Sets the given ID on the given request for later retrieval. This information
21 // If you make a request on behalf of a child process other than a renderer,
27 void SetOriginPIDForRequest(int pid, net::URLRequest* request);
29 // Returns the process ID of the request's originator, previously stored with
31 // should be interpreted as meaning the request originated from a renderer
33 int GetOriginPIDForRequest(const net::URLRequest* request);
  /cts/tests/tests/webkitsecurity/assets/
bad-handshake-crash_wsh.py 5 def web_socket_do_extra_handshake(request):
9 msg += "Sec-WebSocket-Accept: %s\r\n" % compute_accept(request.headers_in["Sec-WebSocket-Key"])[0]
12 request.connection.write(msg)
17 def web_socket_transfer_data(request):
  /external/webkit/Source/WebCore/storage/
IDBCursorWithValue.cpp 36 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction));
41 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
42 : IDBCursor(backend, request, source, transaction)
  /bionic/libc/bionic/
ioctl.c 32 int ioctl(int fd, int request, ...)
37 va_start(ap, request);
41 return __ioctl(fd, request, arg);

Completed in 1485 milliseconds

1 2 3 4 5 6 7 8 91011>>