Searched refs:exp_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dparse_dsc.py81 exp_type, exp_value, required = dsc_format[key]
91 exp_type, exp_value, required = dsc_format[key]
101 if exp_type is dict:
103 exp_type = list
107 if exp_type != type(value):
109 key, exp_type.__name__.upper(), type(value).__name__.upper()))
112 if exp_type is bool:
116 if exp_type is str:
124 if exp_type is list:
146 if exp_type i
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h277 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
280 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
319 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) argument
321 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);

Completed in 130 milliseconds