OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InFlight
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/url_request/
https_prober.cc
22
bool HTTPSProber::
InFlight
(const std::string& host) const {
28
if (HaveProbed(host) ||
InFlight
(host)) {
/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 141 milliseconds