Searched defs:Planner (Results 1 - 3 of 3) sorted by relevance

/external/v8/benchmarks/
H A Ddeltablue.js570 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) {
691 Planner.prototype.addPropagate = function (c, mark) {
712 Planner.prototype.removePropagateFrom = function (out) {
738 Planner.prototype.addConstraintsConsumingTo = function (v, coll) {
798 planner = new Planner();
572 Planner.prototype.incrementalAdd = function (c) { class
[all...]
/external/drm_hwcomposer/
H A Dplatform.h54 class Planner { class in namespace:android
111 static std::unique_ptr<Planner> CreateInstance(DrmResources *drm);
114 // entire stack can't fit in hardware, the Planner may place the remaining
117 // compositions. If use_squash_fb is true, the Planner should try to reserve a
148 class PlanStageProtected : public Planner::PlanStage {
158 class PlanStageGreedy : public Planner::PlanStage {
/external/autotest/server/
H A Dfrontend.py117 class Planner(RpcClient): class in inherits:RpcClient
120 super(Planner, self).__init__(path='/planner/server/rpc/',

Completed in 156 milliseconds