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

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 127 size_t *num_types);
128 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
eap_tls_common.c 996 * @num_types: Buffer for returning number of allocated EAP methods
1005 size_t *num_types)
1071 *num_types = num_methods;
1080 * @num_types: Buffer for returning number of allocated EAP methods
1085 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
    [all...]
  /external/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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 */
  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 323 void set_client_socket_types(ClientSocketType* type_list, int num_types) {
324 DCHECK_GT(num_types, 0);
327 client_socket_index_max_ = num_types;
    [all...]

Completed in 55 milliseconds