| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_nl80211_event.c | 967 struct nlattr *tb[]) in mlme_event_michael_mic_failure() 973 if (tb[NL80211_ATTR_MAC]) { in mlme_event_michael_mic_failure() 975 nla_data(tb[NL80211_ATTR_MAC]), in mlme_event_michael_mic_failure() 976 nla_len(tb[NL80211_ATTR_MAC])); in mlme_event_michael_mic_failure() 977 data.michael_mic_failure.src = nla_data(tb[NL80211_ATTR_MAC]); in mlme_event_michael_mic_failure() 979 if (tb[NL80211_ATTR_KEY_SEQ]) { in mlme_event_michael_mic_failure() 981 nla_data(tb[NL80211_ATTR_KEY_SEQ]), in mlme_event_michael_mic_failure() 982 nla_len(tb[NL80211_ATTR_KEY_SEQ])); in mlme_event_michael_mic_failure() 984 if (tb[NL80211_ATTR_KEY_TYPE]) { in mlme_event_michael_mic_failure() 986 nla_get_u32(tb[NL80211_ATTR_KEY_TYP in mlme_event_michael_mic_failure() 966 mlme_event_michael_mic_failure(struct i802_bss *bss, struct nlattr *tb[]) mlme_event_michael_mic_failure() argument 1002 mlme_event_join_ibss(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) mlme_event_join_ibss() argument 1033 mlme_event_remain_on_channel(struct wpa_driver_nl80211_data *drv, int cancel_event, struct nlattr *tb[]) mlme_event_remain_on_channel() argument 1081 mlme_event_ft_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) mlme_event_ft_event() argument 1109 mlme_event_dh_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr *tb[]) mlme_event_dh_event() argument 1132 send_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) send_scan_event() argument 1208 nl80211_cqm_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) nl80211_cqm_event() argument 1310 nl80211_new_peer_candidate(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_new_peer_candidate() argument 1332 nl80211_new_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) nl80211_new_station_event() argument 1365 nl80211_del_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) nl80211_del_station_event() argument 1392 nl80211_rekey_offload_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_rekey_offload_event() argument 1431 nl80211_pmksa_candidate_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_pmksa_candidate_event() argument 1465 nl80211_client_probe_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_client_probe_event() argument 1490 nl80211_tdls_oper_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_tdls_oper_event() argument 1533 nl80211_stop_ap(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_stop_ap() argument 1540 nl80211_connect_failed_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_connect_failed_event() argument 1577 nl80211_radar_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_radar_event() argument 1653 nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, int wds) nl80211_spurious_frame() argument 1742 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ACS_MAX + 1]; qca_nl80211_acs_select_ch() local 1800 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX + 1]; qca_nl80211_key_mgmt_auth() local 1838 struct nlattr *tb[NL80211_ATTR_MAX + 1]; qca_nl80211_dfs_offload_radar_event() local 1923 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; qca_nl80211_scan_trigger_event() local 1950 send_vendor_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) send_vendor_scan_event() argument 2015 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; qca_nl80211_scan_done_event() local 2055 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX + 1]; qca_nl80211_p2p_lo_stop_event() local 2122 nl80211_vendor_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_vendor_event() argument 2167 nl80211_reg_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) nl80211_reg_change_event() argument 2239 struct nlattr *tb[NL80211_FREQUENCY_ATTR_MAX + 1]; nl80211_dump_freq() local 2260 nl80211_reg_beacon_hint_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) nl80211_reg_beacon_hint_event() argument 2278 nl80211_external_auth(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_external_auth() argument 2321 nl80211_port_authorized(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_port_authorized() argument 2346 nl80211_sta_opmode_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) nl80211_sta_opmode_change_event() argument 2416 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) do_process_drv_event() argument 2643 struct nlattr *tb[NL80211_ATTR_MAX + 1]; process_global_event() local 2692 struct nlattr *tb[NL80211_ATTR_MAX + 1]; process_bss_event() local [all...] |
| H A D | driver_nl80211_capa.c | 102 struct nlattr *tb) in wiphy_info_supported_iftypes() 107 if (tb == NULL) in wiphy_info_supported_iftypes() 110 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() 202 struct nlattr *tb) in wiphy_info_iface_comb() 207 if (tb == NULL) in wiphy_info_iface_comb() 210 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb() 218 struct nlattr *tb) in wiphy_info_supp_cmds() 223 if (tb == NULL) in wiphy_info_supp_cmds() 226 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds() 252 struct nlattr *tb) in wiphy_info_cipher_suites() 101 wiphy_info_supported_iftypes(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_supported_iftypes() argument 201 wiphy_info_iface_comb(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_iface_comb() argument 217 wiphy_info_supp_cmds(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_supp_cmds() argument 251 wiphy_info_cipher_suites(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_cipher_suites() argument 310 wiphy_info_max_roc(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_max_roc() argument 347 wiphy_info_ext_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_ext_feature_flags() argument 439 wiphy_info_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_feature_flags() argument 511 wiphy_info_probe_resp_offload(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_probe_resp_offload() argument 527 wiphy_info_wowlan_triggers(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_wowlan_triggers() argument 556 wiphy_info_extended_capab(struct wpa_driver_nl80211_data *drv, struct nlattr *tb) wiphy_info_extended_capab() argument 625 struct nlattr *tb[NL80211_ATTR_MAX + 1]; wiphy_info_handler() local 916 struct nlattr *tb[NL80211_ATTR_MAX + 1]; dfs_info_handler() local 966 get_akm_suites_info(struct nlattr *tb) get_akm_suites_info() argument 1035 struct nlattr *tb[NL80211_ATTR_MAX + 1]; get_akm_suites_handler() local 1095 struct nlattr *tb[NL80211_ATTR_MAX + 1]; features_info_handler() local 1455 phy_info_freqs(struct phy_info_arg *phy_info, struct hostapd_hw_modes *mode, struct nlattr *tb) phy_info_freqs() argument 1514 phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) phy_info_rates() argument 1558 phy_info_iftype_copy(struct he_capabilities *he_capab, enum ieee80211_op_mode opmode, struct nlattr **tb, struct nlattr **tb_flags) phy_info_iftype_copy() argument 1632 struct nlattr *tb[NL80211_BAND_IFTYPE_ATTR_MAX + 1]; phy_info_iftype() local 1906 nl80211_reg_rule_sec(struct nlattr *tb[], struct phy_info_arg *results) nl80211_reg_rule_sec() argument 1981 nl80211_reg_rule_vht(struct nlattr *tb[], struct phy_info_arg *results) nl80211_reg_rule_vht() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_nl80211_event.c | 353 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in qca_drv_connect_fail_reason_code_handler() local 359 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in qca_drv_connect_fail_reason_code_handler() 362 if (!tb[NL80211_ATTR_VENDOR_DATA]) { in qca_drv_connect_fail_reason_code_handler() 368 nla_data(tb[NL80211_ATTR_VENDOR_DATA]), in qca_drv_connect_fail_reason_code_handler() 369 nla_len(tb[NL80211_ATTR_VENDOR_DATA]), NULL); in qca_drv_connect_fail_reason_code_handler() 443 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in nl80211_parse_mlo_link_info() local 446 nla_parse(tb, NL80211_ATTR_MAX, nla_data(link), nla_len(link), in nl80211_parse_mlo_link_info() 449 if (!tb[NL80211_ATTR_MLO_LINK_ID] || !tb[NL80211_ATTR_MAC] || in nl80211_parse_mlo_link_info() 450 !tb[NL80211_ATTR_BSSI in nl80211_parse_mlo_link_info() 1523 mlme_event_michael_mic_failure(struct i802_bss *bss, struct nlattr *tb[]) global() argument 1559 mlme_event_join_ibss(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) global() argument 1590 mlme_event_remain_on_channel(struct wpa_driver_nl80211_data *drv, int cancel_event, struct nlattr *tb[]) global() argument 1638 mlme_event_ft_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) global() argument 1666 mlme_event_dh_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr *tb[]) global() argument 1689 send_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) global() argument 1765 nl80211_cqm_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) global() argument 1874 nl80211_new_peer_candidate(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 1896 nl80211_new_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) global() argument 1934 nl80211_del_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) global() argument 1967 nl80211_rekey_offload_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2006 nl80211_pmksa_candidate_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2040 nl80211_client_probe_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2065 nl80211_tdls_oper_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2108 nl80211_stop_ap(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2115 nl80211_connect_failed_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2152 nl80211_radar_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2228 nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, int wds) global() argument 2363 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ACS_MAX + 1]; global() local 2447 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX + 1]; global() local 2506 struct nlattr *tb[NL80211_ATTR_MAX + 1]; global() local 2591 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; global() local 2618 send_vendor_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) global() argument 2683 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; global() local 2723 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX + 1]; global() local 2795 struct nlattr *tb[BRCM_VENDOR_ATTR_ACS_LAST + 1]; global() local 2871 nl80211_vendor_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 2931 nl80211_reg_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) global() argument 3003 struct nlattr *tb[NL80211_FREQUENCY_ATTR_MAX + 1]; global() local 3024 nl80211_reg_beacon_hint_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) global() argument 3042 nl80211_external_auth(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 3104 nl80211_port_authorized(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 3129 nl80211_sta_opmode_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 3199 nl80211_control_port_frame(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 3256 nl80211_mlo_link_switch_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) global() argument 3274 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) global() argument 3568 struct nlattr *tb[NL80211_ATTR_MAX + 1]; global() local 3624 struct nlattr *tb[NL80211_ATTR_MAX + 1]; global() local [all...] |
| H A D | driver_nl80211_capa.c | 107 struct nlattr *tb) in wiphy_info_supported_iftypes() 112 if (tb == NULL) in wiphy_info_supported_iftypes() 115 nla_for_each_nested(nl_mode, tb, i) { in wiphy_info_supported_iftypes() 207 struct nlattr *tb) in wiphy_info_iface_comb() 212 if (tb == NULL) in wiphy_info_iface_comb() 215 nla_for_each_nested(nl_combi, tb, rem_combi) { in wiphy_info_iface_comb() 223 struct nlattr *tb) in wiphy_info_supp_cmds() 228 if (tb == NULL) in wiphy_info_supp_cmds() 231 nla_for_each_nested(nl_cmd, tb, i) { in wiphy_info_supp_cmds() 259 static unsigned int get_akm_suites_info(struct nlattr *tb) in get_akm_suites_info() argument 106 wiphy_info_supported_iftypes(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_supported_iftypes() argument 206 wiphy_info_iface_comb(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_iface_comb() argument 222 wiphy_info_supp_cmds(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_supp_cmds() argument 347 struct nlattr *tb[NL80211_IFTYPE_AKM_ATTR_MAX + 1]; get_iface_akm_suites_info() local 408 wiphy_info_iftype_akm_suites(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_iftype_akm_suites() argument 422 wiphy_info_akm_suites(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_akm_suites() argument 435 wiphy_info_cipher_suites(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_cipher_suites() argument 494 wiphy_info_max_roc(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_max_roc() argument 531 wiphy_info_ext_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_ext_feature_flags() argument 674 wiphy_info_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) wiphy_info_feature_flags() argument 740 wiphy_info_probe_resp_offload(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_probe_resp_offload() argument 756 wiphy_info_wowlan_triggers(struct wpa_driver_capa *capa, struct nlattr *tb) wiphy_info_wowlan_triggers() argument 785 wiphy_info_extended_capab(struct wpa_driver_nl80211_data *drv, struct nlattr *tb) wiphy_info_extended_capab() argument 854 struct nlattr *tb[NL80211_ATTR_MAX + 1]; wiphy_info_handler() local 1171 struct nlattr *tb[NL80211_ATTR_MAX + 1]; dfs_info_handler() local 1231 struct nlattr *tb[NL80211_ATTR_MAX + 1]; features_info_handler() local 1682 phy_info_freqs(struct phy_info_arg *phy_info, struct hostapd_hw_modes *mode, struct nlattr *tb) phy_info_freqs() argument 1741 phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) phy_info_rates() argument 1785 phy_info_iftype_copy(struct he_capabilities *he_capab, enum ieee80211_op_mode opmode, struct nlattr **tb, struct nlattr **tb_flags) phy_info_iftype_copy() argument 1866 struct nlattr *tb[NL80211_BAND_IFTYPE_ATTR_MAX + 1]; phy_info_iftype() local 2166 nl80211_reg_rule_sec(struct nlattr *tb[], struct phy_info_arg *results) nl80211_reg_rule_sec() argument 2241 nl80211_reg_rule_vht(struct nlattr *tb[], struct phy_info_arg *results) nl80211_reg_rule_vht() argument [all...] |
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | debug.py | 23 exc_type, exc_value, tb = sys.exc_info() 38 tb = fake_traceback( 43 tb = tb.tb_next 49 while tb is not None: 52 if tb.tb_frame.f_code in internal_code: 53 tb = tb.tb_next 56 template = tb.tb_frame.f_globals.get("__jinja_template__") 59 lineno = template.get_corresponding_lineno(tb [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | debug.py | 23 exc_type, exc_value, tb = sys.exc_info() 38 tb = fake_traceback( 43 tb = tb.tb_next 49 while tb is not None: 52 if tb.tb_frame.f_code in internal_code: 53 tb = tb.tb_next 56 template = tb.tb_frame.f_globals.get("__jinja_template__") 59 lineno = template.get_corresponding_lineno(tb [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | debug.py | 39 def __init__(self, tb): 40 self.tb = tb 50 tb_set_next(self.tb, next and next.tb or None) 60 return '__jinja_template__' in self.tb.tb_frame.f_globals 63 return getattr(self.tb, name) 91 for tb in self.frames: 93 prev_tb.set_next(tb) 94 prev_tb = tb [all...] |
| /third_party/jinja2/ |
| H A D | debug.py | 25 _, exc_value, tb = sys.exc_info() 27 tb = t.cast(TracebackType, tb) 37 tb = fake_traceback( 42 tb = tb.tb_next 48 while tb is not None: 51 if tb.tb_frame.f_code in internal_code: 52 tb = tb [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | tint_all_transforms_fuzzer.cc | 25 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() 26 tb.AddPlatformIndependentPasses(); in LLVMFuzzerTestOneInput() 29 fuzzer.SetTransformManager(tb.manager(), tb.data_map()); in LLVMFuzzerTestOneInput() 37 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() 38 tb.AddPlatformIndependentPasses(); in LLVMFuzzerTestOneInput() 41 fuzzer.SetTransformManager(tb.manager(), tb.data_map()); in LLVMFuzzerTestOneInput() 50 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() 51 tb in LLVMFuzzerTestOneInput() [all...] |
| H A D | transform_builder.h | 88 /// @param tb - TransformBuilder to add transform to 89 static void impl(TransformBuilder* tb) { in impl() 90 tb->manager()->Add<transform::Robustness>(); in impl() 98 /// @param tb - TransformBuilder to add transform to 99 static void impl(TransformBuilder* tb) { in impl() 105 Config config = tb->builder()->build<Config>(); in impl() 107 tb->data_map()->Add<tint::transform::FirstIndexOffset::BindingPoint>( in impl() 109 tb->manager()->Add<transform::FirstIndexOffset>(); in impl() 117 /// @param tb - TransformBuilder to add transform to 118 static void impl(TransformBuilder* tb) { in impl() [all...] |
| /third_party/python/Lib/unittest/ |
| H A D | result.py | 175 exctype, value, tb = err 176 tb = self._clean_tracebacks(exctype, value, tb, test) 178 exctype, value, tb, 195 def _clean_tracebacks(self, exctype, value, tb, test): 198 excs = [(exctype, value, tb)] 201 (exctype, value, tb) = excs.pop() 203 while tb and self._is_relevant_tb_level(tb): 204 tb [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | stackviewer.py | 10 def StackBrowser(root, flist=None, tb=None, top=None): 16 item = StackTreeItem(flist, tb) 23 def __init__(self, flist=None, tb=None): 25 self.stack = self.get_stack(tb) 28 def get_stack(self, tb): 29 if tb is None: 30 tb = sys.last_traceback 32 if tb and tb.tb_frame is None: 33 tb [all...] |
| H A D | run.py | 176 type, value, tb = sys.exc_info() 182 traceback.print_exception(type, value, tb, file=sys.__stderr__) 223 def get_message_lines(typ, exc, tb): 229 sys.__excepthook__(typ, exc, tb) 240 typ, val, tb = excinfo = sys.exc_info() 244 def print_exc(typ, exc, tb): 258 if tb: 259 tbe = traceback.extract_tb(tb) 265 lines = get_message_lines(typ, exc, tb) 269 print_exc(typ, val, tb) [all...] |
| /third_party/python/Python/ |
| H A D | traceback.c | 47 PyTracebackObject *tb; in tb_create_raw() local 53 tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type); in tb_create_raw() 54 if (tb != NULL) { in tb_create_raw() 56 tb->tb_next = next; in tb_create_raw() 58 tb->tb_frame = frame; in tb_create_raw() 59 tb->tb_lasti = lasti; in tb_create_raw() 60 tb->tb_lineno = lineno; in tb_create_raw() 61 PyObject_GC_Track(tb); in tb_create_raw() 63 return (PyObject *)tb; in tb_create_raw() 169 tb_dealloc(PyTracebackObject *tb) in tb_dealloc() argument 180 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) tb_traverse() argument 188 tb_clear(PyTracebackObject *tb) tb_clear() argument 251 PyObject *exc, *val, *tb, *newtb; PyTraceBack_Here() local 269 PyObject *exc, *val, *tb; _PyTraceback_Add() local 761 tb_displayline(PyTracebackObject* tb, PyObject *f, PyObject *filename, int lineno, PyFrameObject *frame, PyObject *name, int margin_indent, const char *margin) tb_displayline() argument 924 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit, int indent, const char *margin) tb_printinternal() argument [all...] |
| H A D | errors.c | 111 PyObject *tb = NULL; in _PyErr_SetObject() local 180 tb = PyException_GetTraceback(value); in _PyErr_SetObject() 182 _PyErr_Restore(tstate, exception, value, tb); in _PyErr_SetObject() 306 PyException_SetTraceback() with the resulting value and tb? 310 PyObject **val, PyObject **tb) in _PyErr_NormalizeException() 388 initial_tb = *tb; in _PyErr_NormalizeException() 389 _PyErr_Fetch(tstate, exc, val, tb); in _PyErr_NormalizeException() 392 if (*tb == NULL) in _PyErr_NormalizeException() 393 *tb = initial_tb; in _PyErr_NormalizeException() 416 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() argument 309 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, PyObject **val, PyObject **tb) _PyErr_NormalizeException() argument 481 PyObject *tb = PyException_GetTraceback(exc_value); get_exc_traceback() local 577 _PyErr_ChainExceptions(PyObject *typ, PyObject *val, PyObject *tb) _PyErr_ChainExceptions() argument 644 PyObject *typ, *val, *tb; _PyErr_ChainStackItem() local 662 PyObject *exc, *val, *val2, *tb; _PyErr_FormatVFromCause() local 1613 PyObject *exc, *v, *tb, *tmp; PyErr_SyntaxLocationObjectEx() local [all...] |
| /third_party/musl/compat/time32/ |
| H A D | ftime32.c | 14 struct timeb tb; in __ftime32() local 15 if (ftime(&tb) < 0) return -1; in __ftime32() 16 if (tb.time < INT32_MIN || tb.time > INT32_MAX) { in __ftime32() 20 tp->time = tb.time; in __ftime32() 21 tp->millitm = tb.millitm; in __ftime32() 22 tp->timezone = tb.timezone; in __ftime32() 23 tp->dstflag = tb.dstflag; in __ftime32()
|
| /third_party/python/Lib/test/ |
| H A D | test_raise.py | 221 tb = get_tb() 223 raise IndexError().with_traceback(tb) 225 self.assertNotEqual(e.__traceback__, tb) 226 self.assertEqual(e.__traceback__.tb_next, tb) 240 tb = exc.__traceback__ 242 self.assertIsInstance(tb.tb_next, types.TracebackType) 243 self.assertIs(tb.tb_frame, sys._getframe()) 244 self.assertIsInstance(tb.tb_lasti, int) 245 self.assertIsInstance(tb.tb_lineno, int) 247 self.assertIs(tb [all...] |
| H A D | test_frame.py | 30 def clear_traceback_frames(self, tb): 34 while tb is not None: 35 tb.tb_frame.clear() 36 tb = tb.tb_next 165 tb = e.__traceback__ 167 while tb: 168 frames.append(tb.tb_frame) 169 tb = tb [all...] |
| /third_party/libexif/libexif/huawei/ |
| H A D | mnote-huawei-tag.c | 88 #define GET_TAG_INFO(tb, tb_size, tag, idx, ret) do { \ 90 if (tb[i].tag == tag) {ret = tb[i].idx; return ret;}\ 92 ret = tb[tb_size-1].idx;\ 180 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_name() local 181 GET_TAG_INFO(tb, size, tag, name, p); in mnote_huawei_tag_get_name() 190 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_title() local 191 GET_TAG_INFO(tb, size, tag, title, p); in mnote_huawei_tag_get_title() 200 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_description() local 201 GET_TAG_INFO(tb, siz in mnote_huawei_tag_get_description() 210 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); mnote_huawei_tag_type() local [all...] |
| /third_party/python/Lib/ |
| H A D | traceback.py | 47 def print_tb(tb, limit=None, file=None): 48 """Print up to 'limit' stack trace entries from the traceback 'tb'. 55 print_list(extract_tb(tb, limit=limit), file=file) 57 def format_tb(tb, limit=None): 58 """A shorthand for 'format_list(extract_tb(tb, limit))'.""" 59 return extract_tb(tb, limit=limit).format() 61 def extract_tb(tb, limit=None): 75 _walk_tb_with_full_positions(tb), limit=limit) 96 def _parse_value_tb(exc, value, tb): 97 if (value is _sentinel) != (tb i [all...] |
| /third_party/libbpf/src/ |
| H A D | nlattr.c | 88 * @arg tb Index array to be filled (maxtype+1 elements). 104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse() argument 110 memset(tb, 0, sizeof(struct nlattr *) * (maxtype + 1)); in libbpf_nla_parse() 124 if (tb[type]) in libbpf_nla_parse() 128 tb[type] = nla; in libbpf_nla_parse() 138 * @arg tb Index array to be filled (maxtype+1 elements). 149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested() argument 153 return libbpf_nla_parse(tb, maxtype, libbpf_nla_data(nla), in libbpf_nla_parse_nested() 164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() local 183 if (libbpf_nla_parse(tb, NLMSGERR_ATTR_MA in libbpf_nla_dump_errormsg() [all...] |
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ps.c | 175 void (*show_process)(void *tb); 459 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() argument 463 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; in string_field() 480 out = tb->str; in string_field() 483 if (--sl) out += tb->offset[--sl]; in string_field() 492 if (which>=PS_COMM && !*out) sprintf(out = buf, "[%s]", tb->str); in string_field() 566 *s++ = tb->state; in string_field() 596 struct procpid *tb = p; in show_ps() local 602 char *out = string_field(tb, field); in show_ps() 670 struct procpid *tb in get_ps() local 960 struct procpid *tb; get_threads() local 1176 struct procpid *ta = *(struct procpid **)aa, *tb = *(struct procpid **)bb; ksort() local 1202 collate_leaves(struct procpid **tb, struct dirtree *dt) collate_leaves() argument 1320 struct procpid **tb; top_common() member 1483 struct procpid tb; top_common() local 1664 do_pgk(struct procpid *tb) do_pgk() argument 1685 struct procpid *tb = p; match_pgrep() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 218 void (*show_process)(void *tb); 502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() argument 506 long long *slot = tb->slot, ll = (sl >= 0) ? slot[sl&(XX-1)] : 0; in string_field() 523 out = tb->str; in string_field() 526 if (--sl) out += tb->offset[--sl]; in string_field() 535 if (which>=PS_COMM && !*out) sprintf(out = buf, "[%s]", tb->str); in string_field() 609 *s++ = tb->state; in string_field() 639 struct procpid *tb = p; in show_ps() local 645 char *out = string_field(tb, field); in show_ps() 713 struct procpid *tb in get_ps() local 1003 struct procpid *tb; get_threads() local 1219 struct procpid *ta = *(struct procpid **)aa, *tb = *(struct procpid **)bb; ksort() local 1245 collate_leaves(struct procpid **tb, struct dirtree *dt) collate_leaves() argument 1463 struct procpid **tb; top_common() member 1630 struct procpid tb; top_common() local 1822 do_pgk(struct procpid *tb) do_pgk() argument 1843 struct procpid *tb = p; match_pgrep() local [all...] |
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | jitter.c | 88 static void tb_init(struct TimingBuffer *tb) in tb_init() argument 90 tb->filled = 0; in tb_init() 91 tb->curr_count = 0; in tb_init() 95 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) in tb_add() argument 99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add() 101 tb->curr_count++; in tb_add() 108 while (pos<tb->filled && timing >= tb in tb_add() 186 struct TimingBuffer *tb; compute_opt_delay() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | rpza.c | 81 uint16_t ta, tb; in rpza_decode_stream() local 180 tb = (colorB >> 10) & 0x1F; in rpza_decode_stream() 181 color4[1] |= ((11 * ta + 21 * tb) >> 5) << 10; in rpza_decode_stream() 182 color4[2] |= ((21 * ta + 11 * tb) >> 5) << 10; in rpza_decode_stream() 186 tb = (colorB >> 5) & 0x1F; in rpza_decode_stream() 187 color4[1] |= ((11 * ta + 21 * tb) >> 5) << 5; in rpza_decode_stream() 188 color4[2] |= ((21 * ta + 11 * tb) >> 5) << 5; in rpza_decode_stream() 192 tb = colorB & 0x1F; in rpza_decode_stream() 193 color4[1] |= ((11 * ta + 21 * tb) >> 5); in rpza_decode_stream() 194 color4[2] |= ((21 * ta + 11 * tb) >> in rpza_decode_stream() [all...] |