HomeSort by relevance Sort by last modified time
    Searched refs:cstruct (Results 1 - 25 of 32) sorted by null

1 2

  /development/vndk/tools/header-checker/tests/integration/c_and_cpp/
source2.c 3 void CFunction(struct Cstruct **cstruct) {
4 if (cstruct) {
5 struct Cstruct *next = *cstruct++;
  /development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/
c_include.h 9 struct Cstruct {
14 void CFunction(struct Cstruct **cstruct);
  /kernel/tests/net/test/
cstruct_test.py 19 import cstruct
23 TestStructA = cstruct.Struct("TestStructA", "=BI", "byte1 int2")
24 TestStructB = cstruct.Struct("TestStructB", "=BI", "byte1 int2")
59 Nested = cstruct.Struct("Nested", "!HSSi",
62 DoubleNested = cstruct.Struct("DoubleNested", "SSB",
98 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
114 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
125 TestStruct = cstruct.Struct("TestStruct", "=B16sIH",
141 TestStruct = cstruct.Struct("TestStruct", "B16si16AH",
156 Nested = cstruct.Struct("Nested", "!HSSi", "word1 nest2 nest3 int4"
    [all...]
csocket.py 23 import cstruct
29 CMsgHdr = cstruct.Struct("cmsghdr", "@Lii", "len level type")
30 Iovec = cstruct.Struct("iovec", "@PL", "base len")
31 MsgHdr = cstruct.Struct("msghdr", "@LLPLPLi",
33 SockaddrIn = cstruct.Struct("sockaddr_in", "=HH4sxxxxxxxx", "family port addr")
34 SockaddrIn6 = cstruct.Struct("sockaddr_in6", "=HHI16sI",
36 SockaddrStorage = cstruct.Struct("sockaddr_storage", "=H126s", "family data")
37 SockExtendedErr = cstruct.Struct("sock_extended_err", "@IBBBxII",
39 InPktinfo = cstruct.Struct("in_pktinfo", "@i4s4s", "ifindex spec_dst addr")
40 In6Pktinfo = cstruct.Struct("in6_pktinfo", "@16si", "addr ifindex"
    [all...]
pf_key.py 25 import cstruct
119 SadbMsg = cstruct.Struct(
123 SadbExt = cstruct.Struct("SadbExt", "=HH", "len exttype")
125 SadbSa = cstruct.Struct(
128 SadbLifetime = cstruct.Struct(
131 SadbAddress = cstruct.Struct("SadbAddress", "=BB2x", "proto prefixlen")
133 SadbKey = cstruct.Struct("SadbKey", "=H2x", "bits")
135 SadbXSa2 = cstruct.Struct("SadbXSa2", "=B3xII", "mode sequence reqid")
137 SadbXNatTType = cstruct.Struct("SadbXNatTType", "=B3x", "type")
139 SadbXNatTPort = cstruct.Struct("SadbXNatTPort", "!H2x", "port"
    [all...]
xfrm.py 27 import cstruct
133 XfrmSelector = cstruct.Struct(
138 XfrmLifetimeCfg = cstruct.Struct(
143 XfrmLifetimeCur = cstruct.Struct(
146 XfrmAlgo = cstruct.Struct("XfrmAlgo", "=64AI", "name key_len")
148 XfrmAlgoAuth = cstruct.Struct("XfrmAlgoAuth", "=64AII",
151 XfrmAlgoAead = cstruct.Struct("XfrmAlgoAead", "=64AII", "name key_len icv_len")
153 XfrmStats = cstruct.Struct(
156 XfrmId = cstruct.Struct("XfrmId", "!16sIBxxx", "daddr spi proto")
158 XfrmUserTmpl = cstruct.Struct
    [all...]
sock_diag.py 27 import cstruct
77 InetDiagSockId = cstruct.Struct(
79 InetDiagReqV2 = cstruct.Struct(
82 InetDiagMsg = cstruct.Struct(
86 InetDiagMeminfo = cstruct.Struct(
88 InetDiagBcOp = cstruct.Struct("InetDiagBcOp", "BBH", "code yes no")
89 InetDiagHostcond = cstruct.Struct("InetDiagHostcond", "=BBxxi",
91 InetDiagMarkcond = cstruct.Struct("InetDiagMarkcond", "=II", "mark mask")
93 SkMeminfo = cstruct.Struct(
96 TcpInfo = cstruct.Struct
    [all...]
tcp_nuke_addr_test.py 23 import cstruct
34 Ifreq = cstruct.Struct("Ifreq", "=16s16s", "name data")
35 In6Ifreq = cstruct.Struct("In6Ifreq", "=16sIi", "addr prefixlen ifindex")
netlink.py 26 import cstruct
49 NLMsgHdr = cstruct.Struct("NLMsgHdr", "=LHHLL", "length type flags seq pid")
50 NLMsgErr = cstruct.Struct("NLMsgErr", "=i", "error")
51 NLAttr = cstruct.Struct("NLAttr", "=HH", "nla_len nla_type")
106 nla, data = cstruct.Read(data, NLAttr)
184 hdr, data = cstruct.Read(response, NLMsgHdr)
211 nlmsghdr, data = cstruct.Read(data, NLMsgHdr)
218 nlmsg, data = cstruct.Read(data, msgtype)
250 msgtype: A cstruct.Struct, the data type to parse the dump results as.
bpf.py 21 import cstruct
153 BpfAttrCreate = cstruct.Struct("bpf_attr_create", "=IIIII",
155 BpfAttrOps = cstruct.Struct("bpf_attr_ops", "=QQQQ",
157 BpfAttrProgLoad = cstruct.Struct(
160 BpfAttrProgAttach = cstruct.Struct(
162 BpfInsn = cstruct.Struct("bpf_insn", "=BBhi", "code dst_src_reg off imm")
anycast_test.py 23 import cstruct
31 IPv6Mreq = cstruct.Struct("IPv6Mreq", "=16si", "multiaddr ifindex")
genetlink.py 23 import cstruct
49 Genlmsghdr = cstruct.Struct("genlmsghdr", "BBxx", "cmd version")
iproute.py 30 import cstruct
93 IfinfoMsg = cstruct.Struct(
95 RTMsg = cstruct.Struct(
98 RTACacheinfo = cstruct.Struct(
132 IfAddrMsg = cstruct.Struct(
135 IFACacheinfo = cstruct.Struct(
137 NDACacheinfo = cstruct.Struct(
139 RtnlLinkStats = cstruct.Struct(
141 RtnlLinkStats64 = cstruct.Struct(
155 NdMsg = cstruct.Struct
    [all...]
xfrm_base.py 22 import cstruct
240 esp_hdr, esp_data = cstruct.Read(str(packet.payload), xfrm.EspHdr)
297 esp_hdr, _ = cstruct.Read(str(packet.payload), xfrm.EspHdr)
tcp_metrics.py 22 import cstruct
xfrm_test.py 27 import cstruct
57 esp_hdr, _ = cstruct.Read(str(udp_hdr.payload), xfrm.EspHdr)
    [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 798 milliseconds

1 2