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

1 2

  /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/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 128 size_t *num_types);
129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
eap_tls_common.c 1001 * @num_types: Buffer for returning number of allocated EAP methods
1010 size_t *num_types)
    [all...]
  /art/test/626-const-class-linking/
clear_dex_cache_types.cc 29 for (size_t i = 0, num_types = dex_cache->NumResolvedTypes(); i != num_types; ++i) {
  /art/runtime/mirror/
dex_cache.cc 76 size_t num_types = kDexCacheTypeCacheSize; local
77 if (dex_file->NumTypeIds() < num_types) {
78 num_types = dex_file->NumTypeIds();
123 for (size_t i = 0; i < num_types; ++i) {
159 num_types,
  /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/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/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 410 uint32_t num_types; member in struct:art::DexCacheStats
414 num_types(0),
443 total->num_types += dex_file->NumTypeIds();
472 filled->num_types++;
576 total.num_types, before.num_types, after.num_types);
  /external/libcups/cups/
ppd-private.h 139 int num_types; /* Number of media types */ member in struct:_ppd_cache_s
ppd-cache.c 405 num_types; /* Number of types in file */ local
492 num_types = 0;
772 if (num_types > 0)
779 if ((num_types = atoi(value)) <= 0 || num_types > 65536)
782 "line %d.", num_types, linenum));
787 if ((pc->types = calloc((size_t)num_types, sizeof(pwg_map_t))) == NULL)
790 num_types));
805 if (pc->num_types >= num_types)
    [all...]
testpwg.c 531 for (i = pc->num_types, map = pc->types, map2 = pc2->types;
  /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
  /frameworks/av/media/libstagefright/include/foundation/
AData.h 461 static constexpr size_t num_types = sizeof...(Ts); ///< number of types to support member in struct:android::AData
487 static constexpr Flag count = num_types + 1;
550 static constexpr Flag count = num_types + 1;
  /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/mesa3d/src/glsl/
glsl_types.cpp 105 unsigned num_types, bool warn)
109 for (unsigned i = 0; i < num_types; i++) {
  /external/libvncserver/webclients/novnc/include/
rfb.js 653 var num_types = this._sock.rQshift8();
654 if (this._sock.rQwait("security type", num_types, 1)) { return false; }
656 if (num_types === 0) {
663 var types = this._sock.rQshiftBytes(num_types);
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 270 uint32_t num_types; local
273 hwc2_hidl_->validateDisplay(display, &num_types, &num_requests);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 301 int num_types; member in struct:cil_db
cil_post.c 357 type->value = db->num_types;
358 db->num_types++;
450 db->val_to_type = cil_malloc(sizeof(*db->val_to_type) * db->num_types);
616 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db);
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 2080 int num_types = 0; local
    [all...]

Completed in 478 milliseconds

1 2