Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum
39 enum Model { enum
58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap()
76 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/external/blktrace/btreplay/doc/
Dbtreplay.tex65 \subsection{Basic Workflow}
91 \subsection{IO Stream Replay Characteristics}
127 \subsection{\texttt{btrecord/btreplay} Method of Operation}
180 \newpage\subsection{Known Deficiencies and Proposed Possible Fixes}
/external/testng/src/main/java/org/testng/mustache/
DModel.java7 public class Model { class
15 public Model(Map<String, Object> model) { in Model() method in Model
/external/clang/test/SemaObjC/
Dunused.m108 @interface Model interface
112 @implementation Model { implementation
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DModel.cpp11 Model::Model() : list_points2d_in_(0), list_points2d_out_(0), list_points3d_in_(0) in Model() function in Model
/external/testng/src/main/java/org/testng/reporters/jq/
DModel.java20 public class Model { class
34 public Model(List<ISuite> suites) { in Model() method in Model
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp86 TLSModel::Model Model; in lowerSymbolOperandELF() local
/external/llvm/lib/Target/
DTargetMachine.cpp118 TLSModel::Model Model; in getTLSModel() local
/external/llvm/lib/Support/
DHost.cpp203 unsigned &Model) { in DetectX86FamilyModel()
220 unsigned Model = 0; in getHostCPUName() local
DPath.cpp160 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
722 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
728 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
735 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
/external/llvm/include/llvm/Target/
DTargetOptions.h55 enum Model { enum
/external/llvm/tools/dsymutil/
Ddsymutil.cpp164 static std::error_code getUniqueFile(const llvm::Twine &Model, int &ResultFD, in getUniqueFile()
/external/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp93 glm::mat4 ViewRotateX = glm::rotate(ViewTranslate, Rotate.y, glm::vec3(-1.0f, 0.0f, 0.0f)); in func()
/external/opencv3/samples/python2/
Dletter_recog.py160 Model = models[args['--model']] variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dmodel.py60 class Model(object): class
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dmodel.py43 class Model(object): class
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h542 template <typename T> class Model; variable
644 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
DAliasAnalysis.h556 template <typename T> class Model; variable
643 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) { in Model() function
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp292 SmallString<128> Model, ResultPath; in ReportDiag() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp218 TLSModel::Model Model = TM->getTLSModel(GV); in memAddrUsesCTR() local
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsvirt.c63 cmsBool SetSeqDescTag(cmsHPROFILE hProfile, const char* Model) in SetSeqDescTag()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp637 unsigned Model = llvm::StringSwitch<unsigned>(Name) in ParseCodeGenArgs() local
/external/vulkan-validation-layers/demos/
Dcube.c652 mat4x4 MVP, Model, VP; in demo_update_data_buffer() local
/external/clang/lib/Driver/
DTools.cpp3352 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
3398 static const char *RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1375 cmsMLU* Model; member

12