Searched refs:eligible (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/domain_reliability/
H A Ddispatcher.cc27 bool eligible; member in struct:domain_reliability::DomainReliabilityDispatcher::Task
38 eligible(false) {}
69 // Move all eligible tasks to a separate set so that eligible_tasks_.erase in
72 // eligible task that does the same, and so on.)
81 DCHECK(task->eligible);
88 DCHECK(!task->eligible);
100 DCHECK(!task->eligible);
101 task->eligible = true;
114 if (task->eligible)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager_commands.js836 var eligible = location && location.isEligibleForFolderShortcut;
838 eligible && onlyOneFolderSelected && !folderShortcutExists;
839 event.command.setHidden(!eligible || !onlyOneFolderSelected);
870 var eligible = location && location.isEligibleForFolderShortcut;
872 event.canExecute = isShortcut && eligible;
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc493 bool eligible = data->unscheduled_count_ == 0; local
495 node->op()->mnemonic(), eligible ? "true" : "false");
496 if (!eligible) return GenericGraphVisit::DEFER;
584 Trace(" newly eligible #%d:%s\n", (*i)->id(),
/external/oprofile/events/mips/34K/
H A Devents113 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling
/external/oprofile/events/mips/1004K/
H A Devents121 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex144 in one bunch -- only IOs within the time specified are eligible
369 \item[Field 3] The next field shows the number of packets eligible for
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1720 eligible for tail call optimization, [false] otherwise.
1724 (** [set_tail_call tc ci] flags the call instruction [ci] as eligible for tail
/external/iproute2/doc/
H A Dip-cref.tex1639 \item \verb|fastroute| --- the route is eligible to be used for fastroute.

Completed in 330 milliseconds