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

1 2 3 4 5 67 8 910

  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 229 case NAME##Model: CreateStoreMgr = CREATEFN; break;
237 case NAME##Model: CreateConstraintMgr = CREATEFN; break;
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 284 llvm::Reloc::Model relocModel;
285 llvm::CodeModel::Model codeModel;
  /external/llvm/include/llvm/Support/
FileSystem.h 534 /// file. The name is based on \a model with '%' replaced by a random char in
535 /// [0-9a-f]. If \a model is not an absolute path, a suitable temporary
547 /// @param Model Name to base unique path off of.
552 std::error_code createUniqueFile(const Twine &Model, int &ResultFD,
557 std::error_code createUniqueFile(const Twine &Model,
MachO.h 1054 static inline int CPU_SUBTYPE_INTEL(int Family, int Model)
    [all...]
  /external/llvm/tools/lli/
lli.cpp 180 cl::opt<Reloc::Model>
181 RelocModel("relocation-model",
182 cl::desc("Choose relocation model"),
186 "Target default relocation model"),
195 cl::opt<llvm::CodeModel::Model>
196 CMModel("code-model",
197 cl::desc("Choose code model"),
200 "Target default JIT code model"),
202 "Small code model"),
204 "Kernel code model"),
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 114 static cl::opt<Reloc::Model>
115 RelocModel("relocation-model",
116 cl::desc("Choose relocation model"),
120 "Target default relocation model"),
129 static cl::opt<llvm::CodeModel::Model>
130 CMModel("code-model",
131 cl::desc("Choose code model"),
134 "Target default code model"),
136 "Small code model"),
138 "Kernel code model"),
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 187 if (ctx->Light.Model.LocalViewer) {
366 if (ctx->Light.Model.LocalViewer) {
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 18 package com.android.mms.model;
65 public class SlideshowModel extends Model
115 // Create root-layout model.
600 public void onModelChanged(Model model, boolean dataChanged) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 17 import third_party.json_schema_compiler.model as model namespace
23 if node.parent is not None and not isinstance(node.parent, model.Namespace):
68 '''Uses a Model from the JSON Schema Compiler and generates a dict that
198 callback_object = model.Function(parent=event,
247 if type_.property_type == model.PropertyType.ARRAY:
264 if type_.property_type == model.PropertyType.FUNCTION:
292 not isinstance(callback.parent, model.Namespace)):
297 dst_dict['is_object'] = type_.property_type == model.PropertyType.OBJECT
298 if type_.property_type == model.PropertyType.CHOICES
    [all...]
appengine_wrappers.py 238 class Model(object):
  /external/chromium_org/tools/json_schema_compiler/
preview.py 16 import model namespace
180 """Loads and returns the model for the |name| API from either its JSON or
191 unix_name = model.UnixName(name)
196 # model, so just return that single object.
198 raise ValueError('File for model "%s" not found' % name)
204 api_model = model.Model()
219 # Get the model's dependencies.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 143 COPY_4V(value, ctx->Light.Model.Ambient);
150 value[i] = ctx->Light.Model.Ambient[i]
160 value[i] = ctx->Light.Model.Ambient[i]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 143 COPY_4V(value, ctx->Light.Model.Ambient);
150 value[i] = ctx->Light.Model.Ambient[i]
160 value[i] = ctx->Light.Model.Ambient[i]
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsvirt.c 63 cmsBool SetSeqDescTag(cmsHPROFILE hProfile, const char* Model)
84 cmsMLUsetASCII( Seq->seq[0].Model, cmsNoLanguage, cmsNoCountry, Model);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 42 template <class Model>
43 inline void function_requires(Model* = 0)
45 BOOST_CONCEPT_ASSERT((Model));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c 580 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR) {
663 ctx->Light.Model.Ambient,
668 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient );
703 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) {
849 * lighting space (model or eye), hence dependencies on _NEW_MODELVIEW
1049 if (ctx->Light.Model.LocalViewer)
1057 if (ctx->Light.Model.TwoSide)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 580 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR) {
663 ctx->Light.Model.Ambient,
668 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient );
703 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) {
849 * lighting space (model or eye), hence dependencies on _NEW_MODELVIEW
1049 if (ctx->Light.Model.LocalViewer)
1057 if (ctx->Light.Model.TwoSide)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 130 private PhotoPage.Model mModel;
222 public static interface Model extends PhotoView.Model {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 290 GLfloat f = (GLfloat) ctx->Light.Model.ColorControl;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 290 GLfloat f = (GLfloat) ctx->Light.Model.ColorControl;
  /external/mesa3d/src/mesa/main/
attrib.c     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 201 'name': 'Model Type',
273 // Build the data model and attach to result list.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 289 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR);
522 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)) {

Completed in 1382 milliseconds

1 2 3 4 5 67 8 910