OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelRequest
(Results
1 - 7
of
7
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/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
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
...]
/prebuilts/go/linux-x86/src/net/http/
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
...]
/external/opencv3/3rdparty/include/dshow/
strmif.h
[
all
...]
Completed in 169 milliseconds