Searched refs:model_ (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | motion_stabilizing.hpp | 122 void setMotionModel(MotionModel val) { model_ = val; } in setMotionModel() 123 MotionModel motionModel() const { return model_; } in motionModel() 148 MotionModel model_; member in cv::videostab::LpMotionStabilizer
|
/external/libchrome/base/ |
D | cpu.h | 37 int model() const { return model_; } in model() 70 int model_; // model of processor variable
|
D | cpu.cc | 37 model_(0), in CPU() 225 model_ = ((cpu_info[0] >> 4) & 0xf) + ((cpu_info[0] >> 12) & 0xf0); in Initialize()
|
/external/v8/src/base/ |
D | cpu.h | 38 int model() const { return model_; } in model() 112 int model_; variable
|
D | cpu.cc | 306 model_(0), in CPU() 365 model_ = ((cpu_info[0] >> 4) & 0xf) + ((cpu_info[0] >> 12) & 0xf0); in CPU() 385 switch (model_) { in CPU()
|
/external/opencv3/modules/videostab/src/ |
D | motion_stabilizing.cpp | 145 CV_Assert(model_ <= MM_AFFINE); in stabilize()
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.min.js | 13 …model_)}),a.setModelFnScheduled_||(a.setModelFnScheduled_=!0,Observer.runEOM_(a.setModelFn_))}func…
|
D | polymer.js | 6666 processBindings(template, map, template.model_); 6718 this.iterator_.updateDependencies(directives, this.model_); 6781 return this.model_; 6785 this.model_ = model; 6803 this.model_ = undefined; 7019 node.model_ = model;
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 6666 processBindings(template, map, template.model_); 6718 this.iterator_.updateDependencies(directives, this.model_); 6781 return this.model_; 6785 this.model_ = model; 6803 this.model_ = undefined; 7019 node.model_ = model;
|
D | polymer.min.js | 13 …model_)}),a.setModelFnScheduled_||(a.setModelFnScheduled_=!0,Observer.runEOM_(a.setModelFn_))}func…
|