HomeSort by relevance Sort by last modified time
    Searched refs:tb (Results 51 - 75 of 1318) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/
rename.c 97 struct utimbuf tb; local
99 tb.actime = statbuf->st_atime;
100 tb.modtime = statbuf->st_mtime;
101 result = utime (destination, &tb);
104 long tb[2]; local
106 tb[0] = statbuf->st_atime;
107 tb[1] = statbuf->st_mtime;
108 result = utime (destination, tb);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py 109 type, value, tb = sys.exc_info()
115 traceback.print_exception(type, value, tb, file=sys.__stderr__)
159 typ, val, tb = excinfo = sys.exc_info()
161 tbe = traceback.extract_tb(tb)
171 def cleanup_traceback(tb, exclude):
172 "Remove excluded traces from beginning/end of tb; get cached lines"
173 orig_tb = tb[:]
174 while tb:
176 if tb[0][0].count(rpcfile):
177 break # found an exclude, break for: and delete tb[0
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
22 self.stack = self.get_stack(tb)
25 def get_stack(self, tb):
26 if tb is None:
27 tb = sys.last_traceback
29 if tb and tb.tb_frame is None:
30 tb = tb.tb_nex
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
run.py 109 type, value, tb = sys.exc_info()
115 traceback.print_exception(type, value, tb, file=sys.__stderr__)
159 typ, val, tb = excinfo = sys.exc_info()
161 tbe = traceback.extract_tb(tb)
171 def cleanup_traceback(tb, exclude):
172 "Remove excluded traces from beginning/end of tb; get cached lines"
173 orig_tb = tb[:]
174 while tb:
176 if tb[0][0].count(rpcfile):
177 break # found an exclude, break for: and delete tb[0
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
22 self.stack = self.get_stack(tb)
25 def get_stack(self, tb):
26 if tb is None:
27 tb = sys.last_traceback
29 if tb and tb.tb_frame is None:
30 tb = tb.tb_nex
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 109 type, value, tb = sys.exc_info()
115 traceback.print_exception(type, value, tb, file=sys.__stderr__)
159 typ, val, tb = excinfo = sys.exc_info()
161 tbe = traceback.extract_tb(tb)
171 def cleanup_traceback(tb, exclude):
172 "Remove excluded traces from beginning/end of tb; get cached lines"
173 orig_tb = tb[:]
174 while tb:
176 if tb[0][0].count(rpcfile):
177 break # found an exclude, break for: and delete tb[0
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
22 self.stack = self.get_stack(tb)
25 def get_stack(self, tb):
26 if tb is None:
27 tb = sys.last_traceback
29 if tb and tb.tb_frame is None:
30 tb = tb.tb_nex
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 109 type, value, tb = sys.exc_info()
115 traceback.print_exception(type, value, tb, file=sys.__stderr__)
159 typ, val, tb = excinfo = sys.exc_info()
161 tbe = traceback.extract_tb(tb)
171 def cleanup_traceback(tb, exclude):
172 "Remove excluded traces from beginning/end of tb; get cached lines"
173 orig_tb = tb[:]
174 while tb:
176 if tb[0][0].count(rpcfile):
177 break # found an exclude, break for: and delete tb[0
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
22 self.stack = self.get_stack(tb)
25 def get_stack(self, tb):
26 if tb is None:
27 tb = sys.last_traceback
29 if tb and tb.tb_frame is None:
30 tb = tb.tb_nex
    [all...]
  /external/iproute2/ip/
iprule.c 57 struct rtattr * tb[FRA_MAX+1]; local
68 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
75 if (tb[FRA_PRIORITY])
76 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
83 if (tb[FRA_SRC]) {
86 RTA_PAYLOAD(tb[FRA_SRC]),
87 RTA_DATA(tb[FRA_SRC]),
93 RTA_PAYLOAD(tb[FRA_SRC]),
94 RTA_DATA(tb[FRA_SRC]),
104 if (tb[FRA_DST])
501 struct rtattr * tb[FRA_MAX+1]; local
    [all...]
link_vti.c 55 struct rtattr *tb[IFLA_MAX + 1]; local
86 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len);
88 if (!tb[IFLA_LINKINFO])
91 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO]);
199 static void vti_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
206 if (!tb)
209 if (tb[IFLA_VTI_REMOTE]) {
210 unsigned addr = *(__u32 *)RTA_DATA(tb[IFLA_VTI_REMOTE]);
218 if (tb[IFLA_VTI_LOCAL]) {
219 unsigned addr = *(__u32 *)RTA_DATA(tb[IFLA_VTI_LOCAL])
    [all...]
link_vti6.c 51 struct rtattr *tb[IFLA_MAX + 1]; local
82 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len);
84 if (!tb[IFLA_LINKINFO])
87 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO]);
196 static void vti6_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
205 if (!tb)
208 if (tb[IFLA_VTI_REMOTE]) {
209 memcpy(&daddr, RTA_DATA(tb[IFLA_VTI_REMOTE]), sizeof(daddr));
216 if (tb[IFLA_VTI_LOCAL]) {
217 memcpy(&saddr, RTA_DATA(tb[IFLA_VTI_LOCAL]), sizeof(saddr))
    [all...]
link_gre6.c 69 struct rtattr *tb[IFLA_MAX + 1]; local
106 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len);
108 if (!tb[IFLA_LINKINFO])
111 parse_rtattr_nested(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO]);
298 static void gre_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
310 if (!tb)
313 if (tb[IFLA_GRE_FLAGS])
314 flags = rta_getattr_u32(tb[IFLA_GRE_FLAGS]);
316 if (tb[IFLA_GRE_FLOWINFO])
317 flags = rta_getattr_u32(tb[IFLA_GRE_FLOWINFO])
    [all...]
iplink_vlan.c 198 static void vlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
203 if (!tb)
206 if (tb[IFLA_VLAN_PROTOCOL] &&
207 RTA_PAYLOAD(tb[IFLA_VLAN_PROTOCOL]) < sizeof(__u16))
209 if (!tb[IFLA_VLAN_ID] ||
210 RTA_PAYLOAD(tb[IFLA_VLAN_ID]) < sizeof(__u16))
213 if (tb[IFLA_VLAN_PROTOCOL])
215 ll_proto_n2a(rta_getattr_u16(tb[IFLA_VLAN_PROTOCOL]),
220 fprintf(f, "id %u ", rta_getattr_u16(tb[IFLA_VLAN_ID]));
222 if (tb[IFLA_VLAN_FLAGS])
    [all...]
iplink_vrf.c 58 static void vrf_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
60 if (!tb)
63 if (tb[IFLA_VRF_TABLE])
64 fprintf(f, "table %u ", rta_getattr_u32(tb[IFLA_VRF_TABLE]));
  /external/iproute2/lib/
libgenl.c 14 struct rtattr *tb[CTRL_ATTR_MAX + 1]; local
38 parse_rtattr(tb, CTRL_ATTR_MAX, attrs, len);
40 if (tb[CTRL_ATTR_FAMILY_ID] == NULL) {
45 return rta_getattr_u16(tb[CTRL_ATTR_FAMILY_ID]);
  /external/libnl/lib/netfilter/
log_msg.c 68 struct nlattr *tb[NFULA_MAX+1]; local
78 err = nlmsg_parse(nlh, sizeof(struct nfgenmsg), tb, NFULA_MAX,
85 attr = tb[NFULA_PACKET_HDR];
94 attr = tb[NFULA_MARK];
98 attr = tb[NFULA_TIMESTAMP];
108 attr = tb[NFULA_IFINDEX_INDEV];
112 attr = tb[NFULA_IFINDEX_OUTDEV];
116 attr = tb[NFULA_IFINDEX_PHYSINDEV];
120 attr = tb[NFULA_IFINDEX_PHYSOUTDEV];
124 attr = tb[NFULA_HWADDR]
    [all...]
  /frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
LaunchTest.java 34 Type.Builder tb = new Type.Builder(rs, Element.U8(rs)); local
35 tb.setX(dim);
36 tb.setY(dim);
37 mAllocationXY = Allocation.createTyped(rs, tb.create());
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Resize.java 37 Type.Builder tb = new Type.Builder(mRS, mInPixelsAllocation.getElement()); local
38 tb.setX((int)(mWidth * scale));
39 tb.setY((int)(mHeight * scale));
40 Type t = tb.create();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 69 tb = sys.exc_info()[2] variable
70 TracebackType = type(tb)
71 FrameType = type(tb.tb_frame)
72 del tb
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 69 tb = sys.exc_info()[2] variable
70 TracebackType = type(tb)
71 FrameType = type(tb.tb_frame)
72 del tb
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 69 tb = sys.exc_info()[2] variable
70 TracebackType = type(tb)
71 FrameType = type(tb.tb_frame)
72 del tb
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 69 tb = sys.exc_info()[2] variable
70 TracebackType = type(tb)
71 FrameType = type(tb.tb_frame)
72 del tb
  /external/iproute2/tc/
m_vlan.c 172 struct rtattr *tb[TCA_VLAN_MAX + 1]; local
179 parse_rtattr_nested(tb, TCA_VLAN_MAX, arg);
181 if (!tb[TCA_VLAN_PARMS]) {
185 parm = RTA_DATA(tb[TCA_VLAN_PARMS]);
195 if (tb[TCA_VLAN_PUSH_VLAN_ID]) {
196 val = rta_getattr_u16(tb[TCA_VLAN_PUSH_VLAN_ID]);
199 if (tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]) {
201 ll_proto_n2a(rta_getattr_u16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]),
212 if (tb[TCA_VLAN_TM]) {
213 struct tcf_t *tm = RTA_DATA(tb[TCA_VLAN_TM])
    [all...]
  /external/libnl/lib/route/cls/
fw.c 44 struct nlattr *tb[TCA_FW_MAX + 1]; local
47 err = tca_parse(tb, TCA_FW_MAX, (struct rtnl_tca *) cls, fw_policy);
51 if (tb[TCA_FW_CLASSID]) {
52 f->cf_classid = nla_get_u32(tb[TCA_FW_CLASSID]);
56 if (tb[TCA_FW_ACT]) {
57 f->cf_act = nl_data_alloc_attr(tb[TCA_FW_ACT]);
63 if (tb[TCA_FW_POLICE]) {
64 f->cf_police = nl_data_alloc_attr(tb[TCA_FW_POLICE]);
70 if (tb[TCA_FW_INDEV]) {
71 nla_strlcpy(f->cf_indev, tb[TCA_FW_INDEV], IFNAMSIZ)
    [all...]

Completed in 2360 milliseconds

1 23 4 5 6 7 8 91011>>