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/base/
dnsrr_resolver.cc
783
std::map<std::pair<std::string, uint16>, RRResolverJob*>
inflight
;
local
784
inflight
.swap(inflight_);
787
STLDeleteValues(&
inflight
);
/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 507 milliseconds