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

  /external/chromium_org/native_client_sdk/src/build_tools/
parse_dsc.py 67 exp_type, exp_value, required = dsc_format[key]
77 exp_type, exp_value, required = dsc_format[key]
87 if exp_type is dict:
89 exp_type = list
93 if exp_type != type(value):
95 key, exp_type.__name__.upper(), type(value).__name__.upper()))
98 if exp_type is bool:
102 if exp_type is str:
110 if exp_type is list:
132 if exp_type is dict
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 291 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type)
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
333 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type)
335 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 291 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type)
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
333 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type)
335 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tipc_config.h 291 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type)
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
333 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type)
335 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);

Completed in 168 milliseconds