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

<<11121314151617181920>>

  /frameworks/base/tools/preload/
Root.java 36 * Root of our data model.
139 System.err.println("Writing object model...");
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java 21 import com.android.contacts.model.Editor;
22 import com.android.contacts.model.EntityDelta;
23 import com.android.contacts.model.EntityModifier;
24 import com.android.contacts.model.ContactsSource.DataKind;
25 import com.android.contacts.model.ContactsSource.EditField;
26 import com.android.contacts.model.ContactsSource.EditType;
27 import com.android.contacts.model.EntityDelta.ValuesDelta;
383 // Keep around in model, but mark as deleted
  /packages/apps/Mms/src/com/android/mms/ui/
WarnOfStorageLimitsActivity.java 39 * The model for the alert.
104 * Sets up the alert, including applying the parameters to the alert model,
  /packages/wallpapers/MusicVisualization/res/raw/
waveform.rs 128 // Change the model matrix to account for the large model
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 117 * Instructs it to commit the new (modified) data back into the model.
121 IStructuredModel model = mTree.getEditor().getModelForEdit(); local
123 // Notify the model we're about to change data...
124 model.aboutToChangeModel();
135 // Notify the model we're done modifying it. This must *always* be executed.
136 model.changedModel();
137 model.releaseFromEdit();
148 * loaded from the model.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java 40 /** Last value read from the XML model. Cannot be null. */
98 * and the modified attributes must be committed (i.e. written) to the XML model.
  /build/tools/
buildinfo.sh 18 echo "ro.product.model=$PRODUCT_MODEL"
  /cts/tools/signature-tools/src/signature/model/
IAnnotationElement.java 17 package signature.model;
  /cts/tools/signature-tools/test/signature/comparator/
AnnotationCompareTest.java 26 import signature.model.IApi;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERSet.java 73 * As DER requires the constructed, definite-length model to
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 60 * <p>Is specified object model supported by this
63 * @param objectModel Specifies the object model which the returned
89 // know how to support default object model, W3C DOM
100 * object model determined when the factory was instantiated.</p>
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Comment.java 27 * <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>.
DOMImplementationList.java 21 * <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>.
DOMLocator.java 18 * <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>.
DOMStringList.java 21 * <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>.
NodeList.java 21 * <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>.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSException.java 26 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
package.html 40 to applications, and to serve as a simple model for other SAX2 parser
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 94 bool NavigationPlugin::supportsDrawingModel(ANPDrawingModel model) {
95 return (model == kBitmap_ANPDrawingModel);
171 switch (evt->data.draw.model) {
176 break; // unknown drawing model
  /development/simulator/app/
Resource.h 30 // leave space; each phone model gets a menu item ID
  /external/kernel-headers/original/asm-arm/
glue.h 29 * Data Abort Model
  /external/qemu/android/
user-config.h 18 /* a structure used to model the user-configuration settings
  /external/quake/quake/src/QW/client/
pmove.h 43 model_t *model; // only for bsp models member in struct:__anon5048
  /external/quake/quake/src/QW/progs/
progdefs.h 75 string_t model; member in struct:__anon5160

Completed in 47 milliseconds

<<11121314151617181920>>