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

  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelRequest.java 21 public class CancelRequest {
28 public CancelRequest(int jobId, String displayName) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
davclnt.h 27 CancelRequest = 2
  /external/libbrillo/brillo/http/
http_transport_curl.cc 250 bool Transport::CancelRequest(RequestID request_id) {
http_transport_fake.cc 100 bool Transport::CancelRequest(RequestID /* request_id */) {
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 388 t.setReqCanceler(req, nil) // not cancelable with CancelRequest
508 // CancelRequest cancels an in-flight request by closing its connection.
509 // CancelRequest should only be called after RoundTrip has returned.
512 // cancelable context instead. CancelRequest cannot cancel HTTP/2
514 func (t *Transport) CancelRequest(req *Request) {
515 t.cancelRequest(req, errRequestCanceled)
519 func (t *Transport) cancelRequest(req *Request, err error) {
828 // Since CancelRequest will clear the canceler, we can use the return value to detect if
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go 388 t.setReqCanceler(req, nil) // not cancelable with CancelRequest
508 // CancelRequest cancels an in-flight request by closing its connection.
509 // CancelRequest should only be called after RoundTrip has returned.
512 // cancelable context instead. CancelRequest cannot cancel HTTP/2
514 func (t *Transport) CancelRequest(req *Request) {
515 t.cancelRequest(req, errRequestCanceled)
519 func (t *Transport) cancelRequest(req *Request, err error) {
828 // Since CancelRequest will clear the canceler, we can use the return value to detect if
    [all...]

Completed in 176 milliseconds