Searched defs:Model (Results 1 - 25 of 44) sorted by relevance

12

/external/libvorbis/doc/
H A D03-codebook.tex4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DModel.cpp2 * Model.cpp
8 #include "Model.h"
11 Model::Model() : list_points2d_in_(0), list_points2d_out_(0), list_points3d_in_(0) function in class:Model
16 Model::~Model()
21 void Model::add_correspondence(const cv::Point2f &point2d, const cv::Point3f &point3d)
28 void Model::add_outlier(const cv::Point2f &point2d)
33 void Model::add_descriptor(const cv::Mat &descriptor)
38 void Model
[all...]
H A DModel.h2 * Model.h
15 class Model class
18 Model();
19 virtual ~Model();
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
H A Dtest_lists.py23 from boto.sdb.db.model import Model namespace
26 class SimpleListModel(Model):
H A Dtest_query.py23 from boto.sdb.db.model import Model namespace
26 class SimpleModel(Model):
27 """Simple Test Model"""
33 """Simple Subclassed Model"""
H A Dtest_password.py45 from boto.sdb.db.model import Model namespace
48 class MyModel(Model):
54 from boto.sdb.db.model import Model namespace
72 class MyModel(Model):
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp86 TLSModel::Model Model; local
89 Model = Printer.TM.getTLSModel(GV);
91 Model == TLSModel::LocalDynamic)
92 Model = TLSModel::GeneralDynamic;
100 Model = TLSModel::GeneralDynamic;
102 switch (Model) {
/external/testng/src/main/java/org/testng/mustache/
H A DModel.java7 public class Model { class
15 public Model(Map<String, Object> model) { method in class:Model
81 return "[Model " + m_model + " subModel:" + m_subModels + "]";
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dtask.py25 from boto.sdb.db.model import Model namespace
35 class Task(Model):
H A Dvolume.py23 from boto.sdb.db.model import Model namespace
78 class Volume(Model):
/external/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum in namespace:llvm::Reloc
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum in namespace:llvm::CodeModel
39 enum Model { enum in namespace:llvm::TLSModel
58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { argument
59 switch (Model) {
76 inline LLVMCodeModel wrap(CodeModel::Model Model) { argument
77 switch (Model) {
/external/llvm/lib/Target/
H A DTargetMachine.cpp77 Reloc::Model TargetMachine::getRelocationModel() const {
85 CodeModel::Model TargetMachine::getCodeModel() const {
92 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) {
109 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
118 TLSModel::Model Model; local
121 Model = TLSModel::LocalDynamic;
123 Model = TLSModel::GeneralDynamic;
126 Model = TLSModel::LocalExec;
128 Model
[all...]
/external/opencv3/samples/python2/
H A Dletter_recog.py160 Model = models[args['--model']] variable
161 model = Model()
169 print 'training %s ...' % Model.__name__
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dmodel.py15 """Model objects for requests and responses.
43 class Model(object): class in inherits:object
44 """Model base class.
46 All Model classes should implement this interface.
47 The Model serializes and de-serializes between a wire
86 class BaseModel(Model):
237 """Model class for JSON.
276 """Model class for requests that don't return JSON.
295 """Model class for requests that return Media.
314 """Model clas
[all...]
/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h76 void setCodePICModel(Reloc::Model Model) { RelocModel = Model; } argument
178 Reloc::Model RelocModel = Reloc::Default;
/external/llvm/lib/Support/
H A DPath.cpp160 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD, argument
165 Model.toVector(ModelStorage);
722 std::error_code createUniqueFile(const Twine &Model, int &ResultFd,
725 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
728 std::error_code createUniqueFile(const Twine &Model,
731 return createUniqueEntity(Model, Dummy, ResultPath, false, 0, FS_Name);
735 createTemporaryFile(const Twine &Model, int &ResultFD,
738 StringRef P = Model.toNullTerminatedStringRef(Storage);
740 "Model must be a simple filename.");
/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp164 static std::error_code getUniqueFile(const llvm::Twine &Model, int &ResultFD, argument
172 return llvm::sys::fs::createUniqueFile(Model, ResultPath);
173 return llvm::sys::fs::createUniqueFile(Model, ResultFD, ResultPath);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
H A Dmodel.py33 # Make sure this is a subclass of Model - mainly copied from django ModelBase (thanks!)
40 if filter(lambda b: issubclass(b, Model), bases):
56 # 'Model' isn't defined yet, meaning we're looking at our own
57 # Model class, defined below.
60 class Model(object): class in inherits:object
180 return other and isinstance(other, Model) and self.id == other.id
204 :rtype: :class:`boto.sdb.db.model.Model`
218 :rtype: :class:`boto.sdb.db.model.Model`
236 :rtype: :class:`boto.sdb.db.model.Model`
277 class Expando(Model)
[all...]
H A Dtest_db.py5 from boto.sdb.db.model import Model namespace
22 class TestBasic(Model):
29 class TestFloat(Model):
34 class TestRequired(Model):
38 class TestReference(Model):
46 class TestPassword(Model):
49 class TestList(Model):
54 class TestMap(Model):
59 class TestListReference(Model):
64 class TestAutoNow(Model)
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
H A DModel.java70 public class Model implements Disposable { class in inherits:Disposable
83 /** Array of disposable resources like textures or meshes the Model is responsible for disposing **/
88 public Model () { method in class:Model
91 /** Constructs a new Model based on the {@link ModelData}. Texture files will be loaded from the internal file storage via an
94 public Model (ModelData modelData) { method in class:Model
98 /** Constructs a new Model based on the {@link ModelData}.
101 public Model (ModelData modelData, TextureProvider textureProvider) { method in class:Model
337 /** Adds a {@link Disposable} to be managed and disposed by this Model. Can be used to keep track of manually loaded textures
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h542 template <typename T> class Model;
640 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
644 Model(T Impl) : Impl(std::move(Impl)) {} function in class:llvm::final
645 ~Model() override {}
837 : TTIImpl(new Model<T>(Impl)) {}
/external/llvm/include/llvm/Target/
H A DTargetOptions.h55 enum Model { enum in namespace:llvm::ThreadModel
243 ThreadModel::Model ThreadModel;
/external/testng/src/main/java/org/testng/reporters/jq/
H A DModel.java20 public class Model { class
34 public Model(List<ISuite> suites) { method in class:Model
/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp95 glm::mat4 Model = glm::scale(glm::mat4(1.0f), glm::vec3(0.5f));
96 glm::mat4 MVP = Projection * View * Model;
93 glm::mat4 Model = glm::scale(glm::mat4(1.0f), glm::vec3(0.5f)); local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
H A Dserver.py31 from boto.sdb.db.model import Model namespace
60 class Server(Model):

Completed in 750 milliseconds

12