HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 126 - 150 of 762) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamTagTest.java 17 package android.util.proto.cts;
19 import android.util.proto.ProtoOutputStream;
20 import android.util.proto.cts.nano.Test;
ProtoOutputStreamUInt32Test.java 17 package android.util.proto.cts;
19 import android.util.proto.ProtoOutputStream;
20 import android.util.proto.cts.nano.Test;
76 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
178 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
281 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
ProtoOutputStreamUInt64Test.java 17 package android.util.proto.cts;
19 import android.util.proto.ProtoOutputStream;
20 import android.util.proto.cts.nano.Test;
88 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
216 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
349 * Test that writing a with ProtoOutputStream matches, and can be read by standard proto.
  /dalvik/libdex/
DexDebugInfo.cpp 80 static void invalidStream(const char* classDescriptor, const DexProto* proto) {
82 char* methodDescriptor = dexProtoCopyMethodDescriptor(proto);
83 ALOGE("Invalid debug info stream. class %s; proto %s",
100 DexProto proto = { pDexFile, protoIdx }; local
109 * an initial this parameter. Also, the proto list should
113 assert(pCode->insSize == (dexProtoComputeArgsSize(&proto) + 1));
120 assert(pCode->insSize == dexProtoComputeArgsSize(&proto));
124 dexParameterIteratorInit(&iterator, &proto);
132 invalidStream(classDescriptor, &proto);
178 invalidStream(classDescriptor, &proto);
    [all...]
  /external/golang-protobuf/proto/
message_set.go 32 package proto package
49 var errNoMessageTypeID = errors.New("proto does not have a message type ID")
59 // That is the MessageSet wire format. We can't use a proto to generate these
166 return nil, errors.New("proto: not an extension map")
201 return errors.New("proto: not an extension map")
242 return nil, errors.New("proto: not an extension map")
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 127 Configuration proto; local
128 proto.set_client_role(Options_RoleType_ROLE_TYPE_OUTPUT);
129 proto.mutable_encoding()->set_type(
131 proto.mutable_encoding()->set_symbol_length(64);
135 outer.set_payload(proto.SerializeAsString());
152 ConfigurationAck proto; local
156 outer.set_payload(proto.SerializeAsString());
170 Options proto; local
171 proto.set_preferred_role(Options_RoleType_ROLE_TYPE_INPUT);
172 Options_Encoding* encoding = proto.add_input_encodings()
220 PairingRequest proto; local
241 PairingRequestAck proto; local
266 Secret proto; local
291 SecretAck proto; local
    [all...]
  /external/iproute2/include/uapi/linux/
ip6_tunnel.h 28 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
40 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm2
  /external/iproute2/ip/
iplink_vlan.c 89 __u16 id, proto; local
94 if (ll_proto_a2n(&proto, *argv))
96 addattr_l(n, 1024, IFLA_VLAN_PROTOCOL, &proto, 2);
  /external/iproute2/tc/
m_vlan.c 59 __u16 proto; local
114 if (ll_proto_a2n(&proto, *argv))
166 if (proto != htons(ETH_P_8021Q) &&
167 proto != htons(ETH_P_8021AD)) {
173 addattr_l(n, MAX_MSG, TCA_VLAN_PUSH_VLAN_PROTOCOL, &proto, 2);
  /external/ipsec-tools/src/libipsec/
test-policy.c 156 int proto = 0, optname = 0; local
162 proto = IPPROTO_IP;
166 proto = IPPROTO_IPV6;
179 if (setsockopt(so, proto, optname, policy, len) < 0) {
187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
  /external/kernel-headers/original/uapi/linux/
ip6_tunnel.h 30 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
42 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm2
  /external/libnl/src/lib/
ct.c 52 int proto; local
54 if ((proto = nl_str2ip_proto(arg)) < 0)
55 nl_cli_fatal(proto,
57 arg, nl_geterror(proto));
59 nfnl_ct_set_proto(ct, proto);
  /external/ltp/testcases/kernel/syscalls/accept/
accept01.c 59 int proto; /* protocol number (usually 0 = default) */ member in struct:test_case_t
160 tdat[testno].proto);
  /external/ltp/testcases/kernel/syscalls/bind/
bind01.c 70 int proto; /* protocol number (usually 0 = default) */ member in struct:test_case_t
179 tdat[testno].proto);
  /external/ltp/testcases/kernel/syscalls/getsockname/
getsockname01.c 70 int proto; /* protocol number (usually 0 = default) */ member in struct:test_case_t
172 tdat[testno].proto);
  /external/ltp/testcases/kernel/syscalls/listen/
listen01.c 69 int proto; /* protocol number (usually 0 = default) */ member in struct:test_case_t
145 tdat[testno].proto);
  /external/ltp/testcases/kernel/syscalls/setsockopt/
setsockopt01.c 72 int proto; /* protocol number (usually 0 = default) */ member in struct:test_case_t
205 tdat[testno].proto);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
rpc_clnt_call_complex.c 75 char proto[8] = "udp"; local
88 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
93 printf("Proto : %s\n", proto);
rpc_clnt_call_dataint.c 52 char proto[8] = "udp"; local
72 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
77 printf("Proto : %s\n", proto);
rpc_clnt_call_performance.c 98 char proto[8] = "udp"; local
111 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
rpc_clnt_call_scalability.c 72 char proto[8] = "udp"; local
85 clnt = clnt_create(argc[1], progNum, VERSNUM, proto);
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
Parse.java 140 Node proto = kindMap.get(kind); local
141 if (proto == null) {
146 Node node = (Node)proto.getClass().newInstance();
  /external/perf_data_converter/src/quipper/
perf_reader.h 19 #include "compat/proto.h"
99 const PerfDataProto& proto() const { return *proto_; } function in class:quipper::PerfReader
  /external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
ParcelableMessageNanoCreator.java 59 T proto = null; local
67 proto = (T) instance;
68 MessageNano.mergeFrom(proto, data);
70 Log.e(TAG, "Exception trying to create proto from parcel", e);
72 Log.e(TAG, "Exception trying to create proto from parcel", e);
74 Log.e(TAG, "Exception trying to create proto from parcel", e);
76 Log.e(TAG, "Exception trying to create proto from parcel", e);
78 Log.e(TAG, "Exception trying to create proto from parcel", e);
80 Log.e(TAG, "Exception trying to create proto from parcel", e);
83 return proto;
    [all...]
  /external/selinux/libsemanage/src/
ports_local.c 93 int proto = semanage_port_get_proto(ports[i]); local
96 const char *proto_str = semanage_port_get_proto_str(proto);
112 } while (proto != proto2);

Completed in 561 milliseconds

1 2 3 4 56 7 8 91011>>