HomeSort by relevance Sort by last modified time
    Searched refs:request (Results 1226 - 1250 of 2852) sorted by null

<<41424344454647484950>>

  /frameworks/av/media/mtp/
MtpPacket.h 60 int transfer(struct usb_request* request);
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 264 * fields in <code>request</code> for how many chars to return,
274 * @param request Description of how the text should be returned.
282 * longer valid of the editor can't comply with the request for
285 public ExtractedText getExtractedText(ExtractedTextRequest request,
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjReader.cpp 54 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
111 MemoryRegion* symtab_region = pInput.memArea()->request(
114 MemoryRegion* strtab_region = pInput.memArea()->request(
  /frameworks/compile/mclinker/lib/Support/
raw_mem_ostream.cpp 37 MemoryRegion* region = m_MemoryArea.request(m_Position, pSize);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 98 camera_metadata_t **request, bool sizeRequest);
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 38 * Called when the given {@link Editor} has a request, for example it
41 public void onRequest(int request);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasMoveItems.java 24 * Performs a MoveItems request, which is used to move items between collections.
54 // TODO: Allow multiple messages in one request. Requires parser changes.
124 private void processResponse(final MessageMove request, final MoveResponse response) {
127 if (!response.sourceMessageId.equals(request.getServerId())) {
129 LogUtils.e(LOG_TAG, "Got a response for a message we didn't request");
135 cv.put(EmailContent.MessageColumns.MAILBOX_KEY, request.getSourceFolderKey());
145 request.getMessageId()), cv, null, null);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 48 class Request : public OAuth2TokenService::Request {
50 Request(const OAuth2TokenService::ScopeSet& scopes,
53 virtual ~Request();
71 Request* request() const { return request_; } function in class:__anon7658::MockOAuth2TokenService
73 void ClearRequest(Request* request);
77 virtual scoped_ptr<OAuth2TokenService::Request> StartRequest(
85 Request* request_
222 MockOAuth2TokenService::Request* request = oauth2_token_service_.request(); local
    [all...]
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.cc 33 // There is one Request per RequestInfo passed in to Start() above.
34 class Request : public internal::PipelineTestRequest,
37 Request(int request_id,
43 virtual ~Request() {}
48 // Called when this request has determined its result. Returns the result to
66 virtual void OnReceivedRedirect(net::URLRequest* request,
69 virtual void OnSSLCertificateError(net::URLRequest* request,
72 virtual void OnResponseStarted(net::URLRequest* request) OVERRIDE;
73 virtual void OnReadCompleted(net::URLRequest* request,
85 Request::Request(int request_id
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 199 VLOG(1) << "Satisfying request for " << params_.url << " from cache";
311 // report request we have to cancel it to make sure we don't display
321 // Cancel any pending classification request.
366 // Tell any pending classification request that it is being canceled.
394 // We do the malware IP matching and request sending if the feature
400 // send the malware client verdict request.
416 // the client verdict request.
457 ClientPhishingRequest* request) {
458 if (!request) {
459 DLOG(FATAL) << "Invalid request object in FeatureExtractionDone"
    [all...]
client_side_detection_host.h 75 // This method is responsible for deleting the request object. Called on
77 void FeatureExtractionDone(bool success, ClientPhishingRequest* request);
79 void MalwareFeatureExtractionDone(scoped_ptr<ClientMalwareRequest> request);
114 // Keep a handle to the latest classification request so that we can cancel
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 131 // request for shutdown and having the server's one thread
137 // Read the input from the stream to send the request.
177 * Gets the URL on the server under which a particular request path will be accessible.
189 * Sets a response to be returned when a particular request path is passed
224 * Sets a base64 encoded response to be returned when a particular request path is passed
294 * the client calling {@link TestWebServer#shutdown()} can issue a request
327 private void servedResponseFor(String path, HttpRequest request) {
331 mLastRequestMap.put(path, request);
336 * Generate a response to the given request.
339 private HttpResponse getResponse(HttpRequest request) throws InterruptedException
519 HttpRequest request = conn.receiveRequestHeader(); local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 58 Process a request to authenticate a client. We assume that the username
59 and password will be included in the request. If successful, we'll return
67 self.username = self.request.get('username')
68 self.password = self.request.get('password')
87 Validate the credentials of the client for a web service request.
88 The request should include username/password parameters that correspond
95 self.username = self.request.get('username')
96 self.authtoken = self.request.get('authtoken')
114 request to include username and password fields. It returns authtoken
130 request to include username and authtoken. If the authtoken is vali
    [all...]
  /external/chromium/chrome/browser/sessions/
base_session_service.h 149 // Invokes ReadLastSessionCommands with request on the backend thread.
152 InternalGetCommandsRequest* request,
155 // Invokes ReadCurrentSessionCommands with request on the backend thread.
158 InternalGetCommandsRequest* request,
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 89 // before seeing the detected mime type of the request.
91 virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request);
97 virtual net::URLRequestJob* MaybeInterceptResponse(net::URLRequest* request);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 54 public void doGet(HttpServletRequest request, HttpServletResponse response)
59 String url = request.getRequestURI();
71 // Send a signed request for the user's license state.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 54 public void doGet(HttpServletRequest request, HttpServletResponse response)
59 String url = request.getRequestURI();
71 // Send a signed request for the user's license state.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 400 function contentScriptHandler(request) {
401 if (contentSounds[request.eventName]) {
402 if (request.eventValue == "started") {
403 playSound(request.eventName, true);
404 } else if (request.eventValue == "stopped") {
405 stopSound(request.eventName);
407 playSound(request.eventName);
410 console.log("got message: " + JSON.stringify(request));
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_throttle.cc 61 net::URLRequest* request)
64 request_(request) {
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_api.h 28 // the caller. The request has three sub-flows: non-interactive,
37 // user. If the user approves the request, a grant will be recorded on
90 const OAuth2TokenService::Request* request,
94 const OAuth2TokenService::Request* request,
97 // Starts a login access token request.
100 // Starts a mint token request to GAIA.
123 scoped_ptr<OAuth2TokenService::Request> login_token_request_;
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.h 72 const OAuth2TokenService::Request* request,
76 const OAuth2TokenService::Request* request,
119 // for the duration of request in order to receive callbacks.
120 scoped_ptr<OAuth2TokenService::Request> access_token_request_;
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.cc 42 const OAuth2TokenService::Request* request,
61 const OAuth2TokenService::Request* request,
  /external/chromium_org/chrome/browser/password_manager/
password_store_x.h 90 virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
91 virtual void GetBlacklistLoginsImpl(GetLoginsRequest* request) OVERRIDE;
  /external/chromium_org/chrome/browser/ssl/
ssl_add_cert_handler.cc 21 SSLAddCertHandler::SSLAddCertHandler(net::URLRequest* request,
29 = content::ResourceRequestInfo::ForRequest(request)->GetRequestID();
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 53 public void doGet(HttpServletRequest request, HttpServletResponse response)
58 String url = request.getRequestURI();
70 // Send a signed request for the user's license state.

Completed in 1010 milliseconds

<<41424344454647484950>>