Searched defs:model_ (Results 1 - 3 of 3) sorted by relevance
/external/libchrome/base/ | ||
H A D | cpu.h | 37 int model() const { return model_; } 70 int model_; // model of processor member in class:base::CPU |
/external/opencv3/modules/videostab/include/opencv2/videostab/ | ||
H A D | motion_stabilizing.hpp | 122 void setMotionModel(MotionModel val) { model_ = val; } 123 MotionModel motionModel() const { return model_; } 148 MotionModel model_; member in class:cv::videostab::LpMotionStabilizer |
/external/v8/src/base/ | ||
H A D | cpu.h | 38 int model() const { return model_; } 118 int model_; member in class:v8::base::final |
Completed in 163 milliseconds