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
71
exp_type
, exp_value, required = dsc_format[key]
81
exp_type
, exp_value, required = dsc_format[key]
91
if
exp_type
is dict:
93
exp_type
= list
97
if
exp_type
!= type(value):
99
key,
exp_type
.__name__.upper(), type(value).__name__.upper()))
102
if
exp_type
is bool:
106
if
exp_type
is str:
114
if
exp_type
is list:
136
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 83 milliseconds