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

1 2 3 4 5

  /external/chromium_org/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)
  /external/clang/test/Sema/
128bitint.c 28 void pointer_with_type_tag_arg_num_1(void *buf, int datatype)
31 void pointer_with_type_tag_arg_num_2(void *buf, int datatype)
34 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
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)
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path_utils.h 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
39 switch(datatype) {
49 assert(!"unknown datatype");
  /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");
  /external/chromium_org/sync/util/
data_type_histogram.h 18 // Helper macro for datatype specific histograms. For each datatype, invokes
20 // version of the datatype.
36 #define SYNC_DATA_TYPE_HISTOGRAM(datatype) \
38 switch (datatype) { \
130 NOTREACHED() << "Unknown datatype " \
131 << ::syncer::ModelTypeToString(datatype); \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-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/darwin-x86/aarch64/aarch64-linux-android-4.9/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/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/darwin-x86/arm/arm-linux-androideabi-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/darwin-x86/mips/mips64el-linux-android-4.9/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/darwin-x86/x86/x86_64-linux-android-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/aarch64/aarch64-linux-android-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/aarch64/aarch64-linux-android-4.9/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/gcc/linux-x86/arm/arm-linux-androideabi-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/mips/mips64el-linux-android-4.9/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/x86/x86_64-linux-android-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/x86/x86_64-linux-android-4.9/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/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 299 syncer::ModelType datatype) {
302 + std::string(syncer::ModelTypeToString(datatype)) + ")");
305 return SetupSync(syncer::ModelTypeSet(datatype));
313 if (synced_datatypes.Has(datatype)) {
314 DVLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
315 << syncer::ModelTypeToString(datatype)
320 synced_datatypes.Put(syncer::ModelTypeFromInt(datatype));
323 DVLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
324 << syncer::ModelTypeToString(datatype)
334 syncer::ModelType datatype) {
    [all...]
  /external/chromium_org/third_party/mesa/src/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);
  /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);

Completed in 1408 milliseconds

1 2 3 4 5