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

1 2 3 4 5

  /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...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 243 * 'datatype' stores the actual size and datatype
249 op->datatype = (size == 4) ? op_word : op_byte;
254 op->datatype = (size == 4) ? op_bounds32 : op_bounds16;
258 op->datatype = (size == 4) ? op_dword : op_word;
265 op->datatype = (size == 4) ? op_descr32 : op_descr16;
269 op->datatype = op_byte;
273 op->datatype = op_word;
277 op->datatype = op_dword;
284 op->datatype = (insn->addr_size == 4) ?
    [all...]
  /external/clang/test/Sema/
warn-type-safety.cpp 24 void f1(void *buf, int count, MPI_Datatype datatype)
27 void f2(void *buf, int count, MPI_Datatype datatype)
30 void f3(void *buf, int count, MPI_Datatype datatype)
33 void f4(void *buf, int count, MPI_Datatype datatype)
36 void MPI_Send(void *buf, int count, MPI_Datatype datatype)
42 void value_dep(void *buf, int count, MPI_Datatype datatype)
warn-type-safety.c 9 int wrong1(void *buf, MPI_Datatype datatype)
12 int wrong2(void *buf, MPI_Datatype datatype)
15 int wrong3(void *buf, MPI_Datatype datatype)
18 int wrong4(void *buf, MPI_Datatype datatype)
21 int wrong5(void *buf, MPI_Datatype datatype)
24 int wrong6(void *buf, MPI_Datatype datatype)
29 int wrong7(void *buf, MPI_Datatype datatype)
32 int wrong8(void *buf, MPI_Datatype datatype)
128bitint.c 22 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicDurationFormat.java 44 } else if (object instanceof javax.xml.datatype.Duration) {
92 * @see "http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/datatype/Duration.html"
95 javax.xml.datatype.DatatypeConstants.Field inFields[] = {
96 javax.xml.datatype.DatatypeConstants.YEARS,
97 javax.xml.datatype.DatatypeConstants.MONTHS,
98 javax.xml.datatype.DatatypeConstants.DAYS,
99 javax.xml.datatype.DatatypeConstants.HOURS,
100 javax.xml.datatype.DatatypeConstants.MINUTES,
101 javax.xml.datatype.DatatypeConstants.SECONDS,
112 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormat.java 42 } else if (object instanceof javax.xml.datatype.Duration) {
90 * @see "http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/datatype/Duration.html"
93 javax.xml.datatype.DatatypeConstants.Field inFields[] = {
94 javax.xml.datatype.DatatypeConstants.YEARS,
95 javax.xml.datatype.DatatypeConstants.MONTHS,
96 javax.xml.datatype.DatatypeConstants.DAYS,
97 javax.xml.datatype.DatatypeConstants.HOURS,
98 javax.xml.datatype.DatatypeConstants.MINUTES,
99 javax.xml.datatype.DatatypeConstants.SECONDS,
110 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj
    [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/
formats.c 57 GLenum DataType;
220 return info->DataType;
521 return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT) &&
535 return _mesa_is_type_unsigned(info->DataType);
552 return (info->DataType == GL_SIGNED_NORMALIZED ||
553 info->DataType == GL_INT ||
554 info->DataType == GL_FLOAT);
565 return (info->DataType == GL_INT || info->DataType == GL_UNSIGNED_INT)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenHeapBuffer.py 16 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
17 FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
26 return ["%s%s *%s__out__" % (self.datatype, out, name)]
63 (self.datatype, name, name, name)
72 (self.datatype, name, name, name)
bgenBuffer.py 33 def __init__(self, size, datatype = 'char', sizetype = 'int', sizeformat = None):
36 self.datatype = datatype
56 return ["%s%s *%s__in__" % (const, self.datatype, name)]
65 return ["%s%s %s__out__[%s]" % (self.datatype, out, name, self.size)]
118 (self.datatype, name, name, self.size)
172 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
173 FixedInputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
  /external/python/cpython2/Tools/bgen/bgen/
bgenHeapBuffer.py 16 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
17 FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
26 return ["%s%s *%s__out__" % (self.datatype, out, name)]
63 (self.datatype, name, name, name)
72 (self.datatype, name, name, name)
bgenBuffer.py 33 def __init__(self, size, datatype = 'char', sizetype = 'int', sizeformat = None):
36 self.datatype = datatype
56 return ["%s%s *%s__in__" % (const, self.datatype, name)]
65 return ["%s%s %s__out__[%s]" % (self.datatype, out, name, self.size)]
118 (self.datatype, name, name, self.size)
172 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
173 FixedInputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py 162 params=[Param(datatype='int',
168 params=[Param(datatype='int',
170 Param(datatype='String',
172 Param(datatype='String',
174 Param(datatype='boolean',
176 Param(datatype='long',
183 params=[Param(datatype='String',
189 params=[Param(datatype='byte[]',
191 Param(datatype='int',
197 params=[Param(datatype='View', name='view')]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 64 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
110 GLuint size, GLenum datatype,
117 GLenum datatype, GLuint *swizzleOut);
  /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/icu/android_icu4j/src/main/java/android/icu/impl/
ValidIdentifiers.java 31 public enum Datatype {
120 static final Map<Datatype,Map<Datasubtype,ValiditySet>> data;
122 Map<Datatype, Map<Datasubtype, ValiditySet>> _data = new EnumMap<Datatype,Map<Datasubtype,ValiditySet>>(Datatype.class);
130 UResourceBundle datatype = datatypeIterator.next();
131 String rawKey = datatype.getKey();
132 Datatype key = Datatype.valueOf(rawKey);
134 for(UResourceBundleIterator datasubtypeIterator = datatype.getIterator();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ValidIdentifiers.java 29 public enum Datatype {
118 static final Map<Datatype,Map<Datasubtype,ValiditySet>> data;
120 Map<Datatype, Map<Datasubtype, ValiditySet>> _data = new EnumMap<Datatype,Map<Datasubtype,ValiditySet>>(Datatype.class);
128 UResourceBundle datatype = datatypeIterator.next();
129 String rawKey = datatype.getKey();
130 Datatype key = Datatype.valueOf(rawKey);
132 for(UResourceBundleIterator datasubtypeIterator = datatype.getIterator();
    [all...]

Completed in 688 milliseconds

1 2 3 4 5