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

  /external/libvorbis/doc/
03-codebook.tex 4 \section{Probability Model and Codebooks} \label{vorbis:spec:codebook}
9 statically configured probability model, instead packing all entropy
  /packages/apps/Mms/src/com/android/mms/model/
Model.java 18 package com.android.mms.model;
22 public class Model {
  /external/llvm/include/llvm/Support/
CodeGen.h 11 // example, relocation model.
20 // Relocation model types.
22 enum Model { Default, Static, PIC_, DynamicNoPIC };
25 // Code model types.
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
32 enum Model {
  /external/llvm/lib/Support/
Host.cpp 116 unsigned &Model) {
118 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
123 // Examine extended model ID if family ID is 6 or F.
124 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
133 unsigned Model = 0;
134 DetectX86FamilyModel(EAX, Family, Model);
151 switch (Model) {
164 switch (Model) {
182 switch (Model) {
187 // model 0
    [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 90 /// getRelocationModel - Returns the code generation relocation model. The
92 Reloc::Model TargetMachine::getRelocationModel() const {
98 /// getCodeModel - Returns the code model. The choices are small, kernel,
100 CodeModel::Model TargetMachine::getCodeModel() const {
106 /// Get the IR-specified TLS model for Var.
107 static TLSModel::Model getSelectedTLSModel(const GlobalVariable *Var) {
121 llvm_unreachable("invalid TLS model");
124 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
139 TLSModel::Model Model;
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 71 // Large model never uses stubs.
238 unsigned Model = 0;
239 X86_MC::DetectFamilyModel(EAX, Family, Model);
240 if (IsAMD || (Family == 6 && Model >= 13)) {
246 // memory access is fast. We hard code model numbers here because they
249 ((Family == 6 && Model == 0x1E) || // Nehalem: Clarksfield, Lynnfield,
251 (Family == 6 && Model == 0x1A) || // Nehalem: Bloomfield, Nehalem-EP
252 (Family == 6 && Model == 0x2E) || // Nehalem: Nehalem-EX
253 (Family == 6 && Model == 0x25) || // Westmere: Arrandale, Clarksdale
254 (Family == 6 && Model == 0x2C) || // Westmere: Gulftown, Westmere-E
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
StochasticLinearRanker.java 41 static public class Model implements Serializable {
84 * Get the current model and parameters of ranker
86 public Model getUModel(){
87 Model slrModel = new Model();
106 * load the given model and parameters to the ranker
108 public boolean loadModel(Model model) {
109 String[] wKeys = new String[model.weights.size()];
110 float[] wValues = new float[model.weights.size()]
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
StochasticLinearRankerWithPrior.java 30 linear combination of user model and prior model */
33 /* When prior model is used, this parmaeter will set the mixing factor, alpha. */
36 /* When prior model is used, If this parameter is true then algorithm will use
37 the automatic cross validated alpha for mixing user model and prior model */
45 set the minium number of required training pairs before using the user model */
66 static public class Model implements Serializable {
67 public StochasticLinearRanker.Model uModel = new StochasticLinearRanker.Model();
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 131 .Case(CMDFLAG, NAME##Model)
147 .Case(CMDFLAG, NAME##Model)
442 unsigned Model = llvm::StringSwitch<unsigned>(Name)
448 if (Model == ~0U) {
452 Opts.setDefaultTLSModel(static_cast<CodeGenOptions::TLSModel>(Model));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 59 public static interface Model {
80 private Model mModel;
PhotoPage.java 130 private PhotoPage.Model mModel;
221 public static interface Model extends PhotoView.Model {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 61 public interface Model extends TileImageView.TileSource {
75 // This amends the getScreenNail() method of TileImageView.Model to get
80 // Set this to true if we need the model to provide full images.
198 private Model mModel;
218 // model, if we assume the index of current focused picture is 0. So if
320 public void setModel(Model model) {
321 mModel = model;
599 private int mLoadingState = Model.LOADING_INIT;
736 if (mLoadingState == Model.LOADING_FAIL)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 294 // and we don't model the fact that the top part is clobbered by calls. We
    [all...]
  /external/libmtp/src/
ptp.h 692 char *Model;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 628 milliseconds