HomeSort by relevance Sort by last modified time
    Searched refs:Model (Results 101 - 125 of 250) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 73 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Support/
Path.cpp 170 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD,
175 Model.toVector(ModelStorage);
178 // Make model absolute by prepending a temp directory if it's not already.
188 // From here on, DO NOT modify model. It may be needed if the randomly chosen
719 std::error_code createUniqueFile(const Twine &Model, int &ResultFd,
722 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
725 std::error_code createUniqueFile(const Twine &Model,
728 return createUniqueEntity(Model, Dummy, ResultPath, false, 0, FS_Name);
732 createTemporaryFile(const Twine &Model, int &ResultFD,
735 StringRef P = Model.toNullTerminatedStringRef(Storage)
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 80 static MCCodeGenInfo *createAArch64MCCodeGenInfo(StringRef TT, Reloc::Model RM,
81 CodeModel::Model CM,
101 // On ELF platforms the default static relocation model has a smart enough
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 88 static MCCodeGenInfo *createMipsMCCodeGenInfo(StringRef TT, Reloc::Model RM,
89 CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 89 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM,
90 CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 128 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
129 CodeModel::Model CM,
134 // separate DynamicNoPIC model.
166 // the range of LARL. We need the Medium model in that case.
  /external/llvm/lib/Target/
TargetMachineC.cpp 110 Reloc::Model RM;
126 CodeModel::Model CM = unwrap(CodeModel);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 229 if (ctx->Light.Model.TwoSide &&
238 if (ctx->Light.Model.TwoSide &&
brw_sf.c 195 key.do_twoside_color = (ctx->Light.Enabled && ctx->Light.Model.TwoSide);
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 199 struct gl_lightmodel *m = &ctx->Light.Model;
327 COPY_3V(c_scene, ctx->Light.Model.Ambient);
332 ctx->Light.Model.Ambient);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 199 struct gl_lightmodel *m = &ctx->Light.Model;
327 COPY_3V(c_scene, ctx->Light.Model.Ambient);
332 ctx->Light.Model.Ambient);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
controller.js 31 new Controller(new Model(9), new View(appWindow.contentWindow));
39 function Controller(model, view) {
41 this.model = model;
80 values = this.model.handle(input);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.c 195 key.do_twoside_color = (ctx->Light.Enabled && ctx->Light.Model.TwoSide);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 35 public class SlideshowDataAdapter implements SlideshowPage.Model {
SlideshowPage.java 59 public static interface Model {
80 private Model mModel;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 369 if (ctx->Light.Model.TwoSide)
392 if (ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 14 // Clear state when profiler model changed.
45 * Update dropdown view when new model is selected in menu view.
46 * @param {string} id Model id.
58 // Get all subs of selected model.
profiler.js 81 * To be called by view when new model being selected.
83 * @param {string} id Model id.
93 * @param {string} id Model id.
94 * @return {Array.<Object>} model array of given id.
97 function find(model) {
98 if (model.id === id)
99 return model;
100 if ('children' in model)
101 return model.children.reduce(function(previous, current) {
118 * Get current sub of given model, return undefined if sub dont exist
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 369 if (ctx->Light.Model.TwoSide)
392 if (ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
  /frameworks/compile/slang/
slang_backend.cpp 141 // need any relocation model.
142 llvm::Reloc::Model RM = llvm::Reloc::Static;
146 llvm::CodeModel::Model CM;
151 // architecture) may need large data address model
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 18 package com.android.mms.model;
39 public class SlideModel extends Model implements List<MediaModel>, EventListener {
201 ((Model) object).unregisterAllModelChangedObservers();
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 743 Seq -> seq[i].Model = NULL;
756 if (pseq ->seq[i].Model != NULL) cmsMLUfree(pseq ->seq[i].Model);
792 NewSeq ->seq[i].Model = cmsMLUdup(pseq ->seq[i].Model);
  /external/ceres-solver/examples/
nist.cc 406 template <typename Model, int num_residuals, int num_parameters>
428 new ceres::AutoDiffCostFunction<Model, num_residuals, num_parameters>(
429 new Model(predictor.data() + nist_problem.predictor_size() * i,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 368 assert(CodeModel != ~0u && "invalid code model!");
369 llvm::CodeModel::Model CM = static_cast<llvm::CodeModel::Model>(CodeModel);
401 llvm::Reloc::Model RM = llvm::Reloc::Default;
408 "Invalid PIC model!");

Completed in 1509 milliseconds

1 2 3 45 6 7 8 910