Searched refs:tb (Results 1 - 25 of 226) sorted by relevance

12345678910

/external/compiler-rt/test/msan/
H A Dftime.cc9 struct timeb tb; local
10 int res = ftime(&tb);
12 assert(__msan_test_shadow(&tb, sizeof(tb)) == -1);
/external/chromium_org/third_party/jinja2/
H A Ddebug.py39 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...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java61 private void computeLiveness1(TypedBlock tb) { argument
62 if (tb.updating) {
64 computeLiveness1u(tb);
68 if (tb.inputs != null)
71 tb.updating = true;
72 byte[] usage = tb.localsUsage;
78 BasicBlock.Catch handlers = tb.toCatch;
89 if (tb.exit != null) {
90 for (int i = 0; i < tb.exit.length; i++) {
91 TypedBlock e = (TypedBlock)tb
113 computeLiveness1u(TypedBlock tb) argument
126 computeLiveness2(TypedBlock tb) argument
170 computeLiveness2except(TypedBlock tb) argument
[all...]
/external/chromium_org/media/formats/webm/
H A Dwebm_tracks_parser_unittest.cc52 TracksBuilder tb; local
53 tb.AddTextTrack(1, 1, kWebMCodecSubtitles, "", "");
55 const std::vector<uint8> buf = tb.Finish();
62 TracksBuilder tb; local
63 tb.AddTextTrack(1, 1, kWebMCodecSubtitles, "Spock", "");
65 const std::vector<uint8> buf = tb.Finish();
72 TracksBuilder tb; local
73 tb.AddTextTrack(1, 1, kWebMCodecSubtitles, "", "eng");
75 const std::vector<uint8> buf = tb.Finish();
82 TracksBuilder tb; local
92 TracksBuilder tb; local
125 TracksBuilder tb; local
154 TracksBuilder tb; local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c4 // type/value/tb in PyThreadState->curexc_*. When being caught by an
10 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); /*proto*/
11 static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); /*proto*/
15 static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { argument
25 tstate->curexc_traceback = tb;
30 PyErr_Restore(type, value, tb);
34 static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { argument
39 *tb = tstate->curexc_traceback;
45 PyErr_Fetch(type, value, tb);
51 static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObjec
61 __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, CYTHON_UNUSED PyObject *cause) argument
137 __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) argument
253 __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb) argument
321 PyObject *type = NULL, *value = NULL, *tb = NULL; local
357 __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) argument
371 __Pyx_ExceptionReset(PyObject *type, PyObject *value, PyObject *tb) argument
395 __Pyx_ExceptionSwap(PyObject **type, PyObject **value, PyObject **tb) argument
[all...]
/external/iproute2/tc/
H A Df_tcindex.c124 struct rtattr *tb[TCA_TCINDEX_MAX+1]; local
129 parse_rtattr_nested(tb, TCA_TCINDEX_MAX, opt);
132 if (tb[TCA_TCINDEX_HASH]) {
135 if (RTA_PAYLOAD(tb[TCA_TCINDEX_HASH]) < sizeof(hash))
137 hash = rta_getattr_u16(tb[TCA_TCINDEX_HASH]);
140 if (tb[TCA_TCINDEX_MASK]) {
143 if (RTA_PAYLOAD(tb[TCA_TCINDEX_MASK]) < sizeof(mask))
145 mask = rta_getattr_u16(tb[TCA_TCINDEX_MASK]);
148 if (tb[TCA_TCINDEX_SHIFT]) {
151 if (RTA_PAYLOAD(tb[TCA_TCINDEX_SHIF
[all...]
H A Dq_dsmark.c134 struct rtattr *tb[TCA_DSMARK_MAX+1]; local
137 memset(tb, 0, sizeof(tb));
138 parse_rtattr(tb, TCA_DSMARK_MAX, RTA_DATA(opt), RTA_PAYLOAD(opt));
139 if (tb[TCA_DSMARK_MASK]) {
140 if (!RTA_PAYLOAD(tb[TCA_DSMARK_MASK]))
143 rta_getattr_u8(tb[TCA_DSMARK_MASK]));
145 if (tb[TCA_DSMARK_VALUE]) {
146 if (!RTA_PAYLOAD(tb[TCA_DSMARK_VALUE]))
149 rta_getattr_u8(tb[TCA_DSMARK_VALU
[all...]
H A Df_cgroup.c86 struct rtattr *tb[TCA_CGROUP_MAX+1]; local
91 parse_rtattr_nested(tb, TCA_CGROUP_MAX, opt);
96 if (tb[TCA_CGROUP_EMATCHES])
97 print_ematch(f, tb[TCA_CGROUP_EMATCHES]);
99 if (tb[TCA_CGROUP_POLICE]) {
101 tc_print_police(f, tb[TCA_CGROUP_POLICE]);
104 if (tb[TCA_CGROUP_ACT])
105 tc_print_action(f, tb[TCA_CGROUP_ACT]);
H A Df_basic.c112 struct rtattr *tb[TCA_BASIC_MAX+1]; local
117 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
122 if (tb[TCA_BASIC_CLASSID]) {
125 sprint_tc_classid(rta_getattr_u32(tb[TCA_BASIC_CLASSID]), b1));
128 if (tb[TCA_BASIC_EMATCHES])
129 print_ematch(f, tb[TCA_BASIC_EMATCHES]);
131 if (tb[TCA_BASIC_POLICE]) {
133 tc_print_police(f, tb[TCA_BASIC_POLICE]);
136 if (tb[TCA_BASIC_ACT]) {
137 tc_print_action(f, tb[TCA_BASIC_AC
[all...]
H A Df_fw.c121 struct rtattr *tb[TCA_FW_MAX+1]; local
126 parse_rtattr_nested(tb, TCA_FW_MAX, opt);
128 if (handle || tb[TCA_FW_MASK]) {
132 if(tb[TCA_FW_MASK] &&
133 (mask = rta_getattr_u32(tb[TCA_FW_MASK])) != 0xFFFFFFFF)
139 if (tb[TCA_FW_CLASSID]) {
141 fprintf(f, "classid %s ", sprint_tc_classid(rta_getattr_u32(tb[TCA_FW_CLASSID]), b1));
144 if (tb[TCA_FW_POLICE])
145 tc_print_police(f, tb[TCA_FW_POLICE]);
146 if (tb[TCA_FW_INDE
[all...]
H A Df_flow.c272 struct rtattr *tb[TCA_FLOW_MAX+1]; local
280 parse_rtattr_nested(tb, TCA_FLOW_MAX, opt);
284 if (tb[TCA_FLOW_MODE]) {
285 __u32 mode = rta_getattr_u32(tb[TCA_FLOW_MODE]);
297 if (tb[TCA_FLOW_KEYS]) {
298 __u32 keymask = rta_getattr_u32(tb[TCA_FLOW_KEYS]);
311 if (tb[TCA_FLOW_MASK])
312 mask = rta_getattr_u32(tb[TCA_FLOW_MASK]);
313 if (tb[TCA_FLOW_XOR])
314 val = rta_getattr_u32(tb[TCA_FLOW_XO
[all...]
H A Df_route.c136 struct rtattr *tb[TCA_ROUTE4_MAX+1]; local
142 parse_rtattr_nested(tb, TCA_ROUTE4_MAX, opt);
149 if (tb[TCA_ROUTE4_CLASSID]) {
151 fprintf(f, "flowid %s ", sprint_tc_classid(rta_getattr_u32(tb[TCA_ROUTE4_CLASSID]), b1));
153 if (tb[TCA_ROUTE4_TO])
154 fprintf(f, "to %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_TO]), b1, sizeof(b1)));
155 if (tb[TCA_ROUTE4_FROM])
156 fprintf(f, "from %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_FROM]), b1, sizeof(b1)));
157 if (tb[TCA_ROUTE4_IIF])
158 fprintf(f, "fromif %s", ll_index_to_name(*(int*)RTA_DATA(tb[TCA_ROUTE4_II
[all...]
H A Dq_qfq.c96 struct rtattr *tb[TCA_QFQ_MAX + 1]; local
101 parse_rtattr_nested(tb, TCA_QFQ_MAX, opt);
103 if (tb[TCA_QFQ_WEIGHT]) {
105 rta_getattr_u32(tb[TCA_QFQ_WEIGHT]));
108 if (tb[TCA_QFQ_LMAX]) {
110 rta_getattr_u32(tb[TCA_QFQ_LMAX]));
H A Dm_skbedit.c163 struct rtattr *tb[TCA_SKBEDIT_MAX + 1]; local
172 parse_rtattr_nested(tb, TCA_SKBEDIT_MAX, arg);
174 if (tb[TCA_SKBEDIT_PARMS] == NULL) {
181 if (tb[TCA_SKBEDIT_QUEUE_MAPPING] != NULL) {
182 queue_mapping = RTA_DATA(tb[TCA_SKBEDIT_QUEUE_MAPPING]);
185 if (tb[TCA_SKBEDIT_PRIORITY] != NULL) {
186 priority = RTA_DATA(tb[TCA_SKBEDIT_PRIORITY]);
189 if (tb[TCA_SKBEDIT_MARK] != NULL) {
190 mark = RTA_DATA(tb[TCA_SKBEDIT_MARK]);
195 if (tb[TCA_SKBEDIT_T
[all...]
/external/libnl/lib/netfilter/
H A Dct.c107 struct nlattr *tb[CTA_IP_MAX+1]; local
111 err = nla_parse_nested(tb, CTA_IP_MAX, attr, ct_ip_policy);
115 if (tb[CTA_IP_V4_SRC]) {
116 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_SRC], AF_INET);
124 if (tb[CTA_IP_V4_DST]) {
125 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_DST], AF_INET);
133 if (tb[CTA_IP_V6_SRC]) {
134 addr = nl_addr_alloc_attr(tb[CTA_IP_V6_SRC], AF_INET6);
142 if (tb[CTA_IP_V6_DST]) {
143 addr = nl_addr_alloc_attr(tb[CTA_IP_V6_DS
162 struct nlattr *tb[CTA_PROTO_MAX+1]; local
192 struct nlattr *tb[CTA_TUPLE_MAX+1]; local
216 struct nlattr *tb[CTA_PROTOINFO_TCP_MAX+1]; local
233 struct nlattr *tb[CTA_PROTOINFO_MAX+1]; local
252 struct nlattr *tb[CTA_COUNTERS_MAX+1]; local
293 struct nlattr *tb[CTA_MAX+1]; local
[all...]
/external/qemu/
H A Dtranslate-all.c123 static void tb_link_page(TranslationBlock *tb, tb_page_addr_t phys_pc,
137 int cpu_gen_code(CPUArchState *env, TranslationBlock *tb, int *gen_code_size_ptr) argument
153 gen_intermediate_code(env, tb);
156 gen_code_buf = tb->tc_ptr;
157 tb->tb_next_offset[0] = 0xffff;
158 tb->tb_next_offset[1] = 0xffff;
159 s->tb_next_offset = tb->tb_next_offset;
161 s->tb_jmp_offset = tb->tb_jmp_offset;
165 tb->tb_jmp_offset[2] = 0xffff;
166 tb
198 cpu_restore_state_from_tb(TranslationBlock *tb, CPUArchState *env, uintptr_t searched_pc) argument
255 TranslationBlock *tb; local
658 TranslationBlock *tb; local
671 tb_free(TranslationBlock *tb) argument
762 TranslationBlock *tb; local
781 TranslationBlock *tb; local
799 tb_hash_remove(TranslationBlock **ptb, TranslationBlock *tb) argument
813 tb_page_remove(TranslationBlock **ptb, TranslationBlock *tb) argument
830 tb_jmp_remove(TranslationBlock *tb, int n) argument
861 tb_reset_jump(TranslationBlock *tb, int n) argument
867 tb_phys_invalidate(TranslationBlock *tb, tb_page_addr_t page_addr) argument
955 TranslationBlock *tb; local
985 TranslationBlock *tb; local
1047 TranslationBlock *tb, *tb_next, *saved_tb; local
1193 TranslationBlock *tb; local
1255 tb_alloc_page(TranslationBlock *tb, unsigned int n, tb_page_addr_t page_addr) argument
1315 tb_link_page(TranslationBlock *tb, tb_page_addr_t phys_pc, tb_page_addr_t phys_page2) argument
1362 TranslationBlock *tb; local
1410 TranslationBlock *tb; local
1453 tb_reset_jump_recursive2(TranslationBlock *tb, int n) argument
1492 tb_reset_jump_recursive(TranslationBlock *tb) argument
1502 TranslationBlock *tb; local
1577 TranslationBlock *tb; local
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstring.c66 stringtable *tb = &G(L)->strt; local
69 if (newsize > tb->size) {
70 luaM_reallocvector(L, tb->hash, tb->size, newsize, GCObject *);
71 for (i = tb->size; i < newsize; i++) tb->hash[i] = NULL;
74 for (i=0; i<tb->size; i++) {
75 GCObject *p = tb->hash[i];
76 tb->hash[i] = NULL;
80 gch(p)->next = tb
119 stringtable *tb = &G(L)->strt; local
[all...]
/external/iproute2/genl/
H A Dctrl.c76 struct rtattr *tb[CTRL_ATTR_MAX + 1]; local
100 parse_rtattr(tb, CTRL_ATTR_MAX, attrs, len);
102 if (tb[CTRL_ATTR_FAMILY_ID] == NULL) {
107 ret = rta_getattr_u16(tb[CTRL_ATTR_FAMILY_ID]);
138 struct rtattr *tb[CTRL_ATTR_OP_MAX + 1]; local
143 parse_rtattr_nested(tb, CTRL_ATTR_OP_MAX, arg);
144 if (tb[CTRL_ATTR_OP_ID]) {
145 __u32 *id = RTA_DATA(tb[CTRL_ATTR_OP_ID]);
149 if (tb[CTRL_ATTR_OP_FLAGS] && ctrl_ver >= 0x2) {
150 __u32 *fl = RTA_DATA(tb[CTRL_ATTR_OP_FLAG
159 struct rtattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1]; local
183 struct rtattr *tb[CTRL_ATTR_MAX + 1]; local
[all...]
/external/iproute2/ip/
H A Diprule.c53 struct rtattr * tb[FRA_MAX+1]; local
64 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
78 if (tb[FRA_PRIORITY])
79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
86 if (tb[FRA_SRC]) {
89 RTA_PAYLOAD(tb[FRA_SRC]),
90 RTA_DATA(tb[FRA_SRC]),
96 RTA_PAYLOAD(tb[FRA_SRC]),
97 RTA_DATA(tb[FRA_SRC]),
107 if (tb[FRA_DS
390 struct rtattr * tb[FRA_MAX+1]; local
[all...]
H A Dlink_gre.c51 struct rtattr *tb[IFLA_MAX + 1]; local
87 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len);
89 if (!tb[IFLA_LINKINFO])
92 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO]);
269 static void gre_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
278 if (!tb)
281 if (tb[IFLA_GRE_REMOTE]) {
282 unsigned addr = rta_getattr_u32(tb[IFLA_GRE_REMOTE]);
290 if (tb[IFLA_GRE_LOCAL]) {
291 unsigned addr = rta_getattr_u32(tb[IFLA_GRE_LOCA
[all...]
H A Diplink_macvlan.c71 static void macvlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
75 if (!tb)
78 if (!tb[IFLA_MACVLAN_MODE] ||
79 RTA_PAYLOAD(tb[IFLA_MACVLAN_MODE]) < sizeof(__u32))
82 mode = rta_getattr_u32(tb[IFLA_VLAN_ID]);
H A Diplink_macvtap.c68 static void macvtap_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
72 if (!tb)
75 if (!tb[IFLA_MACVLAN_MODE] ||
76 RTA_PAYLOAD(tb[IFLA_MACVLAN_MODE]) < sizeof(__u32))
79 mode = rta_getattr_u32(tb[IFLA_VLAN_ID]);
H A Diplink_vlan.c176 static void vlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) argument
179 if (!tb)
182 if (!tb[IFLA_VLAN_ID] ||
183 RTA_PAYLOAD(tb[IFLA_VLAN_ID]) < sizeof(__u16))
186 fprintf(f, "id %u ", rta_getattr_u16(tb[IFLA_VLAN_ID]));
188 if (tb[IFLA_VLAN_FLAGS]) {
189 if (RTA_PAYLOAD(tb[IFLA_VLAN_FLAGS]) < sizeof(*flags))
191 flags = RTA_DATA(tb[IFLA_VLAN_FLAGS]);
194 if (tb[IFLA_VLAN_INGRESS_QOS])
195 vlan_print_map(f, "ingress-qos-map", tb[IFLA_VLAN_INGRESS_QO
[all...]
H A Dipprefix.c41 struct rtattr * tb[RTA_MAX+1]; local
70 parse_rtattr(tb, RTA_MAX, RTM_RTA(prefix), len);
74 if (tb[PREFIX_ADDRESS]) {
78 pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]);
93 if (tb[PREFIX_CACHEINFO]) {
95 pc = (struct prefix_cacheinfo *)RTA_DATA(tb[PREFIX_CACHEINFO]);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A DDebugWriter.py46 self.tb = etree.TreeBuilder()
52 self.tb.start(name, attrs or {})
55 self.tb.end(name)
58 self.tb.end('Module')
59 self.tb.end('cython_debug')
60 xml_root_element = self.tb.close()

Completed in 1230 milliseconds

12345678910