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

1 2 3 4 5 67 8 91011>>

  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 57 import signature.model.IAnnotation;
58 import signature.model.IAnnotationElement;
59 import signature.model.IAnnotationField;
60 import signature.model.IClassDefinition;
61 import signature.model.IClassReference;
62 import signature.model.IConstructor;
63 import signature.model.IEnumConstant;
64 import signature.model.IField;
65 import signature.model.IMethod;
66 import signature.model.IPackage
    [all...]
IClassInitializer.java 19 import signature.model.IClassDefinition;
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactory.java 41 * <p>Default Object Model URI.</p>
54 * <p>Get a new <code>XPathFactory</code> instance using the default object model,
73 "XPathFactory#newInstance() failed to create an XPathFactory for the default object model: "
82 * <p>Get a new <code>XPathFactory</code> instance using the specified object model.</p>
105 * The first service provider found in class loader order that supports the specified object model is returned.
122 * @param uri Identifies the underlying object model.
129 * @throws XPathFactoryConfigurationException If the specified object model is unavailable.
153 "No XPathFctory implementation found for the object model: "
163 * @throws XPathFactoryConfigurationException If the specified object model is unavailable.
188 "No XPathFctory implementation found for the object model:
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
ClassOverviewPage.java 25 import signature.compare.model.IAnnotationFieldDelta;
26 import signature.compare.model.IClassDefinitionDelta;
27 import signature.compare.model.IConstructorDelta;
28 import signature.compare.model.IEnumConstantDelta;
29 import signature.compare.model.IFieldDelta;
30 import signature.compare.model.IMethodDelta;
31 import signature.compare.model.impl.SigDelta;
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
package.html 13 <meta name="@see" content='<a href="http://www.w3.org/TR/xpath-datamodel/#dayTimeDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>' />
14 <meta name="@see" content='<a href="http://www.w3.org/TR/xpath-datamodel/#yearMonthDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>' />
27 <li><a href="http://www.w3.org/TR/xpath-datamodel/#dayTimeDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a></li>
28 <li><a href="http://www.w3.org/TR/xpath-datamodel/#yearMonthDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a></li>
88 <th>XQuery 1.0 and XPath 2.0 Data Model</th>
138 <li>See <a href="http://www.w3.org/TR/xpath-datamodel/#dayTimeDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a></li>
139 <li>See <a href="http://www.w3.org/TR/xpath-datamodel/#yearMonthDuration">XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a></li>
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ReadOnlyContactEditorView.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;
  /cts/tools/signature-tools/src/signature/model/impl/
SigWildcardType.java 17 package signature.model.impl;
19 import signature.model.ITypeReference;
20 import signature.model.IWildcardType;
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
package.html 11 {@link org.w3c.dom.Node} as the source of the input tree. The model of
13 <A href="http://www.w3.org/TR/xslt#data-model">XSLT data model</A> or
  /external/srec/srec/include/
hmm_type.h 37 typedef unsigned char unidata; /* for unimodal model storage */
38 typedef unidata moddata; /* for segmental model storage */
44 typedef unsigned char phonedata; /* for model contexts */
  /frameworks/base/awt/java/awt/image/
ColorModel.java 100 * Instantiates a new color model with the specified values.
109 * whether the color model has alpha.
184 * Instantiates a new color model with the specified pixel bit depth. The
213 * them according to rules of the color model.
222 * color model and whose type depends on the transfer type (based
242 * color model and whose type depends on the transfer type (based
261 * color model and whose type depends on the transfer type (based
284 * Creates a new color model by coercing the data in the writable raster in
285 * accordance with the alpha strategy of this color model.
290 * whether the alpha is pre-multiplied in this color model
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
DeltaType.java 17 package signature.compare.model;
IAnnotatableElementDelta.java 17 package signature.compare.model;
IValueDelta.java 17 package signature.compare.model;
  /cts/tools/signature-tools/src/signature/io/
IApiDeltaExternalizer.java 21 import signature.compare.model.IApiDelta;
IApiExternalizer.java 19 import signature.model.IApi;
IApiLoader.java 23 import signature.model.IApi;
  /cts/tools/signature-tools/src/signature/model/
IArrayType.java 17 package signature.model;
IClassReference.java 17 package signature.model;
IConstructor.java 17 package signature.model;
IEnumConstant.java 17 package signature.model;
IParameter.java 17 package signature.model;
ITypeDefinition.java 17 package signature.model;
ITypeReference.java 17 package signature.model;
ITypeVariableReference.java 17 package signature.model;
Kind.java 17 package signature.model;

Completed in 63 milliseconds

1 2 3 4 5 67 8 91011>>