/hardware/ril/mock-ril/src/cpp/ |
requests.h | 28 * A request 30 struct Request { 35 Request(const int request, const Buffer *buffer, const RIL_Token token) : 39 Set(request, buffer, token); 42 ~Request() { 46 void Set(const int request, 48 request_ = request; 55 * Ril request worker queue. 63 std::queue<Request *> free_list_ [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
Request.java | 24 public abstract class Request { 28 public Request(long messageId) { 32 // Subclasses of Request may have different semantics regarding equality; therefore,
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for 62 * The SIP Request structure. 73 public final class SIPRequest extends SIPMessage implements javax.sip.message.Request, RequestExt { 89 private transient Object inviteTransaction; // The original invite request for a 90 // given cancel request 95 * A target refresh request and its response MUST have a Contact 110 targetRefreshMethods.add(Request.INVITE); 111 targetRefreshMethods.add(Request.UPDATE); 112 targetRefreshMethods.add(Request.SUBSCRIBE); 113 targetRefreshMethods.add(Request.NOTIFY) [all...] |
/external/chromium/net/proxy/ |
mock_proxy_resolver.cc | 12 MockAsyncProxyResolverBase::Request::Request( 24 void MockAsyncProxyResolverBase::Request::CompleteNow(int rv) { 33 MockAsyncProxyResolverBase::Request::~Request() {} 64 scoped_refptr<Request> request = new Request(this, url, results, callback); local 65 pending_requests_.push_back(request); 68 *request_handle = reinterpret_cast<RequestHandle>(request.get()) 75 scoped_refptr<Request> request = reinterpret_cast<Request*>(request_handle); local [all...] |
mock_proxy_resolver.h | 21 // user must call Request::CompleteNow() on a pending request to signal it. 24 class Request : public base::RefCounted<Request> { 26 Request(MockAsyncProxyResolverBase* resolver, 38 friend class base::RefCounted<Request>; 40 virtual ~Request(); 68 typedef std::vector<scoped_refptr<Request> > RequestsList; 97 void RemovePendingRequest(Request* request); [all...] |
/external/chromium/net/http/ |
http_stream_factory_impl_request.h | 16 class HttpStreamFactoryImpl::Request : public HttpStreamRequest { 18 Request(const GURL& url, 22 virtual ~Request(); 24 // The GURL from the HttpRequestInfo the started the Request. 28 // Request. Note that this does not mean that SPDY is necessarily supported 33 // Attaches |job| to this request. Does not mean that Request will use |job|, 34 // but Request will own |job|. 37 // Marks completion of the request. Must be called before OnStreamReady(). 39 // request [all...] |
http_stream_factory_impl_request.cc | 15 HttpStreamFactoryImpl::Request::Request(const GURL& url, 32 HttpStreamFactoryImpl::Request::~Request() { 48 void HttpStreamFactoryImpl::Request::SetSpdySessionKey( 58 void HttpStreamFactoryImpl::Request::AttachJob(Job* job) { 64 void HttpStreamFactoryImpl::Request::Complete( 78 void HttpStreamFactoryImpl::Request::OnStreamReady( 109 void HttpStreamFactoryImpl::Request::OnStreamFailed( 134 void HttpStreamFactoryImpl::Request::OnCertificateError [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 53 class Request { 55 explicit Request(const std::string& source_url); 56 virtual ~Request() {} 61 net::CompletionCallbackImpl<Request> completion_callback_; 70 DISALLOW_COPY_AND_ASSIGN(Request); 75 // chrome executable. Called on UI thread from dbus request. 81 void NotifyProxyResolved(Request* request); 83 std::vector<Request*> all_requests_; 179 LOG(WARNING) << "Pending request for " << all_requests_[i]->source_url_ 206 Request* request = new Request(source_url); local [all...] |
/external/nist-sip/java/javax/sip/message/ |
Request.java | 6 public interface Request extends Message {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CookieParser.js | 57 this._addCookie(kv, WebInspector.Cookie.Type.Request); 208 Request: 0,
|
/hardware/ril/mock-ril/src/js/ |
mock_ril.js | 34 * Send a completion request to the framework. 38 * Send a complete request to the controller. 139 * Construct a new request which is passed to the 142 function Request(reqNum, token, protobuf, schema, schemaName) { 148 // not a valid protobuf in the request 187 req = new Request(reqNum, token, requestProtobuf, rilSchema, entry.schemaName); 213 * and contains an array of components this request 216 * appropriate request data.
|
/external/chromium/net/websockets/ |
websocket.h | 72 class Request { 74 Request(const GURL& url, const std::string protocol, 86 ~Request() {} 121 DISALLOW_COPY_AND_ASSIGN(Request); 127 WebSocket(Request* req, WebSocketDelegate* delegate); 129 const Request* request() const { return request_.get(); } function in class:net::WebSocket 192 scoped_ptr<Request> request_;
|
/frameworks/base/include/utils/ |
Looper.h | 283 struct Request { 292 Request request; member in struct:android::Looper::Response 320 KeyedVector<int, Request> mRequests; // guarded by mLock 337 Vector<Request> mRequests; // must hold mLock and mPolling must be false to modify 369 void pushResponse(int events, const Request& request);
|
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
CallLogAdapterTest.java | 91 // There is one request for contact details. 94 TestCallLogAdapter.Request request = mAdapter.requests.get(0); local 96 assertEquals(TEST_NUMBER, request.number); 98 assertEquals(TEST_COUNTRY_ISO, request.countryIso); 99 // Since there is nothing in the cache, it is an immediate request. 100 assertTrue("should be immediate", request.immediate); 109 // There is one request for contact details. 112 TestCallLogAdapter.Request request = mAdapter.requests.get(0) local 130 TestCallLogAdapter.Request request = mAdapter.requests.get(0); local 160 TestCallLogAdapter.Request request = mAdapter.requests.get(0); local [all...] |
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 132 ClientSocketPoolBaseHelper::Request::Request( 154 ClientSocketPoolBaseHelper::Request::~Request() {} 191 // InsertRequestIntoQueue inserts the request into the queue based on 197 const Request* r, RequestQueue* pending_requests) { 205 const ClientSocketPoolBaseHelper::Request* 208 const Request* req = *it; 218 const Request* request) { [all...] |
client_socket_pool_base.h | 169 class Request { 171 Request(ClientSocketHandle* handle, 182 virtual ~Request(); 203 DISALLOW_COPY_AND_ASSIGN(Request); 213 const Request& request, 232 // ClientSocketPoolBaseHelper takes ownership of |request|, which must be 234 int RequestSocket(const std::string& group_name, const Request* request); 238 const Request& request 649 Request* request = local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 70 request = Request.from_consumer_and_token(consumer, token, 74 request.sign_request(signing_method, consumer, token) 77 for k, v in sorted(request.iteritems()): 115 key in each request to identify itself, but will use its secret only when 116 signing requests, to prove that the request is from that particular 120 the service provider for a request token, kicking off the OAuth 142 """An OAuth credential used to request authorization or a protected 150 When first negotiating the authorization, the consumer asks for a *request 152 consumer then exchanges the request token for an *access token* that ca 540 def request(self, uri, method="GET", body=None, headers=None, member in class:Client [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...] |
/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 42 /** maps the recently requested URLs to the full request snapshot */ 43 private final Map<String, Request> pathToRequest 44 = new ConcurrentHashMap<String, Request>(); 72 /* If set, this will keep connections alive after a request has been 174 * @param value Set true to keep connections open after a request 208 * When this value is set, the server will respond to a request with 222 * snapshot of the request data. 224 public Map<String, Request> pathToRequest() { 310 * An immutable snapshot of an HTTP request. 312 public static class Request { [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 78 import javax.sip.message.Request; 187 * Internal router. Use this for all sip: request routing. 232 * Request factory interface (to be provided by the application) 237 * Router to determine where to forward the request. 316 // request. Default is "infinity". This property allows 414 dialogCreatingMethods.add(Request.REFER); 415 dialogCreatingMethods.add(Request.INVITE); 416 dialogCreatingMethods.add(Request.SUBSCRIBE); 431 // Close the request socket after infinite time. 589 if (extensionMethod.equals(Request.NOTIFY)) [all...] |
/external/chromium/net/base/ |
host_resolver_impl.cc | 249 class HostResolverImpl::Request { 251 Request(const BoundNetLog& source_net_log, 266 // Mark the request as cancelled. 279 // Identify which job the request is waiting on. 319 // Unique ID for this request. Used by observers to identify requests. 322 // The request info that started the request. 325 // The resolve job (running in worker pool) that this request is dependent on. 328 // The user's callback to invoke when the request completes. 334 DISALLOW_COPY_AND_ASSIGN(Request); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoManager.java | 122 * it is displayed immediately. Otherwise a request is sent to load the photo 138 * it is displayed immediately. Otherwise a request is sent to load the photo 153 * Remove photo from the supplied image view. This also cancels current pending load request 239 * A map from ImageView to the corresponding photo ID or uri, encapsulated in a request. 240 * The request may swapped out before the photo loading request is started. 242 private final ConcurrentHashMap<ImageView, Request> mPendingRequests = 243 new ConcurrentHashMap<ImageView, Request>(); 252 * the first request. 295 loadPhotoByIdOrUri(view, Request.createFromId(photoId, hires, darkTheme 532 Request request = iterator.next(); local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cciss_ioctl.h | 168 RequestBlock_struct Request; 176 RequestBlock_struct Request;
|
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 43 * request that a URI be downloaded to a particular destination file. The download manager will 51 * Apps that request downloads through this API should register a broadcast receiver for 238 * occurred and the download manager is waiting before retrying the request. 298 * columns to request from DownloadProvider. 324 * This class contains all the information necessary to request a new download. The URI is the 331 public static class Request { 401 public Request(Uri uri) { 412 Request(String uriString) { 429 public Request setDestinationUri(Uri uri) { 447 public Request setDestinationToSystemCache() 1135 Request request = new Request(NON_DOWNLOADMANAGER_DOWNLOAD) local [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | 694 unsigned int, fd, unsigned int, request, unsigned long, arg); 696 switch (ARG2 /* request */) { 882 switch (ARG2 /* request */) { [all...] |