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

<<21222324252627282930>>

  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementation.java 18 * of the document object model.
19 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 109 // read the 3D model from the resource
114 // Read the model definition in from a resource.
  /external/expat/amiga/include/libraries/
expat.h 145 XML_Content *model);
493 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
  /external/freetype/include/freetype/
t1tables.h 65 /* A structure used to model a Type~1 or Type~2 FontInfo dictionary. */
114 /* A structure used to model a Type~1 or Type~2 private dictionary. */
tttables.h 60 /* A structure used to model a TrueType font header table. All */
98 /* A structure used to model a TrueType horizontal header, the `hhea' */
217 /* A structure used to model a TrueType vertical header, the `vhea' */
343 /* A structure used to model a TrueType OS/2 table. This is the long */
409 /* A structure used to model a TrueType PostScript table. All fields */
438 /* A structure used to model a TrueType PCLT table. All fields */
    [all...]
  /external/grub/netboot/
sis900.h 283 #define MII_ID1_MODEL 0x03F0 /* model number */
284 #define MII_ID1_REV 0x000F /* model number */
  /external/jpeg/
jmemsys.h 44 * On an 80x86 machine using small-data memory model, these manage near heap.
69 * to model the 64Kb-segment-size limit of far addressing on 80x86 machines.
wrppm.c 59 * assuming small-data memory model wherein fwrite() can't reach far memory.
61 * in large-memory model, or else replace fwrite() with a putc() loop ---
wrtarga.c 34 * memory model, wherein fwrite() can't reach far memory. If you need to
36 * model, or else replace fwrite() with a putc() loop --- which will be much
  /external/kernel-headers/original/asm-x86/
msr-index.h 4 /* CPU model specific register (MSR) numbers */
178 /* Intel Model 6 */
  /external/kernel-headers/original/linux/
mod_devicetable.h 140 __u8 cu_model; /* control unit model */
141 __u8 dev_model; /* device model */
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 939 if (!(monitor->model = Xcalloc(rep.modelLength + 1, 1))) {
949 monitor->model = NULL;
957 if (monitor->model)
958 Xfree(monitor->model);
968 if (monitor->model)
969 Xfree(monitor->model);
990 _XReadPad(dpy, monitor->model, rep.modelLength);
992 monitor->model = "";
    [all...]
  /external/quake/quake/src/QW/progs/
subs.qc 39 setmodel (self, self.model); // set size and link into world
42 self.model = "";
  /external/srec/tools/grxmlcompile/
vocab.cpp 158 std::cout << " Model IDs: ";
249 std::cout <<"DEBUG model id: " << lphon <<cphon << rphon << " "<< id << std::endl;
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 71 /* Called whenever the plugin itself requests a new drawing model. If the
72 hardware does not support the requested model then false is returned,
  /external/webkit/WebKitExamplePlugins/
ChangeLog 86 Update the example plug-in for new changes to the Cocoa event model.
280 Add a sample NPAPI plugin that uses the Cocoa event model.
  /frameworks/base/awt/javax/imageio/
ImageTypeSpecifier.java 59 throw new IllegalArgumentException("color model should not be NULL");
62 throw new IllegalArgumentException("sample model should not be NULL");
  /frameworks/base/core/java/android/os/
Build.java 54 public static final String MODEL = getString("ro.product.model");
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 147 * If there is no item model, don't do any of the below (for example,
148 * the 'More' item doesn't have a model)
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 39 import com.android.contacts.model.ExchangeSource;
40 import com.android.contacts.model.GoogleSource;
SplitAggregateView.java 19 import com.android.contacts.model.ContactsSource;
20 import com.android.contacts.model.Sources;
  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleSource.java 17 package com.android.contacts.model;
20 import com.android.contacts.model.EntityDelta.ValuesDelta;
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 18 package com.android.mms.model;
42 public abstract class MediaModel extends Model implements EventListener {
MediaModelFactory.java 18 package com.android.mms.model;
81 throw new IllegalArgumentException("No part found for the model.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 164 IStructuredModel model = mEditor.getModelForRead(); local
183 model.releaseFromRead();

Completed in 201 milliseconds

<<21222324252627282930>>