Home
last modified time | relevance | path

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

1234567

/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_single_entry_point_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_binding_remapper_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
Dtint_vertex_pulling_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
Dtint_first_index_offset_fuzzer.cc23 TransformBuilder tb(data, size); in LLVMFuzzerTestOneInput() local
/third_party/node/deps/v8/third_party/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/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.c353 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in qca_drv_connect_fail_reason_code_handler() local
443 struct nlattr *tb[NL80211_ATTR_MAX + 1]; in nl80211_parse_mlo_link_info() local
1524 struct nlattr *tb[])
1560 struct nlattr *tb[])
1591 int cancel_event, struct nlattr *tb[])
1639 struct nlattr *tb[])
1668 struct nlattr *tb[])
1690 struct nlattr *tb[], int external_scan)
1766 struct nlattr *tb[])
1875 struct nlattr **tb)
[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()
347 struct nlattr *tb[NL80211_IFTYPE_AKM_ATTR_MAX + 1]; in get_iface_akm_suites_info() local
409 struct nlattr *tb) in wiphy_info_iftype_akm_suites()
423 struct nlattr *tb) in wiphy_info_akm_suites()
436 struct nlattr *tb) in wiphy_info_cipher_suites()
495 struct nlattr *tb) in wiphy_info_max_roc()
532 struct nlattr *tb) in wiphy_info_ext_feature_flags()
[all …]
/third_party/libexif/libexif/huawei/
Dmnote-huawei-tag.c90 #define GET_TAG_INFO(tb, tb_size, tag, idx, ret) do { \ argument
182 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_name() local
192 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_title() local
202 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_get_description() local
212 const MnoteHuaweiTable* tb = get_tag_table(tag, &size); in mnote_huawei_tag_type() local
/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/python/Lib/
Dtraceback.py47 def print_tb(tb, limit=None, file=None): argument
57 def format_tb(tb, limit=None): argument
61 def extract_tb(tb, limit=None): argument
96 def _parse_value_tb(exc, value, tb): argument
111 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
128 def format_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
236 def clear_frames(tb): argument
338 def walk_tb(tb): argument
349 def _walk_tb_with_full_positions(tb): argument
/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/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/Lib/unittest/
Dresult.py195 def _clean_tracebacks(self, exctype, value, tb, test): argument
223 def _is_relevant_tb_level(self, tb): argument
226 def _remove_unittest_tb_frames(self, tb): argument
/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
1630 struct procpid tb; in top_common() local
1822 static void do_pgk(struct procpid *tb) in do_pgk()
1843 struct procpid *tb = p; in match_pgrep() local
/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/skia/fuzz/oss_fuzz/
DFuzzTextBlobDeserialize.cpp17 auto tb = SkTextBlobPriv::MakeFromBuffer(buf); in FuzzTextBlobDeserialize() local
/third_party/python/Python/
Dtraceback.c47 PyTracebackObject *tb; in tb_create_raw() local
169 tb_dealloc(PyTracebackObject *tb) in tb_dealloc()
180 tb_traverse(PyTracebackObject *tb, visitproc visit, void *arg) in tb_traverse()
188 tb_clear(PyTracebackObject *tb) in tb_clear()
251 PyObject *exc, *val, *tb, *newtb; in PyTraceBack_Here() local
269 PyObject *exc, *val, *tb; in _PyTraceback_Add() local
761 tb_displayline(PyTracebackObject* tb, PyObject *f, PyObject *filename, int lineno, in tb_displayline()
924 tb_printinternal(PyTracebackObject *tb, PyObject *f, long limit, in tb_printinternal()
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.cc95 void TextGenerator::TextBuffer::Append(const TextBuffer& tb) { in Append()
102 void TextGenerator::TextBuffer::Insert(const TextBuffer& tb, in Insert()

1234567