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

1 2 3 4 5 6 7 8 91011>>

  /external/srec/srec/include/
duk_io.h 36 /* File types for whole word model and tcp files
41 #define MDL_EXT "mdl" /* Model Extension */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLModels.java 26 // Start of model definitions
51 // End of model definitions
  /external/webkit/WebCore/bridge/
npapi.h 373 /* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
420 , NPNVsupportsQuickDrawBool = 2000 /* TRUE if the browser supports the QuickDraw drawing model */
422 , NPNVsupportsCoreGraphicsBool = 2001 /* TRUE if the browser supports the CoreGraphics drawing model */
423 , NPNVsupportsOpenGLBool = 2002 /* TRUE if the browser supports the OpenGL drawing model (CGL on Mac) */
424 , NPNVsupportsCoreAnimationBool = 2003 /* TRUE if the browser supports the CoreAnimation drawing model */
427 , NPNVsupportsCarbonBool = 3000 /* TRUE if the browser supports the Carbon event model */
429 , NPNVsupportsCocoaBool = 3001 /* TRUE if the browser supports the Cocoa event model */
455 * The drawing model for a Mac OS X plugin. These are the possible values for the NPNVpluginDrawingModel variable.
468 * The event model for a Mac OS X plugin. These are the possible values for the NPNVpluginEventModel variable.
620 * NPRegion's type depends on the drawing model specified by the plugin (see NPNVpluginDrawingModel)
    [all...]
  /external/webkit/WebKitTools/QueueStatusServer/handlers/
recentstatus.py 32 from model.queues import queues
33 from model.queuestatus import QueueStatus
updatestatus.py 33 from model.attachment import Attachment
34 from model.queuestatus import QueueStatus
  /frameworks/base/awt/java/awt/image/
PixelGrabber.java 88 public void setColorModel(ColorModel model) {
93 ColorModel model, byte[] pixels, int srcOff, int srcScan) {
133 cm = model;
134 if(model != ColorModel.getRGBdefault()){
144 if(!isRGB && cm == model){
167 ColorModel model, int[] pixels, int srcOff, int srcScan) {
211 cm = model;
217 if(cm == model){
IndexColorModel.java 31 * The Class IndexColorModel represents a color model in which the color values
56 private boolean grayPalette; // Color Model has Color Map with Gray Pallete
92 * Instantiates a new index color model.
164 * Instantiates a new index color model.
176 * whether this color model uses alpha.
241 * Instantiates a new index color model by building the color map from
277 * Instantiates a new index color model by building the color map from
312 * Instantiates a new index color model by building the color map from
344 * Instantiates a new index color model.
356 * whether this color model uses alpha
551 ColorModel model; local
    [all...]
MultiPixelPackedSampleModel.java 200 MultiPixelPackedSampleModel model = (MultiPixelPackedSampleModel)o; local
201 return this.width == model.width && this.height == model.height
202 && this.numBands == model.numBands && this.dataType == model.dataType
203 && this.pixelBitStride == model.pixelBitStride && this.bitMask == model.bitMask
204 && this.pixelsPerDataElement == model.pixelsPerDataElement
205 && this.dataElementSize == model.dataElementSize
206 && this.dataBitOffset == model.dataBitOffse
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 62 assertNotEmpty("MODEL", Build.MODEL);
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 18 package com.android.mms.model;
20 public class RegionModel extends Model {
  /packages/apps/Mms/src/org/w3c/dom/events/
DocumentEvent.java 22 * interface in an implementation which supports the Event model.
23 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /cts/tools/dex-tools/
README.txt 22 lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex model tests
  /cts/tools/signature-tools/src/signature/compare/
Main.java 20 import signature.compare.model.IApiDelta;
21 import signature.compare.model.IPackageDelta;
22 import signature.compare.model.impl.SigDelta;
30 import signature.model.IApi;
  /cts/tools/signature-tools/src/signature/compare/model/
ITypeVariableDeltas.java 17 package signature.compare.model;
  /cts/tools/signature-tools/src/signature/io/html/
ClassByNameComparator.java 19 import signature.compare.model.IClassDefinitionDelta;
  /cts/tools/signature-tools/src/signature/io/impl/
ToStringExternalizer.java 19 import signature.compare.model.IApiDelta;
  /cts/tools/signature-tools/src/signature/model/
IAnnotation.java 17 package signature.model;
IAnnotationField.java 17 package signature.model;
IExecutableMember.java 17 package signature.model;
IField.java 17 package signature.model;
IGenericDeclaration.java 17 package signature.model;
IPackage.java 17 package signature.model;
IParameterizedType.java 17 package signature.model;
IPrimitiveType.java 17 package signature.model;

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011>>