HomeSort by relevance Sort by last modified time
    Searched defs:datatype (Results 1 - 25 of 49) sorted by null

1 2

  /prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar 
  /external/mesa3d/src/mesa/main/tests/
mesa_formats.cpp 52 GLenum datatype = 0; local
56 /* If the datatype is zero, the format was not handled */
57 _mesa_uncompressed_format_to_type_and_comps(f, &datatype, &comps);
58 EXPECT_NE(datatype, (GLenum)0);
62 _mesa_format_matches_format_and_type(f, GL_RG, datatype,
78 GLenum datatype = _mesa_get_format_datatype(f); local
86 /* Note: Z32_FLOAT_X24S8 has datatype of GL_NONE */
87 EXPECT_TRUE(datatype == GL_NONE ||
88 datatype == GL_UNSIGNED_NORMALIZED ||
89 datatype == GL_SIGNED_NORMALIZED |
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
rbt.h 58 typedef struct ffsb_file *datatype; typedef in typeref:struct:ffsb_file
66 datatype object; /* the stored object */
73 typedef int(cmp)(datatype, datatype);
75 typedef void(destructor)(datatype);
82 extern rb_node *rbnode_construct(datatype object, rb_color color);
113 extern void rbnode_replace(rb_node *node, datatype object);
197 extern int rbtree_contains(rb_tree *tree, datatype object);
205 extern rb_node *rbtree_insert(rb_tree *tree, datatype object);
213 datatype object)
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConfigurationException.java 20 package javax.xml.datatype;
DatatypeFactory.java 20 package javax.xml.datatype;
27 * <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p>
33 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
43 * The services resolution mechanism is used, e.g. <code>META-INF/services/java.xml.datatype.DatatypeFactory</code>.
48 * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>".
65 * <p>Default value is <code>javax.xml.datatype.DatatypeFactory</code>.</p>
67 public static final String DATATYPEFACTORY_PROPERTY = "javax.xml.datatype.DatatypeFactory";
72 * <p>Default value is <code>org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl</code>.</p>
75 public static final String DATATYPEFACTORY_IMPLEMENTATION_CLASS = new String("org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl");
189 * <li>{@link XMLGregorianCalendar} Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation</li
    [all...]
DatatypeConstants.java 20 package javax.xml.datatype;
26 * <p>Utility class to contain basic Datatype values as constants.</p>
204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
214 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
219 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYearMonth</code>.</p>
224 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonthDay</code>.</p>
229 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYear</code>.</p>
234 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonth</code>.</p>
239 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gDay</code>.</p
    [all...]
Duration.java 20 package javax.xml.datatype;
43 * to use for the duration datatype of XML Schema 1.0 with
111 * <td>Datatype</td>
197 "javax.xml.datatype.Duration#getXMLSchemaType():"
    [all...]
FactoryFinder.java 20 package javax.xml.datatype;
45 private static final String CLASS_NAME = "javax.xml.datatype.FactoryFinder";
XMLGregorianCalendar.java 20 package javax.xml.datatype;
44 * date/time datatype fields and this class' fields. It also summarizes
54 * Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation
61 * datatype<br/>
453 * <p>Return high order component for XML Schema 1.0 dateTime datatype field for
468 * <p>Return low order component for XML Schema 1.0 dateTime datatype field for
482 * <p>Return XML Schema 1.0 dateTime datatype field for
627 * <p><code>xsd:dateTime</code> datatype field mapping to accessors of
731 * <td>Datatype</td>
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
x86_format.c 78 switch ( op->datatype ) {
95 switch ( op->datatype ) {
368 switch (op->datatype) {
377 switch (op->datatype) {
669 if (op->datatype == op_word) {
684 if (op->datatype == op_descr16) {
741 if ( op->datatype == op_word ) {
755 if (op->datatype == op_descr16) {
821 if (op->datatype == op_word) {
840 if (op->datatype == op_descr16)
888 const char *datatype = get_operand_datatype_str(op); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 20 import android.icu.impl.ValidIdentifiers.Datatype;
35 public Datatype fieldFailure;
38 public boolean set(Datatype datatype, String code) {
39 fieldFailure = datatype;
82 // return where.set(Datatype.x, "Null language only with x-...");
86 if (!isValid(Datatype.language, language, where)) {
94 if (!isValid(Datatype.script, script, where)) return false;
95 if (!isValid(Datatype.region, region, where)) return false;
98 if (!isValid(Datatype.variant, variant, where)) return false
103 Datatype datatype = Datatype.valueOf(c+""); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 19 import com.ibm.icu.impl.ValidIdentifiers.Datatype;
33 public Datatype fieldFailure;
36 public boolean set(Datatype datatype, String code) {
37 fieldFailure = datatype;
80 // return where.set(Datatype.x, "Null language only with x-...");
84 if (!isValid(Datatype.language, language, where)) {
92 if (!isValid(Datatype.script, script, where)) return false;
93 if (!isValid(Datatype.region, region, where)) return false;
96 if (!isValid(Datatype.variant, variant, where)) return false
101 Datatype datatype = Datatype.valueOf(c+""); local
    [all...]
  /external/mesa3d/src/mesa/main/
format_parser.py 100 def datatype(self): member in class:Channel
101 """Returns the datatype corresponding to a channel type and size"""
473 def datatype(self): member in class:Format
474 """Returns the datatype corresponding to a format's channel type and size"""
formatquery.c 1398 GLenum datatype; local
    [all...]
texobj.c 699 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat); local
700 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
    [all...]
mipmap.c 47 bytes_per_pixel(GLenum datatype, GLuint comps)
51 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
52 datatype == GL_UNSIGNED_INT_24_8_MESA)
55 b = _mesa_sizeof_packed_type(datatype);
58 if (_mesa_type_is_packed(datatype))
146 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
150 do_row(GLenum datatype, GLuint comps, GLint srcWidth,
164 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
177 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
189 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1928 GLenum datatype; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 436 GLenum datatype = _mesa_get_format_datatype( local
438 if (datatype != GL_FLOAT &&
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 170 static int TIFFWriteDirectoryTagData(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint16 datatype, uint32 count, uint32 datalength, void* data);
2584 TIFFDataType datatype; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler.h 141 uint32_t datatype[32]; member in struct:toy_compaction_table
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 353 GLenum datatype = _mesa_get_format_datatype(img->TexFormat); local
368 if (t->_IsIntegerFormat || datatype == GL_SIGNED_NORMALIZED) {
376 if (datatype == GL_SIGNED_NORMALIZED) {
384 if (datatype == GL_SIGNED_NORMALIZED) {
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c 412 MPI_Datatype datatype,
417 int err = PMPI_Get_count(status, datatype, &n);
1175 MPI_Datatype datatype; member in struct:__anon37958
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/mesa3d/src/mesa/drivers/common/
meta.c 2740 const GLenum datatype = _mesa_get_format_datatype(format); local
3436 GLenum datatype; local
    [all...]

Completed in 442 milliseconds

1 2