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

12 3 4 5

  /external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 53 static MCCodeGenInfo *createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM) {
  /external/llvm/lib/Target/Blackfin/
BlackfinTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/Blackfin/MCTargetDesc/
BlackfinMCTargetDesc.cpp 54 static MCCodeGenInfo *createBlackfinMCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 CodeModel::Model CM) {
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM);
SPUTargetMachine.cpp 37 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.cpp 37 Reloc::Model RM, CodeModel::Model CM):
MBlazeTargetMachine.h 46 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM)
MSP430TargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM);
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 37 Reloc::Model RM, CodeModel::Model CM);
  /packages/apps/Mms/src/com/android/mms/ui/
PresenterFactory.java 26 import com.android.mms.model.Model;
36 ViewInterface view, Model model) {
44 Context.class, ViewInterface.class, Model.class);
45 return (Presenter) constructor.newInstance(context, view, model);
MmsThumbnailPresenter.java 21 import com.android.mms.model.AudioModel;
22 import com.android.mms.model.ImageModel;
23 import com.android.mms.model.Model;
24 import com.android.mms.model.SlideModel;
25 import com.android.mms.model.SlideshowModel;
26 import com.android.mms.model.VideoModel;
36 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) {
37 super(context, view, model);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 37 /// TargetMachine ctor - Create an ARM architecture model.
41 Reloc::Model RM, CodeModel::Model CM)
53 Reloc::Model RM, CodeModel::Model CM)
74 Reloc::Model RM, CodeModel::Model CM)
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 34 Reloc::Model RM, CodeModel::Model CM)
54 Reloc::Model RM, CodeModel::Model CM)
68 Reloc::Model RM, CodeModel::Model CM,
  /external/webkit/Tools/QueueStatusServer/model/
queuestatus.py 30 from model.queuepropertymixin import QueuePropertyMixin
33 class QueueStatus(db.Model, QueuePropertyMixin):
  /packages/apps/Mms/src/com/android/mms/model/
Model.java 18 package com.android.mms.model;
22 public class Model {
  /external/clang/include/clang/Frontend/
AnalyzerOptions.h 36 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
43 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model,
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 33 Reloc::Model RM,
34 CodeModel::Model CM,
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
65 CodeModel::Model CM) {
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM) {
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCTargetDesc.cpp 54 static MCCodeGenInfo *createPTXMCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 CodeModel::Model CM) {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 52 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
53 CodeModel::Model CM) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM) {
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 63 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
64 CodeModel::Model CM) {

Completed in 216 milliseconds

12 3 4 5