/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
PhotoEditorView.java | 20 import com.android.contacts.model.EntityDelta; 21 import com.android.contacts.model.ContactsSource.DataKind; 22 import com.android.contacts.model.EntityDelta.ValuesDelta; 23 import com.android.contacts.model.Editor;
|
ContactEditorView.java | 20 import com.android.contacts.model.ContactsSource; 21 import com.android.contacts.model.EntityDelta; 22 import com.android.contacts.model.EntityModifier; 23 import com.android.contacts.model.ContactsSource.DataKind; 24 import com.android.contacts.model.ContactsSource.EditType; 25 import com.android.contacts.model.Editor.EditorListener; 26 import com.android.contacts.model.EntityDelta.ValuesDelta;
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
ExchangeSender.java | 24 * Our Exchange service does not use the sender/store model. This class exists for exactly one
|
/packages/apps/Mms/src/com/android/mms/model/ |
ContentRestriction.java | 17 package com.android.mms.model;
|
/packages/apps/Mms/src/org/w3c/dom/events/ |
EventException.java | 18 * <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>.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILElement.java | 20 * types. It follows the model of the <code>HTMLElement</code> in the HTML
|
/packages/apps/Mms/src/org/w3c/dom/views/ |
AbstractView.java | 17 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
|
DocumentView.java | 20 * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113'>Document Object Model (DOM) Level 2 Views Specification</a>.
|
/packages/inputmethods/PinyinIME/jni/command/ |
pinyinime_dictbuilder.cpp | 27 * Build binary dictionary model. Make sure that ___BUILD_MODEL___ is defined
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
IUnknownDescriptorProvider.java | 22 * {@link UiItemElementNode} is the main class that creates the UI Model hierarchy based
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
ManifestPkgAttrDescriptor.java | 20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiManifestPkgAttrNode;
|
PackageAttributeDescriptor.java | 20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiPackageAttributeNode;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiAttributeNode.java | 63 * from the XML model. 133 * specified in the XML model. In general, this means the "default" value of the 146 * and the modified attributes must be committed (i.e. written) to the XML model. 151 * The implemented methods must assume it is safe to modify the XML model.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunch.java | 23 import org.eclipse.debug.core.model.ISourceLocator;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ProfilesTableModel.java | 17 package com.android.hierarchyviewer.ui.model;
|
ViewsTreeModel.java | 17 package com.android.hierarchyviewer.ui.model;
|
/external/quake/quake/src/QW/client/ |
gl_model.h | 135 int firstedge; // look up in model->surfedges[], negative numbers
331 // Whole model
357 // volume occupied by the model graphics
369 // brush model
419 // additional model data
433 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
434 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
/external/quake/quake/src/WinQuake/ |
gl_model.h | 131 int firstedge; // look up in model->surfedges[], negative numbers 328 // Whole model 354 // volume occupied by the model graphics 366 // brush model 413 // additional model data 427 mleaf_t *Mod_PointInLeaf (float *p, model_t *model); 428 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
|
/external/webkit/WebKit/mac/WebView/ |
WebPreferences.h | 40 @abstract Specifies a usage model for a WebView, which WebKit will use to 408 @abstract Specifies a usage model for a WebView, which WebKit will use to 411 @param cacheModel The WebView's usage model for WebKit. If necessary, WebKit 418 browsing situations. The WebKit cache model controls the behaviors of all of 426 If setCacheModel: is not called, WebKit will select a cache model automatically. 433 @abstract Returns the usage model according to which WebKit determines its 436 @result The usage model.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowEditActivity.java | 22 import com.android.mms.model.IModelChangedObserver; 23 import com.android.mms.model.Model; 24 import com.android.mms.model.SlideModel; 25 import com.android.mms.model.SlideshowModel; 397 public void onModelChanged(Model model, boolean dataChanged) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 56 * actually valid in the current UI/XML model. The view may not be part of the canvas 65 * to the model. We never store a null bounds rectangle in the node, a null rectangle 151 // is safe to edit the model using any method from INode. 189 // We don't really know how to revert the state at this point and the UI model is 190 // now out of sync with the XML model. 227 // We don't really know how to revert the state at this point and the UI model is 228 // now out of sync with the XML model.
|
/frameworks/base/awt/java/awt/image/ |
SinglePixelPackedSampleModel.java | 225 SinglePixelPackedSampleModel model = (SinglePixelPackedSampleModel)o; local 226 return this.width == model.width && this.height == model.height 227 && this.numBands == model.numBands && this.dataType == model.dataType 228 && Arrays.equals(this.bitMasks, model.bitMasks) 229 && Arrays.equals(this.bitOffsets, model.bitOffsets) 230 && Arrays.equals(this.bitSizes, model.bitSizes) 231 && this.scanlineStride == model.scanlineStride; 238 // number of bands in the sample model [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
NativeImageFormat.java | 279 break; // Try to look at sample model and color model 317 * Deduces image format from the raster sample model. 350 * Obtains LCMS format from the component sample model 351 * @param sm - sample model 448 * Obtains LCMS format from the single pixel packed sample model 449 * @param sm - sample model 596 * @param csm - component sample model 610 * @param sppsm - sample model 624 * @param sm - sample model [all...] |
/external/freetype/include/freetype/ |
ftmm.h | 61 /* A simple structure used to model a given axis in design space for */ 88 /* A structure used to model the axes and space of a Multiple Masters */ 118 /* A simple structure used to model a given axis in design space for */ 160 /* A simple structure used to model a named style in a GX var font. */ 184 /* A structure used to model the axes and space of a Multiple Masters */
|
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 175 * model programming (small or medium model with some far allocations). 177 * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, 182 /* MSC small or medium model */ 191 /* Turbo C small or medium model */
|