HomeSort by relevance Sort by last modified time
    Searched defs:requests (Results 1 - 18 of 18) sorted by null

  /external/chromium/third_party/libevent/
evrpc-internal.h 83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests; member in struct:evrpc_pool
http-internal.h 5 * This header file contains definitions for dealing with HTTP requests
71 #define EVHTTP_CON_OUTGOING 0x0002 /* multiple requests possible */
83 TAILQ_HEAD(evcon_requestq, evhttp_request) requests; member in struct:evhttp_connection
127 /* resets the connection; can be reused for more requests */
  /external/e2fsprogs/lib/ss/
ss.h 47 ss_request_entry *requests; member in struct:_ss_request_table
  /external/wpa_supplicant/
radius_client.h 34 u32 requests; /* @Client{Access,}Requests */ member in struct:hostapd_radius_server
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 34 u32 requests; /* @Client{Access,}Requests */ member in struct:hostapd_radius_server
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 44 /* This module handle the incoming measurement requests. The object handle */
45 /* data base that stores all measurement requests from the last incoming. */
46 /* This module export interface function for sceduling the next requests to be */
258 - Inserts all requests into the queue.
283 TI_UINT8 *requests = measurementFrameReq.requests; local
298 requests,
306 requests += singelRequestLen;
320 DESCRIPTION: RequestHandler module function for retrieving the requests that
323 - returns pointers to one request/several requests tha
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 45 /* This module handle the incoming measurement requests. The object handle */
46 /* data base that stores all measurement requests from the last incoming. */
47 /* This module export interface function for sceduling the next requests to be */
262 - Inserts all requests into the queue.
287 UINT8 *requests = measurementFrameReq.requests; local
303 requests,
311 requests += singelRequestLen;
327 DESCRIPTION: RequestHandler module function for retrieving the requests that
330 - returns pointers to one request/several requests tha
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 44 /* This module handle the incoming measurement requests. The object handle */
45 /* data base that stores all measurement requests from the last incoming. */
46 /* This module export interface function for sceduling the next requests to be */
258 - Inserts all requests into the queue.
283 TI_UINT8 *requests = measurementFrameReq.requests; local
298 requests,
306 requests += singelRequestLen;
320 DESCRIPTION: RequestHandler module function for retrieving the requests that
323 - returns pointers to one request/several requests tha
    [all...]
  /external/kernel-headers/original/linux/
uinput.h 74 struct uinput_request *requests[UINPUT_NUM_REQUESTS]; member in struct:uinput_device
  /packages/providers/DownloadProvider/tests/src/tests/http/
MockWebServer.java 104 List<RecordedRequest> requests = new ArrayList<RecordedRequest>(); local
105 requestQueue.drainTo(requests);
106 return requests;
110 * Starts the server, serves all enqueued requests, and shuts the server
194 return null; // end of data; no more requests
235 throw new IllegalArgumentException("GET requests should not have a body!");
239 throw new IllegalArgumentException("POST requests must have a body!");
  /external/chromium/net/url_request/
url_request_view_net_internals_job.cc 370 : SubSection(parent, "trace", "Trace of requests") {
423 : SubSection(parent, "outstanding", "Outstanding requests") {
427 std::vector<URLRequest*> requests = local
431 for (size_t i = 0; i < requests.size(); ++i) {
433 size_t index = requests.size() - i - 1;
434 OutputURLAndLoadLog(requests[index]->original_url(),
435 requests[index]->load_log(),
445 : SubSection(parent, "recent", "Recently completed requests") {
  /external/qemu/hw/
scsi-disk.c 65 SCSIRequest *requests; member in struct:SCSIDeviceState
100 r->next = s->requests;
101 s->requests = r;
110 if (s->requests == r) {
111 s->requests = r->next;
113 last = s->requests;
130 r = s->requests;
314 SCSIRequest *r = s->requests;
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 111 List<RecordedRequest> requests = new ArrayList<RecordedRequest>(); local
112 requestQueue.drainTo(requests);
113 return requests;
117 * Starts the server, serves all enqueued requests, and shuts the server
125 * Starts the server, serves all enqueued requests, and shuts the server
212 return null; // end of data; no more requests
253 throw new IllegalArgumentException("GET requests should not have a body!");
257 throw new IllegalArgumentException("POST requests must have a body!");
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 54 /* In non unicast measurement requests a random delay */
270 TI_UINT8 *requests; /**< */ member in struct:__anon10494
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverMsr.h 54 /* In non unicast measurement requests a random delay */
270 TI_UINT8 *requests; /**< */ member in struct:__anon18816
  /external/chromium/net/base/
host_resolver_impl.cc 135 // Unique ID for this request. Used by observers to identify requests.
271 const RequestsList& requests() const { function in class:net::HostResolverImpl::Job
286 // Free the requests attached to this job.
354 RequestsList requests_; // The requests waiting on this job.
385 // JobPool contains all the information relating to queued requests, including
387 // requests.
396 // Free the pending requests.
410 // Returns the number of pending requests enqueued to this pool.
485 // Removes any pending requests from the queue which are for the
508 // Maximum number of concurrent jobs allowed to be started for requests
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 328 QList<QNetworkRequest> requests; member in class:TestNetworkManager
332 requests.append(request);
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 289 milliseconds