/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/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/webrtc/webrtc/base/ |
macsocketserver.cc | 252 UInt32 num_types = 0; local 255 num_types = GetEventTypeCount(kEventWakeUpSpec); 267 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true,
|
/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 | 395 uint32_t num_types; member in struct:art::DexCacheStats 399 num_types(0), 428 total->num_types += dex_file->NumTypeIds(); 455 filled->num_types++; 559 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...] |
/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
|
/external/selinux/libsepol/cil/src/ |
cil_internal.h | 295 int num_types; member in struct:cil_db
|
/art/runtime/ |
class_linker.cc | 1278 const size_t num_types = dex_file->NumTypeIds(); local 1348 const size_t num_types = dex_cache->NumResolvedTypes(); local 4894 uint32_t num_types = types1->Size(); local 8159 const size_t num_types = dex_file->NumTypeIds(); local [all...] |