/external/llvm/lib/MC/ |
MCObjectFileInfo.cpp | 326 // The small model guarantees static code/data size < 4GB, but not where it 799 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef T, Reloc::Model relocm, 800 CodeModel::Model cm, [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_context.c | 289 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR); 522 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)) {
|
s_aaline.c | 484 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 54 import com.android.mms.model.IModelChangedObserver; 55 import com.android.mms.model.LayoutModel; 56 import com.android.mms.model.Model; 57 import com.android.mms.model.SlideModel; 58 import com.android.mms.model.SlideshowModel; 169 // Register an observer to watch whether the data model is changed. 242 public void onModelChanged(Model model, boolean dataChanged) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_state.c | 778 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR) { 848 ctx->Light.Model.Ambient, 853 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 145 .Case(CMDFLAG, NAME##Model) 161 .Case(CMDFLAG, NAME##Model) 517 unsigned Model = llvm::StringSwitch<unsigned>(Name) 523 if (Model == ~0U) { 527 Opts.setDefaultTLSModel(static_cast<CodeGenOptions::TLSModel>(Model)); [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state.c | 778 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR) { 848 ctx->Light.Model.Ambient, 853 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ffvertex_prog.c | 171 key->separate_specular = (ctx->Light.Model.ColorControl == 177 if (ctx->Light.Model.LocalViewer) 180 if (ctx->Light.Model.TwoSide) [all...] |
get.c | 560 CONTEXT_FIELD(Light.Model.Ambient[0], TYPE_FLOATN_4), NO_EXTRA }, 561 { GL_LIGHT_MODEL_TWO_SIDE, CONTEXT_BOOL(Light.Model.TwoSide), NO_EXTRA }, [all...] |
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 171 key->separate_specular = (ctx->Light.Model.ColorControl == 177 if (ctx->Light.Model.LocalViewer) 180 if (ctx->Light.Model.TwoSide) [all...] |
get.c | 560 CONTEXT_FIELD(Light.Model.Ambient[0], TYPE_FLOATN_4), NO_EXTRA }, 561 { GL_LIGHT_MODEL_TWO_SIDE, CONTEXT_BOOL(Light.Model.TwoSide), NO_EXTRA }, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 192 if (ctx->Light.Model.TwoSide) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aaline.c | 484 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
|
/external/chromium_org/tools/json_schema_compiler/ |
model.py | 12 """Thrown when data in the model is invalid. 18 self, 'Model parse exception at:\n' + '\n'.join(hierarchy)) 21 class Model(object): 22 """Model of all namespaces that comprise an API. 25 - |namespaces| a map of a namespace name to its model.Namespace 31 """Add a namespace's json to the model and returns the namespace. 40 def CreateFeature(name, model): 41 if isinstance(model, dict): 42 return SimpleFeature(name, model) 43 return ComplexFeature(name, [SimpleFeature(name, child) for child in model]) [all...] |
/external/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 143 void LTOCodeGenerator::setCodePICModel(lto_codegen_model model) { 144 switch (model) { 149 CodeModel = model; 152 llvm_unreachable("Unknown PIC model!"); 272 // The relocation model is actually a static member of TargetMachine and 274 Reloc::Model RelocModel = Reloc::Default;
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 40 // Add pseudo op to model memcpy for struct byval. 456 TLSModel::Model model) const;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 506 bool isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M, [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 192 if (ctx->Light.Model.TwoSide) {
|
/prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/ |
gossip-1.3.jar | |
/external/clang/lib/Sema/ |
SemaDeclAttr.cpp | [all...] |
/external/libmtp/src/ |
ptp-pack.c | 326 di->Model = ptp_unpack_string(params, data, 343 if (di->Model) free (di->Model); [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 12 * Model for the folder shortcuts. This object is cr.ui.ArrayDataModel-like 137 // Not adding to the model nor to the |unresolvablePaths_| means 166 // Save the model after finishing. 188 * Initializes the model and loads the shortcuts. 199 // Resolve and add the entries to the model. 207 * Reloads the model and loads the shortcuts. 466 // Note: This model only fires 'permuted' event, because: 480 // delete from model and add to |unresolvablePaths_|.
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
navigation_list.js | 44 * Associate a model with this item. 204 // Keeps track of selected model item to detect if it is changed actually. 300 * Selects the passed item of the model. 301 * @param {NavigationModelItem} modelItem Model item to be activated. 306 // Changes directory to the model item's root directory if needed. 356 // If the selected model item is not changed actually, we don't change the 362 // Remembers the selected model item. 383 * Invoked when the content in the data model is changed.
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 434 Reloc::Model RM, 435 CodeModel::Model CMM) { [all...] |
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 675 Reloc::Model RM = Subtarget->getRelocationModel(); [all...] |