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

1 2 3 45

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 48 private final AlbumSetView.Model mSource;
80 AlbumSetView.Model source, int cacheSize) {
CropView.java 740 public void setDataModel(TileImageView.Model dataModel, int rotation) {
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 18 package com.android.mms.model;
64 public class SlideshowModel extends Model
114 // Create root-layout model.
595 public void onModelChanged(Model model, boolean dataChanged) {
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 123 bool LTOCodeGenerator::setCodePICModel(lto_codegen_model model,
126 switch (model) {
130 _codeModel = model;
133 errMsg = "unknown pic model";
253 // The relocation model is actually a static member of TargetMachine
255 Reloc::Model RelocModel = Reloc::Default;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataAdapter.java 37 public class AlbumDataAdapter implements AlbumView.Model {
293 * The thread model of ReloadTask
AlbumSetDataAdapter.java 36 public class AlbumSetDataAdapter implements AlbumSetView.Model {
PhotoDataAdapter.java 50 public class PhotoDataAdapter implements PhotoPage.Model {
132 // the model. This is used after a database reload or mCurrentIndex changes.
  /external/llvm/include/llvm/Target/
TargetLowering.h 66 enum Model {
73 TLSModel::Model getTLSModel(const GlobalValue *GV, Reloc::Model reloc);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 31 import com.android.mms.model.IModelChangedObserver;
32 import com.android.mms.model.LayoutModel;
33 import com.android.mms.model.Model;
34 import com.android.mms.model.SlideModel;
35 import com.android.mms.model.SlideshowModel;
171 // Register an observer to watch whether the data model is changed.
239 public void onModelChanged(Model model, boolean dataChanged) {
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 38 case NAME##Model: return CMDFLAG;
48 case NAME##Model: return CMDFLAG;
183 Res.push_back("-mcode-model");
241 Res.push_back("-mrelocation-model");
906 .Case(CMDFLAG, NAME##Model)
921 .Case(CMDFLAG, NAME##Model)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 483 bool isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
    [all...]
X86ISelDAGToDAG.cpp 569 CodeModel::Model M = TM.getCodeModel();
591 // This optimization is valid because the GNU TLS model defines that
620 CodeModel::Model M = TM.getCodeModel();
625 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
    [all...]
X86ISelLowering.cpp 7474 TLSModel::Model model local
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 425 Reloc::Model RM,
426 CodeModel::Model CMM) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 383 "JIT relocation model must be set to static or default!");
716 Reloc::Model RelocM = TM.getRelocationModel();
    [all...]
ARMAsmPrinter.cpp 539 Reloc::Model RelocM = TM.getRelocationModel();
    [all...]
ARMFastISel.cpp 586 Reloc::Model RelocM = TM.getRelocationModel();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 664 * Light model state.
887 struct gl_lightmodel Model; /**< Lighting model */
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 54 \newpage\section{\texttt{btrecord} and \texttt{btreplay} Operating Model}
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 43 TLSModel::Model getTLSModel(const GlobalValue *GV, Reloc::Model reloc) {
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 60 // $fffe ; System Model ID
156 /* model byte 0xFC = AT */
2705 Bit8u c, i, version, model[41]; local
2726 write_byte(get_SS(),model+40,0x00); local
2733 write_byte(get_SS(),model+36,0x00); local
    [all...]

Completed in 3689 milliseconds

1 2 3 45