HomeSort by relevance Sort by last modified time
    Searched refs:inFlight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/sheriffing/
statuspageinfo.js 8 this.inFlight = 0;
18 if (this.inFlight) return;
20 this.inFlight++;
28 statusPageInfo.inFlight--;
waterfallinfo.js 21 this.inFlight = 0;
32 if (this.inFlight) {
37 this.inFlight--;
42 this.inFlight++;
61 this.inFlight--;
94 'section-header' + (this.inFlight > 0 ? ' in-flight' : '');
botinfo.js 22 this.inFlight = 0;
69 this.inFlight++;
78 botInfo.inFlight--;
170 nameCell.className = 'bot-name' + (this.inFlight > 0 ? ' in-flight' : '');
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 117 ArrayList<InFlight> mInFlight = new ArrayList<InFlight>();
527 static final class InFlight extends Intent {
535 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource,
1619 final InFlight inflight = new InFlight(AlarmManagerService.this, local
1993 InFlight inflight = null; local
    [all...]

Completed in 404 milliseconds