/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
CancelRequest.java | 21 public class CancelRequest { 28 public CancelRequest(int jobId, String displayName) {
|
VCardImportExportListener.java | 34 void onCancelRequest(CancelRequest request, int type);
|
CancelActivity.java | 117 final CancelRequest request = new CancelRequest(mJobId, mDisplayName);
|
NfcImportVCardActivity.java | 283 public void onCancelRequest(CancelRequest request, int type) {
|
NotificationImportExportListener.java | 179 public void onCancelRequest(CancelRequest request, int type) {
|
VCardService.java | 235 public synchronized void handleCancelRequest(CancelRequest request,
|
/external/libbrillo/brillo/http/ |
mock_transport.h | 34 MOCK_METHOD1(CancelRequest, bool(RequestID));
|
http_transport.h | 80 virtual bool CancelRequest(RequestID request_id) = 0;
|
http_transport_curl.h | 58 bool CancelRequest(RequestID request_id) override;
|
http_transport_fake.h | 101 bool CancelRequest(RequestID request_id) override;
|
http_transport_fake.cc | 100 bool Transport::CancelRequest(RequestID /* request_id */) {
|
http_transport_curl.cc | 250 bool Transport::CancelRequest(RequestID request_id) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
davclnt.h | 27 CancelRequest = 2
|
strmif.h | [all...] |
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy.go | 104 CancelRequest(*http.Request) 150 requestCanceler.CancelRequest(outreq)
|
reverseproxy_test.go | 272 http.DefaultTransport.(*http.Transport).CancelRequest(getReq)
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy.go | 104 CancelRequest(*http.Request) 150 requestCanceler.CancelRequest(outreq)
|
reverseproxy_test.go | 272 http.DefaultTransport.(*http.Transport).CancelRequest(getReq)
|
/prebuilts/go/darwin-x86/src/net/http/ |
client.go | 68 // The Client's Transport must support the CancelRequest 71 // Transport (DefaultTransport) supports CancelRequest. 333 CancelRequest(*Request) 337 return nil, fmt.Errorf("net/http: Client Transport of type %T doesn't support CancelRequest; Timeout not supported", c.transport()) 343 tr.CancelRequest(req)
|
transport.go | 277 // CancelRequest cancels an in-flight request by closing its connection. 278 // CancelRequest should only be called after RoundTrip has returned. 279 func (t *Transport) CancelRequest(req *Request) { 480 // Since CancelRequest will clear the canceler, we can use the return value to detect if 833 canceled bool // whether this conn was broken due a CancelRequest 848 // isCanceled reports whether this connection was closed due to CancelRequest. 855 func (pc *persistConn) cancelRequest() { 979 pc.t.CancelRequest(rc.req) 1108 if !pc.t.replaceReqCanceler(req.Request, pc.cancelRequest) { [all...] |
transport_test.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
client.go | 68 // The Client's Transport must support the CancelRequest 71 // Transport (DefaultTransport) supports CancelRequest. 333 CancelRequest(*Request) 337 return nil, fmt.Errorf("net/http: Client Transport of type %T doesn't support CancelRequest; Timeout not supported", c.transport()) 343 tr.CancelRequest(req)
|
transport.go | 277 // CancelRequest cancels an in-flight request by closing its connection. 278 // CancelRequest should only be called after RoundTrip has returned. 279 func (t *Transport) CancelRequest(req *Request) { 480 // Since CancelRequest will clear the canceler, we can use the return value to detect if 833 canceled bool // whether this conn was broken due a CancelRequest 848 // isCanceled reports whether this connection was closed due to CancelRequest. 855 func (pc *persistConn) cancelRequest() { 979 pc.t.CancelRequest(rc.req) 1108 if !pc.t.replaceReqCanceler(req.Request, pc.cancelRequest) { [all...] |
transport_test.go | [all...] |
/external/opencv3/3rdparty/include/dshow/ |
strmif.h | [all...] |