Home
last modified time | relevance | path

Searched refs:num_types (Results 1 – 7 of 7) sorted by relevance

/external/checkpolicy/test/
Ddismod.c118 unsigned int i, num_types; in display_type_set() local
127 num_types = 0; in display_type_set()
129 num_types++; in display_type_set()
136 num_types++; in display_type_set()
137 if (num_types > 1) in display_type_set()
141 if (num_types <= 1) { in display_type_set()
146 num_types++; in display_type_set()
147 if (num_types > 1) in display_type_set()
152 if (num_types > 1) in display_type_set()
173 if (num_types > 1) in display_type_set()
/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.h111 size_t *num_types);
112 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c910 size_t *num_types) in eap_peer_select_phase2_methods() argument
976 *num_types = num_methods; in eap_peer_select_phase2_methods()
990 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
999 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
1000 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
1005 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_tls_common.h135 size_t *num_types);
136 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c960 size_t *num_types) in eap_peer_select_phase2_methods() argument
1026 *num_types = num_methods; in eap_peer_select_phase2_methods()
1040 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
1049 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
1055 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
/external/mesa3d/src/glsl/
Dglsl_types.cpp105 unsigned num_types, bool warn) in add_types_to_symbol_table() argument
109 for (unsigned i = 0; i < num_types; i++) { in add_types_to_symbol_table()
/external/chromium/net/socket/
Dtransport_client_socket_pool_unittest.cc323 void set_client_socket_types(ClientSocketType* type_list, int num_types) { in set_client_socket_types() argument
324 DCHECK_GT(num_types, 0); in set_client_socket_types()
327 client_socket_index_max_ = num_types; in set_client_socket_types()