HomeSort by relevance Sort by last modified time
    Searched full:model (Results 576 - 600 of 1417) sorted by null

<<21222324252627282930>>

  /external/qemu/hw/
arm_gic.c 46 unsigned model:1; /* 0 = N:N, 1 = 1:N */ member in struct:gic_irq_state
61 #define GIC_SET_MODEL(irq) s->irq_state[irq].model = 1
62 #define GIC_CLEAR_MODEL(irq) s->irq_state[irq].model = 0
63 #define GIC_TEST_MODEL(irq) s->irq_state[irq].model
676 qemu_put_byte(f, s->irq_state[i].model);
713 s->irq_state[i].model = qemu_get_byte(f);
  /external/quake/quake/src/WinQuake/
r_main.cpp 547 switch (currententity->model->type)
626 if (!currententity->model)
762 switch (currententity->model->type)
766 clmodel = currententity->model;
793 // instanced model
976 if (!cl_entities[0].model || !cl.worldmodel)
r_alias.cpp 104 pmodel = currententity->model;
106 pmdl = (mdl_t *)((byte *)pahdr + pahdr->model);
639 // rotate the lighting vector into the model's frame of reference
716 paliashdr = (aliashdr_t *)Mod_Extradata (currententity->model);
717 pmdl = (mdl_t *)((byte *)paliashdr + paliashdr->model);
Makefile.Solaris 85 $(BUILDDIR)/model.o \
255 $(BUILDDIR)/model.o : $(MOUNT_DIR)/model.c
r_bsp.cpp 171 // transform the BSP plane into model space
518 // deal with model fragments in this leaf
658 clmodel = currententity->model;
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 159 // behavior and never set the drawing model explicitly.
169 // If the plug-in did not specify an event model
179 // now since the drawing and event model can only be set during NPP_New.
184 LOG(Plugins, "Plug-in '%s' uses unsupported event model %s",
192 LOG(Plugins, "Plug-in '%s' uses unsupported drawing model %s",
261 // CoreGraphics is the only drawing model we support
  /frameworks/base/awt/java/awt/
Color.java 802 * Gets a Color object using the specified values of the HSB color model.
818 * Converts the Color specified by the RGB model to an equivalent color in
819 * the HSB model.
875 * Converts the Color specified by the HSB model to an equivalent color in
876 * the default RGB model.
980 // Suppose we have here simple INT/RGB color/sample model
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 26 * <p>This uses the World Magnetic Model produced by the United States National
27 * Geospatial-Intelligence Agency. More details about the model can be found at
31 * Android may use a newer version of the model.
51 // NOAA Technical Report: The US/UK World Magnetic Model for 2010-2015
192 // function defined by the model. See NOAA Technical Report: The US/UK
193 // World Magnetic Model for 2010-2015 for the derivation.
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 23 import com.android.contacts.model.ContactsSource;
24 import com.android.contacts.model.Editor;
25 import com.android.contacts.model.EntityDelta;
26 import com.android.contacts.model.EntityModifier;
27 import com.android.contacts.model.EntitySet;
28 import com.android.contacts.model.GoogleSource;
29 import com.android.contacts.model.Sources;
30 import com.android.contacts.model.ContactsSource.EditType;
31 import com.android.contacts.model.Editor.EditorListener;
32 import com.android.contacts.model.EntityDelta.ValuesDelta
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 103 * - link to the existing outline editor (prolly reuse/adapt for simplier model and will need
708 * In our workflow, the model is owned by the Structured XML Editor.
728 * In our workflow, the model is owned by the Structured XML Editor.
738 * In our workflow, the model is owned by the Structured XML Editor.
748 * In our workflow, the model is owned by the Structured XML Editor.
853 * Callback for XML model changed. Only update/recompute the layout if the editor is visible
948 UiDocumentNode model = getModel(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 142 // Do we need to special-case initialize them into the DTM model?
565 // implicit "xml:" prefix, but the XPath data model
805 * (see http://www.w3.org/TR/xpath#data-model
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 925 * <p>The content model will consist of the string "EMPTY", the
927 * by an occurrence indicator. The model will be normalized so
932 * @param model The content model as a normalized string.
935 public void elementDecl(String name, String model) throws SAXException
940 + model);
944 m_declHandler.elementDecl(name, model);
  /frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/
messages.properties 29 awt.0B=Wrong color model created for drawable
76 awt.3A=Color Model is null
118 awt.64=The number of the bands in the subset is greater than the number of bands in the sample model
358 awt.214=This Color Model doesn't support this transferType
363 awt.219=This transferType is not supported by this color model
383 awt.22D=This transferType ( {0} ) is not supported by this color model
455 awt.275=This pixel representation is not suuported by tis Color Model
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 25 import com.android.mms.model.MediaModel;
26 import com.android.mms.model.SlideModel;
27 import com.android.mms.model.SlideshowModel;
352 public static int getAttachmentType(SlideshowModel model) {
353 if (model == null) {
357 int numberOfSlides = model.size();
362 SlideModel slide = model.get(0);
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeFactory.java 302 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
342 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
374 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>
433 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
481 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
515 * XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>.</p>
554 * XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>.</p>
594 * XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>.</p>
633 * XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>.</p>
    [all...]
  /external/quake/quake/src/QW/client/
r_alias.c 104 pmodel = currententity->model;
106 pmdl = (mdl_t *)((byte *)pahdr + pahdr->model);
654 // rotate the lighting vector into the model's frame of reference
731 paliashdr = (aliashdr_t *)Mod_Extradata (currententity->model);
732 pmdl = (mdl_t *)((byte *)paliashdr + paliashdr->model);
r_bsp.c 171 // transform the BSP plane into model space
518 // deal with model fragments in this leaf
658 clmodel = currententity->model;
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 432 sMimeTypeMap.loadEntry("model/iges", "igs");
433 sMimeTypeMap.loadEntry("model/iges", "iges");
434 sMimeTypeMap.loadEntry("model/mesh", "msh");
435 sMimeTypeMap.loadEntry("model/mesh", "mesh");
436 sMimeTypeMap.loadEntry("model/mesh", "silo");
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 17 package com.android.contacts.model;
20 import com.android.contacts.model.ContactsSource.DataKind;
21 import com.android.contacts.model.ContactsSource.EditField;
22 import com.android.contacts.model.ContactsSource.EditType;
23 import com.android.contacts.model.EntityDelta.ValuesDelta;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 45 * document composition model for an application. The requests received are:
101 /** If we're building the model incrementally on demand, we need to
314 * DTM model.
316 * @return null if this model doesn't respond to SAX events,
334 * @return null if this model doesn't respond to lexical SAX events,
351 * @return null if this model doesn't respond to SAX entity ref events.
362 * @return null if this model doesn't respond to SAX dtd events.
373 * @return null if this model doesn't respond to SAX error events.
384 * @return null if this model doesn't respond to SAX Decl events.
392 /** @return true iff we're building this model incrementally (e
    [all...]
  /external/freetype/include/freetype/
ftglyph.h 78 /* Handle to an object used to model generic glyph images. It is a */
124 /* A handle to an object used to model a bitmap glyph image. This is */
176 /* A handle to an object used to model an outline glyph image. This */
    [all...]
  /external/kernel-headers/original/linux/
pnp.h 136 struct device dev; /* Driver Model device interface */
179 struct device dev; /* Driver Model device interface */
339 struct device dev; /* link to driver model */
  /external/srec/srec/include/
srec.h 158 /* notes ... what needs to be acoustic model specific
221 costdata *current_model_scores; /* temporary array used by the search to contain model scores -
285 #define MAX_RECOGNIZERS 2 /* generally, 1x for each acoustic model */
  /external/webkit/WebCore/xml/
XPathStep.cpp 241 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
249 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
367 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]

Completed in 236 milliseconds

<<21222324252627282930>>