HomeSort by relevance Sort by last modified time
    Searched refs:model (Results 276 - 300 of 484) sorted by null

<<11121314151617181920

  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 23 import com.android.contacts.model.ContactsSource;
24 import com.android.contacts.model.EntityDelta;
25 import com.android.contacts.model.EntityModifier;
26 import com.android.contacts.model.EntitySet;
27 import com.android.contacts.model.Sources;
28 import com.android.contacts.model.ContactsSource.DataKind;
29 import com.android.contacts.model.ContactsSource.EditType;
30 import com.android.contacts.model.EntityDelta.ValuesDelta;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 22 import com.android.mms.model.SlideModel;
23 import com.android.mms.model.SlideshowModel;
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiDocumentEditPart.java 118 UiElementNode model = (UiElementNode)getModel(); local
120 Object editData = model.getEditData();
UiElementEditPart.java 83 * Returns a List containing the children model objects.
152 /** @return The object model casted to an {@link UiElementNode} */
193 UiElementNode model = (UiElementNode)getModel(); local
195 Object editData = model.getEditData();
  /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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 32 import org.eclipse.debug.core.model.IProcess;
33 import org.eclipse.debug.core.model.IStreamsProxy;
135 * @see org.eclipse.debug.core.model.LaunchConfigurationDelegate#getLaunch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String)
184 * @see org.eclipse.debug.core.model.IProcess#getAttribute(java.lang.String)
192 * @see org.eclipse.debug.core.model.IProcess#getExitValue()
199 * @see org.eclipse.debug.core.model.IProcess#getLabel()
206 * @see org.eclipse.debug.core.model.IProcess#getLaunch()
213 * @see org.eclipse.debug.core.model.IProcess#getStreamsProxy()
220 * @see org.eclipse.debug.core.model.IProcess#setAttribute(java.lang.String,
236 * @see org.eclipse.debug.core.model.ITerminate#canTerminate(
    [all...]
  /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;
  /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/gle1/
GraphicalLayoutEditor.java 334 * In our workflow, the model is owned by the Structured XML Editor.
639 * Resets the editor's input and the viewer model.
752 * Callback for XML model changed. Only update/recompute the layout if the editor is visible
    [all...]
  /external/quake/quake/src/QW/server/
world.c 131 model_t *model; local
138 { // explicit hulls in the BSP model
142 model = sv.models[ (int)ent->v.modelindex ];
144 if (!model || model->type != mod_brush)
145 SV_Error ("MOVETYPE_PUSH with a non bsp model");
149 hull = &model->hulls[0];
151 hull = &model->hulls[1];
153 hull = &model->hulls[2];
  /external/quake/quake/src/WinQuake/
world.cpp 131 model_t *model; local
138 { // explicit hulls in the BSP model
142 model = sv.models[ (int)ent->u.v.modelindex ];
144 if (!model || model->type != mod_brush)
145 Sys_Error ("MOVETYPE_PUSH with a non bsp model");
149 hull = &model->hulls[0];
151 hull = &model->hulls[1];
153 hull = &model->hulls[2];
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 44 import com.android.mms.model.AudioModel;
45 import com.android.mms.model.ImageModel;
46 import com.android.mms.model.MediaModel;
47 import com.android.mms.model.SlideModel;
48 import com.android.mms.model.SlideshowModel;
49 import com.android.mms.model.TextModel;
50 import com.android.mms.model.VideoModel;
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 187 bool AudioPlugin::supportsDrawingModel(ANPDrawingModel model) {
188 return (model == kBitmap_ANPDrawingModel);
280 switch (evt->data.draw.model) {
285 break; // unknown drawing model
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 113 bool FormPlugin::supportsDrawingModel(ANPDrawingModel model) {
114 return (model == kBitmap_ANPDrawingModel);
207 switch (evt->data.draw.model) {
212 break; // unknown drawing model
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 137 bool PluginWidgetAndroid::setDrawingModel(ANPDrawingModel model) {
138 m_drawingModel = model;
164 // will also be null if this is a Surface model.
188 event.data.draw.model = m_drawingModel;
  /libcore/luni/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);
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 18 package com.android.mms.model;
91 public static SMILDocument getDocument(SlideshowModel model) {
92 return createSmilDocument(model);
  /bionic/libc/kernel/arch-arm/asm/
cacheflush.h 27 #error Unknown cache maintainence model
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 27 import signature.model.IApi;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
cacheflush.h 27 #error Unknown cache maintainence model
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 33 from model import datastore
  /device/samsung/crespo/libs3cjpeg/
Exif.h 181 unsigned char model[32]; member in struct:__anon1558
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 137 char* model; member in struct:__anon6165
  /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);

Completed in 4901 milliseconds

<<11121314151617181920