OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InFlight
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/url_request/
https_prober.h
44
//
InFlight
returns true iff a probe for the given host is currently active.
45
bool
InFlight
(const std::string& host) const;
49
// other action is taken. If a probe to the given host in currently
inflight
,
https_prober.cc
22
bool HTTPSProber::
InFlight
(const std::string& host) const {
28
if (HaveProbed(host) ||
InFlight
(host)) {
url_request_http_job.cc
560
prober->
InFlight
(request_info_.url.host())) {
[
all
...]
/frameworks/base/services/java/com/android/server/
AlarmManagerService.java
107
private ArrayList<
InFlight
> mInFlight = new ArrayList<
InFlight
>();
406
private static final class
InFlight
extends Intent {
413
InFlight
(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource) {
1219
final InFlight
inflight
= new InFlight(AlarmManagerService.this,
local
1449
InFlight
inflight
= null;
local
[
all
...]
Completed in 573 milliseconds