/art/test/965-default-verify/ |
expected.txt | 9 Calling functions on interface Iface 10 Calling verifiable function on Iface 12 Calling unverifiable function on Iface 13 Expected NSME Thrown on Iface 14 Calling verifiable function on Iface
|
/external/selinux/libsemanage/src/ |
iface_record.c | 27 int semanage_iface_compare(const semanage_iface_t * iface, 31 return sepol_iface_compare(iface, key); 36 int semanage_iface_compare2(const semanage_iface_t * iface, 40 return sepol_iface_compare2(iface, iface2); 45 static int semanage_iface_compare2_qsort(const semanage_iface_t ** iface, 49 return sepol_iface_compare2(*iface, *iface2); 60 const semanage_iface_t * iface, 64 return sepol_iface_key_extract(handle->sepolh, iface, key_ptr); 78 const char *semanage_iface_get_name(const semanage_iface_t * iface) 81 return sepol_iface_get_name(iface); [all...] |
/external/selinux/libsemanage/include/semanage/ |
iface_record.h | 18 extern int semanage_iface_compare(const semanage_iface_t * iface, 21 extern int semanage_iface_compare2(const semanage_iface_t * iface, 29 const semanage_iface_t * iface, 35 extern const char *semanage_iface_get_name(const semanage_iface_t * iface); 38 semanage_iface_t * iface, const char *name); 42 iface); 45 semanage_iface_t * iface, 49 iface); 52 semanage_iface_t * iface, 60 const semanage_iface_t * iface, [all...] |
/external/selinux/libsepol/include/sepol/ |
iface_record.h | 16 extern int sepol_iface_compare(const sepol_iface_t * iface, 19 extern int sepol_iface_compare2(const sepol_iface_t * iface, 30 const sepol_iface_t * iface, 36 extern const char *sepol_iface_get_name(const sepol_iface_t * iface); 39 sepol_iface_t * iface, const char *name); 42 extern sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface); 45 sepol_iface_t * iface, sepol_context_t * con); 47 extern sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface); 50 sepol_iface_t * iface, sepol_context_t * con); 57 const sepol_iface_t * iface, [all...] |
/art/test/966-default-conflict/ |
expected.txt | 9 Calling functions on interface Iface 10 Calling non-conflicting function on Iface 12 Calling conflicting function on Iface 13 Expected ICCE Thrown on Iface 14 Calling non-conflicting function on Iface
|
/art/test/967-default-ame/ |
expected.txt | 9 Calling functions on interface Iface 10 Calling non-abstract function on Iface 12 Calling abstract function on Iface 13 Expected AME Thrown on Iface 14 Calling non-abstract function on Iface
|
/frameworks/opt/net/wifi/service/jni/ |
wifi_hal_stub.h | 38 wifi_error wifi_get_iface_name_stub(wifi_interface_handle iface, char *name, size_t size); 39 wifi_error wifi_set_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface, 41 wifi_error wifi_reset_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface); 46 wifi_error wifi_start_gscan_stub(wifi_request_id id, wifi_interface_handle iface, 48 wifi_error wifi_stop_gscan_stub(wifi_request_id id, wifi_interface_handle iface); 49 wifi_error wifi_get_cached_gscan_results_stub(wifi_interface_handle iface, byte flush, 51 wifi_error wifi_set_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface, 53 wifi_error wifi_reset_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface); 54 wifi_error wifi_set_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface, 57 wifi_interface_handle iface); [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) 35 if (iface->current_mode == NULL || 36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || 37 iface->conf->channel != ap->channel) 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) 57 s = iface->ap_hash[STA_HASH(ap)]; 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) 66 if (iface->ap_list) { 67 ap->prev = iface->ap_list->prev; 68 iface->ap_list->prev = ap [all...] |
hw_features.h | 17 int hostapd_get_hw_features(struct hostapd_iface *iface); 18 int hostapd_acs_completed(struct hostapd_iface *iface, int err); 19 int hostapd_select_hw_mode(struct hostapd_iface *iface); 23 int hostapd_check_ht_capab(struct hostapd_iface *iface); 24 int hostapd_prepare_rates(struct hostapd_iface *iface, 26 void hostapd_stop_setup_timers(struct hostapd_iface *iface); 34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) 39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) 44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) 59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) [all...] |
hw_features.c | 75 int hostapd_get_hw_features(struct hostapd_iface *iface) 77 struct hostapd_data *hapd = iface->bss[0]; 93 iface->hw_flags = flags; 95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); 96 iface->hw_features = modes; 97 iface->num_hw_features = num_modes; 102 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR); 120 !(iface->drv_flags & 145 int hostapd_prepare_rates(struct hostapd_iface *iface, 429 struct hostapd_iface *iface = eloop_data; local [all...] |
dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel) 31 if (iface->conf->ieee80211ac) { 32 switch (iface->conf->vht_oper_chwidth) { 165 static int is_in_chanlist(struct hostapd_iface *iface, 168 if (!iface->conf->acs_ch_list.num) 171 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); 182 static int dfs_find_channel(struct hostapd_iface *iface, 190 mode = iface->current_mode [all...] |
dfs.h | 12 int hostapd_handle_dfs(struct hostapd_iface *iface); 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, 17 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, 21 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, 24 int hostapd_is_dfs_required(struct hostapd_iface *iface); 25 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq, 28 int hostapd_handle_dfs_offload(struct hostapd_iface *iface);
|
beacon.h | 19 int ieee802_11_set_beacons(struct hostapd_iface *iface); 20 int ieee802_11_update_beacons(struct hostapd_iface *iface); 24 void sta_track_add(struct hostapd_iface *iface, const u8 *addr); 25 void sta_track_expire(struct hostapd_iface *iface, int force); 27 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr,
|
ieee802_11_ht.c | 29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || 39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params; 40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, 97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); 145 int hostapd_ht_operation_update(struct hostapd_iface *iface) 150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) 154 __func__, iface->ht_op_mode); 156 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT) 157 && iface->num_sta_ht_no_gf) 232 struct hostapd_iface *iface = hapd->iface; local 507 struct hostapd_iface *iface = eloop_data; local [all...] |
/external/selinux/libsepol/src/ |
iface_record.c | 56 const sepol_iface_t * iface, 60 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) { 62 "interface %s", iface->name); 74 int sepol_iface_compare(const sepol_iface_t * iface, 78 return strcmp(iface->name, key->name); 81 int sepol_iface_compare2(const sepol_iface_t * iface, 85 return strcmp(iface->name, iface2->name); 89 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) 104 *iface = tmp_iface; 112 const char *sepol_iface_get_name(const sepol_iface_t * iface) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
basetyps.h | 48 #define DECLARE_INTERFACE(iface) __STRUCT__ iface 49 #define DECLARE_INTERFACE_(iface,baseiface) __STRUCT__ iface : public baseiface 50 #define DECLARE_INTERFACE_IID_(iface,baseiface,iidiface) __STRUCT__ iface : public baseiface 68 #define DECLARE_INTERFACE(iface) typedef struct iface { \ 69 const struct iface##Vtbl *lpVtbl; } iface; \ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_priv.c | 50 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, 53 if (iface->drv_priv) { 55 if (iface->driver->deinit) 56 iface->driver->deinit(iface->drv_priv); 57 iface->drv_priv = NULL; 58 if (iface->drv_global_priv) { 59 iface->driver->global_deinit(iface->drv_global_priv); 60 iface->drv_global_priv = NULL 408 struct wpa_priv_interface *iface = ctx; local 546 struct wpa_priv_interface *iface = eloop_ctx; local 650 struct wpa_priv_interface *iface; local 946 struct wpa_priv_interface *iface = ctx; local 1017 struct wpa_priv_interface *iface; local 1047 struct wpa_priv_interface *iface = ctx; local 1120 struct wpa_priv_interface *iface; local [all...] |
/external/wpa_supplicant_8/src/fst/ |
fst.c | 21 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, 28 os_strlcpy(extra.peer_state.ifname, fst_iface_get_name(iface), 33 iface, NULL, &extra); 43 struct fst_iface *iface = NULL; local 67 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg); 68 if (!iface) { 69 fst_printf_group(group, MSG_ERROR, "cannot create iface for %s", 76 fst_group_attach_iface(group, iface); 79 foreach_fst_ctrl_call(on_iface_added, iface); 81 fst_printf_iface(iface, MSG_DEBUG [all...] |
/frameworks/opt/net/wifi/service/lib/ |
wifi_hal_stub.cpp | 64 wifi_error wifi_get_iface_name_stub(wifi_interface_handle iface, char *name, size_t size) { 69 wifi_interface_handle iface, wifi_event_handler eh) { 73 wifi_error wifi_reset_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface) { 77 wifi_error wifi_start_gscan_stub(wifi_request_id id, wifi_interface_handle iface, 82 wifi_error wifi_stop_gscan_stub(wifi_request_id id, wifi_interface_handle iface) { 86 wifi_error wifi_get_cached_gscan_results_stub(wifi_interface_handle iface, byte flush, 91 wifi_error wifi_set_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface, 96 wifi_error wifi_reset_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface) { 100 wifi_error wifi_set_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface, 105 wifi_error wifi_reset_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface) { [all...] |
/frameworks/opt/net/wifi/tests/wifitests/jni/ |
wifi_hal_mock.h | 57 wifi_interface_handle iface, 60 wifi_interface_handle iface); 62 wifi_interface_handle iface, 65 wifi_interface_handle iface, 68 wifi_interface_handle iface, 71 transaction_id id, wifi_interface_handle iface, 74 transaction_id id, wifi_interface_handle iface, 77 wifi_interface_handle iface, 80 wifi_interface_handle iface, 83 wifi_interface_handle iface, [all...] |
/system/connectivity/shill/test-scripts/ |
veth | 17 echo " setup <iface> <base> Sets up <iface> for <base>.0/24" 18 echo " teardown <iface> Tears down <iface>" 22 iface="$1" 24 peer_iface="${iface}p" 25 lease_file="/tmp/dnsmasq.${iface}.leases" 26 pid_file="/tmp/dnsmasq.${iface}.pid" 27 ip link add name "$iface" type veth peer name "$peer_iface" 30 ifconfig "$iface" u [all...] |
/external/skia/src/gpu/vk/ |
GrVkUtil.h | 18 #define GR_VK_CALL(IFACE, X) (IFACE)->fFunctions.f##X; 21 #define GR_VK_CALL_ERRCHECK(IFACE, X) \ 22 VkResult SK_MACRO_APPEND_LINE(ret) = GR_VK_CALL(IFACE, X); \ 25 #define GR_VK_CALL_ERRCHECK(IFACE, X) (void) GR_VK_CALL(IFACE, X);
|
/external/wpa_supplicant_8/wpa_supplicant/binder/ |
iface.cpp | 10 #include "iface.h" 14 Iface::Iface(struct wpa_supplicant *wpa_s)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
vpx_decoder.c | 23 vpx_codec_iface_t *iface, 33 else if (!ctx || !iface) 35 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION) { 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) 40 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC)) 43 !(iface->caps & VPX_CODEC_CAP_ERROR_CONCEALMENT)) 46 !(iface->caps & VPX_CODEC_CAP_INPUT_FRAGMENTS)) 48 else if (!(iface->caps & VPX_CODEC_CAP_DECODER)) 52 ctx->iface = iface; [all...] |
/external/skia/src/gpu/gl/ |
GrGLUtil.h | 157 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) \ 159 GrGLCheckErr(IFACE, GR_FILE_AND_LINE_STR, #X) 161 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) 177 #define GR_GL_CALLBACK_IMPL(IFACE) (IFACE)->fCallback(IFACE) 179 #define GR_GL_CALLBACK_IMPL(IFACE) 183 #define GR_GL_CALL(IFACE, X) \ 185 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 186 GR_GL_CHECK_ERROR_IMPL(IFACE, X); [all...] |