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

1 2 3 4 5

  /external/chromium-trace/catapult/telemetry/telemetry/util/
perf_result_data_type.py 15 def IsValidType(datatype):
16 return datatype in ALL_TYPES
19 def IsHistogram(datatype):
20 return datatype == HISTOGRAM or datatype == UNIMPORTANT_HISTOGRAM
  /external/v8/build/util/lib/common/
perf_result_data_type.py 15 def IsValidType(datatype):
16 return datatype in ALL_TYPES
19 def IsHistogram(datatype):
20 return (datatype == HISTOGRAM or datatype == UNIMPORTANT_HISTOGRAM)
  /prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar 
  /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...]
ia32_implicit.c 360 op->datatype = op_byte; break;
362 op->datatype = op_word; break;
364 op->datatype = op_dword; break;
366 op->datatype = op_qword; break;
368 op->datatype = op_extreal; break;
370 op->datatype = op_dqword; break;
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/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 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/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormat.java 40 } else if (object instanceof javax.xml.datatype.Duration) {
88 * @see "http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/datatype/Duration.html"
91 javax.xml.datatype.DatatypeConstants.Field inFields[] = {
92 javax.xml.datatype.DatatypeConstants.YEARS,
93 javax.xml.datatype.DatatypeConstants.MONTHS,
94 javax.xml.datatype.DatatypeConstants.DAYS,
95 javax.xml.datatype.DatatypeConstants.HOURS,
96 javax.xml.datatype.DatatypeConstants.MINUTES,
97 javax.xml.datatype.DatatypeConstants.SECONDS,
108 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
mipmap.c 46 bytes_per_pixel(GLenum datatype, GLuint comps)
50 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
51 datatype == GL_UNSIGNED_INT_24_8_MESA)
54 b = _mesa_sizeof_packed_type(datatype);
57 if (_mesa_type_is_packed(datatype))
145 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth,
163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
188 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1889 GLenum datatype; local
    [all...]
mipmap.h 34 GLenum datatype, GLuint comps,
  /external/mesa3d/src/gallium/state_trackers/vega/
path_utils.h 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
39 switch(datatype) {
49 assert(!"unknown datatype");
  /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...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 GLuint size, GLenum datatype,
148 GLenum datatype, GLuint *swizzleOut);
157 const char *name, GLuint size, GLenum datatype,
162 const char *name, GLint size, GLenum datatype, GLint attrib);
prog_parameter.c 103 * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
111 GLuint size, GLenum datatype,
158 p->DataType = datatype;
246 GLenum datatype, GLuint *swizzleOut)
279 size, datatype, values, NULL, 0x0);
316 const char *name, GLuint size, GLenum datatype,
327 size, datatype, NULL, NULL, flags);
340 const char *name, GLint size, GLenum datatype, GLint attrib)
356 size, datatype, NULL, state, 0x0)
    [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:__anon25749
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth,
183 if (datatype == DTYPE_UBYTE && comps == 4) {
196 else if (datatype == DTYPE_UBYTE && comps == 3) {
208 else if (datatype == DTYPE_UBYTE && comps == 2) {
219 else if (datatype == DTYPE_UBYTE && comps == 1) {
230 else if (datatype == DTYPE_USHORT && comps == 4) {
243 else if (datatype == DTYPE_USHORT && comps == 3) {
255 else if (datatype == DTYPE_USHORT && comps == 2) {
266 else if (datatype == DTYPE_USHORT && comps == 1)
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]

Completed in 996 milliseconds

1 2 3 4 5