OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exp_type
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/build_tools/
parse_dsc.py
81
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
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) {
/external/kernel-headers/original/uapi/linux/
tipc_config.h
277
static inline int TLV_CHECK(const void *tlv, __u16 space, __u16
exp_type
)
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
)
321
return TLV_CHECK(list->tlv_ptr, list->tlv_space,
exp_type
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
tipc_config.h
299
static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16
exp_type
)
302
(ntohs(((struct tlv_desc *)tlv)->tlv_type) ==
exp_type
);
341
static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16
exp_type
)
343
return TLV_CHECK(list->tlv_ptr, list->tlv_space,
exp_type
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h
299
static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16
exp_type
)
302
(ntohs(((struct tlv_desc *)tlv)->tlv_type) ==
exp_type
);
341
static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16
exp_type
)
343
return TLV_CHECK(list->tlv_ptr, list->tlv_space,
exp_type
);
Completed in 258 milliseconds