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

  /external/drm_hwcomposer/
platform.h 58 class Planner {
114 // Creates a planner instance with platform-specific planning stages
115 static std::unique_ptr<Planner> CreateInstance(DrmResources *drm);
118 // entire stack can't fit in hardware, the Planner may place the remaining
121 // compositions. If use_squash_fb is true, the Planner should try to reserve a
152 class PlanStageProtected : public Planner::PlanStage {
164 class PlanStagePrecomp : public Planner::PlanStage {
174 class PlanStageGreedy : public Planner::PlanStage {
  /external/v8/benchmarks/
deltablue.js 162 planner.incrementalAdd(this);
184 if (!planner.addPropagate(this, mark))
191 if (this.isSatisfied()) planner.incrementalRemove(this);
568 * The DeltaBlue planner
570 function Planner() {
588 Planner.prototype.incrementalAdd = function (c) {
606 Planner.prototype.incrementalRemove = function (c) {
625 Planner.prototype.newMark = function () {
648 Planner.prototype.makePlan = function (sources) {
667 Planner.prototype.extractPlanFromConstraints = function (constraints)
    [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 80 milliseconds