Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_all_transforms_fuzzer.cc25 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
37 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
50 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
62 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_vertex_pulling_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_binding_remapper_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_single_entry_point_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_first_index_offset_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_robustness_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_renamer_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/jinja2/
Ddebug.py76 def fake_traceback(exc_value, tb, filename, lineno): argument
213 def tb_set_next(tb, tb_next): argument
224 def tb_set_next(tb, tb_next): argument
230 def tb_set_next(tb, tb_next): argument
253 def tb_set_next(tb, tb_next): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c967 struct nlattr *tb[]) in mlme_event_michael_mic_failure()
1003 struct nlattr *tb[]) in mlme_event_join_ibss()
1034 int cancel_event, struct nlattr *tb[]) in mlme_event_remain_on_channel()
1082 struct nlattr *tb[]) in mlme_event_ft_event()
1111 struct nlattr *tb[]) in mlme_event_dh_event()
1133 struct nlattr *tb[], int external_scan) in send_scan_event()
1209 struct nlattr *tb[]) in nl80211_cqm_event()
1311 struct nlattr **tb) in nl80211_new_peer_candidate()
1334 struct nlattr **tb) in nl80211_new_station_event()
1367 struct nlattr **tb) in nl80211_del_station_event()
[all …]
Ddriver_nl80211_capa.c102 struct nlattr *tb) in wiphy_info_supported_iftypes()
202 struct nlattr *tb) in wiphy_info_iface_comb()
218 struct nlattr *tb) in wiphy_info_supp_cmds()
252 struct nlattr *tb) in wiphy_info_cipher_suites()
311 struct nlattr *tb) in wiphy_info_max_roc()
348 struct nlattr *tb) in wiphy_info_ext_feature_flags()
440 struct nlattr *tb) in wiphy_info_feature_flags()
512 struct nlattr *tb) in wiphy_info_probe_resp_offload()
528 struct nlattr *tb) in wiphy_info_wowlan_triggers()
557 struct nlattr *tb) in wiphy_info_extended_capab()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c331 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in qca_drv_connect_fail_reason_code_handler() local
1160 struct nlattr *tb[]) in mlme_event_michael_mic_failure()
1196 struct nlattr *tb[]) in mlme_event_join_ibss()
1227 int cancel_event, struct nlattr *tb[]) in mlme_event_remain_on_channel()
1275 struct nlattr *tb[]) in mlme_event_ft_event()
1304 struct nlattr *tb[]) in mlme_event_dh_event()
1326 struct nlattr *tb[], int external_scan) in send_scan_event()
1402 struct nlattr *tb[]) in nl80211_cqm_event()
1511 struct nlattr **tb) in nl80211_new_peer_candidate()
1534 struct nlattr **tb) in nl80211_new_station_event()
[all …]
Ddriver_nl80211_capa.c107 struct nlattr *tb) in wiphy_info_supported_iftypes()
207 struct nlattr *tb) in wiphy_info_iface_comb()
223 struct nlattr *tb) in wiphy_info_supp_cmds()
259 static unsigned int get_akm_suites_info(struct nlattr *tb) in get_akm_suites_info()
344 struct nlattr *tb[NL80211_IFTYPE_AKM_ATTR_MAX + 1]; in get_iface_akm_suites_info() local
406 struct nlattr *tb) in wiphy_info_iftype_akm_suites()
420 struct nlattr *tb) in wiphy_info_akm_suites()
433 struct nlattr *tb) in wiphy_info_cipher_suites()
492 struct nlattr *tb) in wiphy_info_max_roc()
529 struct nlattr *tb) in wiphy_info_ext_feature_flags()
[all …]
/third_party/python/Lib/
Dtraceback.py45 def print_tb(tb, limit=None, file=None): argument
55 def format_tb(tb, limit=None): argument
59 def extract_tb(tb, limit=None): argument
93 def _parse_value_tb(exc, value, tb): argument
104 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
124 def format_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
232 def clear_frames(tb): argument
322 def walk_tb(tb): argument
/third_party/ffmpeg/libavutil/
Dtimestamp.h65 static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) in av_ts_make_time_string()
76 #define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-x86-sse41.c43 __m128i sum, ta, tb; in inner_product_gint32_full_1_sse41() local
82 __m128i sum[2], ta, tb; in inner_product_gint32_linear_1_sse41() local
125 __m128i sum[4], ta, tb; in inner_product_gint32_cubic_1_sse41() local
/third_party/libbpf/src/
Dnlattr.c104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse()
149 int libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, in libbpf_nla_parse_nested()
164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; in libbpf_nla_dump_errormsg() local
/third_party/python/Lib/idlelib/
Dstackviewer.py10 def StackBrowser(root, flist=None, tb=None, top=None): argument
23 def __init__(self, flist=None, tb=None): argument
28 def get_stack(self, tb): argument
/third_party/flutter/skia/infra/bots/
Dutils.py32 def __exit__(self, t, v, tb): argument
50 def __exit__(self, t, v, tb): argument
70 def __exit__(self, t, v, tb): argument
/third_party/skia/infra/bots/
Dutils.py35 def __exit__(self, t, v, tb): argument
53 def __exit__(self, t, v, tb): argument
73 def __exit__(self, t, v, tb): argument
/third_party/python/Python/
Dtraceback.c41 PyTracebackObject *tb; in tb_create_raw() local
163 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
174 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
182 tb_clear(PyTracebackObject *tb) in tb_clear()
245 PyObject *exc, *val, *tb, *newtb; in PyTraceBack_Here() local
263 PyObject *exc, *val, *tb; in _PyTraceback_Add() local
546 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit) in tb_printinternal()
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c459 static char *string_field(struct procpid *tb, struct ofields *field) in string_field()
596 struct procpid *tb = p; in show_ps() local
670 struct procpid *tb = (void *)toybuf; in get_ps() local
960 struct procpid *tb; in get_threads() local
1176 struct procpid *ta = *(struct procpid **)aa, *tb = *(struct procpid **)bb; in ksort() local
1202 static struct procpid **collate_leaves(struct procpid **tb, struct dirtree *dt) in collate_leaves()
1320 struct procpid **tb; in top_common() member
1483 struct procpid tb; in top_common() local
1664 static void do_pgk(struct procpid *tb) in do_pgk()
1685 struct procpid *tb = p; in match_pgrep() local
/third_party/toybox/toys/posix/
Dps.c502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field()
639 struct procpid *tb = p; in show_ps() local
713 struct procpid *tb = (void *)toybuf; in get_ps() local
1003 struct procpid *tb; in get_threads() local
1219 struct procpid *ta = *(struct procpid **)aa, *tb = *(struct procpid **)bb; in ksort() local
1245 static struct procpid **collate_leaves(struct procpid **tb, struct dirtree *dt) in collate_leaves()
1463 struct procpid **tb; in top_common() member
1629 struct procpid tb; in top_common() local
1821 static void do_pgk(struct procpid *tb) in do_pgk()
1842 struct procpid *tb = p; in match_pgrep() local
/third_party/flutter/skia/fuzz/oss_fuzz/
DFuzzTextBlobDeserialize.cpp17 auto tb = SkTextBlobPriv::MakeFromBuffer(buf); in FuzzTextBlobDeserialize() local
/third_party/python/Include/internal/
Dpycore_pyerrors.h19 PyObject *t, *v, *tb; in _PyErr_ClearExcState() local
/third_party/skia/fuzz/oss_fuzz/
DFuzzTextBlobDeserialize.cpp17 auto tb = SkTextBlobPriv::MakeFromBuffer(buf); in FuzzTextBlobDeserialize() local

12345678