HomeSort by relevance Sort by last modified time
    Searched defs:num_types (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.c 59 int num_types; local
72 XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types);
76 for (j = 0; j < num_types && !found_port; ++j)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 55 int num_types; local
84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types);
90 for (unsigned int l = 0; l < num_types && !found_surface; ++l) {
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 121 const uint32_t num_types = module_sp->FindTypes (null_sc, local
127 if (num_types)
130 for (i = 0; i < num_types; ++i)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]); variable
394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
423 src_type = &conv_types[rand() % num_types];
426 dst_type = &conv_types[rand() % num_types];
lp_test_blend.c 738 const unsigned num_types = sizeof(blend_types)/sizeof(blend_types[0]); variable
762 for(type = blend_types; type < &blend_types[num_types]; ++type) {
826 type = &blend_types[rand() % num_types];
  /external/selinux/checkpolicy/test/
dismod.c 118 unsigned int i, num_types; local
127 num_types = 0;
129 num_types++;
136 num_types++;
137 if (num_types > 1)
141 if (num_types <= 1) {
146 num_types++;
147 if (num_types > 1)
152 if (num_types > 1)
173 if (num_types > 1
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 388 uint32_t num_types; member in struct:art::DexCacheStats
392 num_types(0),
421 total->num_types += dex_file->NumTypeIds();
445 filled->num_types++;
549 total.num_types, before.num_types, after.num_types);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 74 int num_types; /* number of changed key types */ member in struct:_XkbMapNotifyEvent
161 int num_types; /* number of key types with new names */ member in struct:_XkbNamesNotify
930 int /* num_types */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 72 int num_types; /* number of changed key types */ member in struct:_XkbMapNotifyEvent
159 int num_types; /* number of key types with new names */ member in struct:_XkbNamesNotify
928 int /* num_types */
  /external/selinux/libsepol/src/
module_to_cil.c 2007 uint32_t num_types = 0; local
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 1732 const uint32_t num_types = type_list.GetSize(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 323 unsigned char num_types; member in struct:_XkbClientMapRec
470 unsigned char num_types; member in struct:_XkbMapChanges
501 unsigned char num_types; member in struct:_XkbNameChanges
551 int num_types; member in struct:_XkbComponentList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 323 unsigned char num_types; member in struct:_XkbClientMapRec
470 unsigned char num_types; member in struct:_XkbMapChanges
501 unsigned char num_types; member in struct:_XkbNameChanges
551 int num_types; member in struct:_XkbComponentList
  /art/runtime/
class_linker.cc 3898 uint32_t num_types = types1->Size(); local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 283 int num_types; member in struct:cil_db

Completed in 368 milliseconds