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

1 2 3 4 5 6 7 8 91011>>

  /external/nanopb-c/generator/proto/
Makefile 3 %_pb2.py: %.proto
  /bionic/libc/dns/net/
getservbyname.c 33 struct servent* getservbyname(const char* name, const char* proto) {
38 if (strcmp(s->s_name, name) == 0 && (proto == NULL || strcmp(s->s_proto, proto) == 0)) {
getservbyport.c 33 getservbyport(int port, const char *proto)
37 if (rs == NULL || proto == NULL) {
47 if ( s->s_port == port && !strcmp( s->s_proto, proto ) )
  /external/protobuf/java/src/test/java/com/google/protobuf/
LazyStringEndToEndTest.java 97 UnittestProto.TestAllTypes proto = UnittestProto.TestAllTypes.newBuilder() local
104 assertSame(a, proto.getOptionalString());
105 assertSame(b, proto.getRepeatedString(0));
106 assertSame(c, proto.getRepeatedString(1));
112 proto.toByteString();
113 String aPrime = proto.getOptionalString();
116 String bPrime = proto.getRepeatedString(0);
119 String cPrime = proto.getRepeatedString(1);
124 assertSame(aPrime, proto.getOptionalString());
125 assertSame(bPrime, proto.getRepeatedString(0))
130 UnittestProto.TestAllTypes proto = local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 116 proto = unittest_pb2.TestAllTypes(
121 self.assertEqual(24, proto.optional_int32)
122 self.assertEqual(54.321, proto.optional_double)
123 self.assertEqual('optional_string', proto.optional_string)
127 proto = unittest_pb2.TestAllTypes(
133 self.assertEquals([1, 2, 3, 4], list(proto.repeated_int32))
134 self.assertEquals([1.23, 54.321], list(proto.repeated_double))
135 self.assertEquals([True, False, False], list(proto.repeated_bool))
136 self.assertEquals(["optional_string"], list(proto.repeated_string))
140 proto = unittest_pb2.TestAllTypes
    [all...]
  /hardware/ril/librilutils/
Android.mk 9 proto/sap-api.proto \
29 proto/sap-api.proto \
47 LOCAL_SRC_FILES := proto/sap-api.proto
  /external/clang/test/Sema/
knr-def-call.c 32 void proto(int);
33 void proto(x) function
39 proto(42.1); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 42.1 to 42}}
40 (&proto)(42.1); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 42.1 to 42}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 191 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
193 # define __REDIRECT_NTH(name, proto, alias) \
194 name proto __THROW __asm__ (__ASMNAME (#alias))
195 # define __REDIRECT_NTHNL(name, proto, alias) \
196 name proto __THROWNL __asm__ (__ASMNAME (#alias))
198 # define __REDIRECT_NTH(name, proto, alias) \
199 name proto __asm__ (__ASMNAME (#alias)) __THROW
200 # define __REDIRECT_NTHNL(name, proto, alias) \
201 name proto __asm__ (__ASMNAME (#alias)) __THROWN
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 191 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
193 # define __REDIRECT_NTH(name, proto, alias) \
194 name proto __THROW __asm__ (__ASMNAME (#alias))
195 # define __REDIRECT_NTHNL(name, proto, alias) \
196 name proto __THROWNL __asm__ (__ASMNAME (#alias))
198 # define __REDIRECT_NTH(name, proto, alias) \
199 name proto __asm__ (__ASMNAME (#alias)) __THROW
200 # define __REDIRECT_NTHNL(name, proto, alias) \
201 name proto __asm__ (__ASMNAME (#alias)) __THROWN
    [all...]
  /development/host/windows/usb/api/
adb_api_private_defines.h 38 AdbInstanceEnumEntry(const AdbInstanceEnumEntry& proto) {
39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
54 AdbInstanceEnumEntry& operator=(const AdbInstanceEnumEntry& proto) {
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa-psk-tkip.conf 8 proto=WPA
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
179 # define __REDIRECT_NTH(name, proto, alias) \
180 name proto __THROW __asm__ (__ASMNAME (#alias))
182 # define __REDIRECT_NTH(name, proto, alias) \
183 name proto __asm__ (__ASMNAME (#alias)) __THROW
191 # define __REDIRECT(name, proto, alias) name proto; \
358 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 54 * a relevant {@code .proto} file. You can obtain it by calling
57 * imported {@code .proto} files.
60 * {@code google/protobuf/descriptor.proto}.
68 * Describes a {@code .proto} file, including everything defined within.
70 * file descriptors for all other imported {@code .proto} files
75 public FileDescriptorProto toProto() { return proto; }
78 public String getName() { return proto.getName(); }
84 public String getFullName() { return proto.getName(); }
87 * Get the proto package name. This is the package name given by the
88 * {@code package} statement in the {@code .proto} file, which differ
307 FileDescriptorProto proto; local
382 FileDescriptorProto proto; local
408 private FileDescriptorProto proto; field in class:Descriptors.FileDescriptor
691 private DescriptorProto proto; field in class:Descriptors.Descriptor
1006 private FieldDescriptorProto proto; field in class:Descriptors.FieldDescriptor
1425 private EnumDescriptorProto proto; field in class:Descriptors.EnumDescriptor
1514 private EnumValueDescriptorProto proto; field in class:Descriptors.EnumValueDescriptor
1590 private ServiceDescriptorProto proto; field in class:Descriptors.ServiceDescriptor
1671 private MethodDescriptorProto proto; field in class:Descriptors.MethodDescriptor
1773 private final Message proto; field in class:Descriptors.DescriptorValidationException
2230 private OneofDescriptorProto proto; field in class:Descriptors.OneofDescriptor
    [all...]
  /dalvik/libdex/
DexProto.h 121 * Return the utf-8 encoded descriptor string from the proto of a MethodId.
126 DexProto proto; local
128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
129 return dexProtoGetMethodDescriptor(&proto, pCache);
134 * proto of a MethodId. The returned pointer must be free()ed by the
140 DexProto proto; local
142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
143 return dexProtoCopyMethodDescriptor(&proto);
188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
195 int dexProtoCompareToParameterDescriptors(const DexProto* proto,
203 const DexProto* proto; member in struct:DexParameterIterator
    [all...]
  /external/iptables/extensions/
libxt_multiport.c 66 proto_to_name(uint8_t proto)
68 switch (proto) {
85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto)
97 ports[i] = xtables_parse_port(cp, proto);
107 const char *proto)
129 multiinfo->ports[i] = xtables_parse_port(cp, proto);
132 multiinfo->ports[++i] = xtables_parse_port(range, proto);
147 const char *proto; local
153 if ((proto = proto_to_name(pnum)) != NULL)
154 return proto;
167 const char *proto; local
213 const char *proto; local
    [all...]
  /external/selinux/libsepol/src/
port_record.c 13 int proto; member in struct:sepol_port
24 int proto; member in struct:sepol_port_key
29 int low, int high, int proto,
43 tmp_key->proto = proto;
52 int *low, int *high, int *proto)
57 *proto = key->proto;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
71 sepol_port_get_proto_str(port->proto),
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_arcnet.h 45 __u8 proto; member in struct:arc_rfc1201
54 __u8 proto; member in struct:arc_rfc1051
60 __u8 proto; member in struct:arc_eth_encap
67 __u8 proto; member in struct:arc_cap
  /development/ndk/platforms/android-21/include/linux/
if_arcnet.h 45 __u8 proto; member in struct:arc_rfc1201
54 __u8 proto; member in struct:arc_rfc1051
60 __u8 proto; member in struct:arc_eth_encap
67 __u8 proto; member in struct:arc_cap
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 40 uint8_t proto; member in struct:arc_rfc1201
49 uint8_t proto; member in struct:arc_rfc1051
56 uint8_t proto; member in struct:arc_eth_encap
64 uint8_t proto; member in struct:arc_cap
  /external/google-tv-pairing-protocol/
Android.mk 9 $(call all-proto-files-under, proto)
  /external/iproute2/ip/
routel 21 proto=""
40 echo "$network $via $src $proto $scope $dev $table"
44 printf(format,"target","","gateway","source","proto","scope","dev","tbl");
54 proto=$4;
58 printf(format,network,mask,via,src,proto,scope,dev,table);
  /external/kernel-headers/original/uapi/linux/
if_arcnet.h 60 __u8 proto; /* protocol ID field - varies */ member in struct:arc_rfc1201
72 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member in struct:arc_rfc1051
83 __u8 proto; /* Always ARC_P_ETHER */ member in struct:arc_eth_encap
91 __u8 proto; member in struct:arc_cap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_arcnet.h 61 __u8 proto; /* protocol ID field - varies */ member in struct:arc_rfc1201
74 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member in struct:arc_rfc1051
86 __u8 proto; /* Always ARC_P_ETHER */ member in struct:arc_eth_encap
95 __u8 proto; member in struct:arc_cap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_arcnet.h 60 __u8 proto; /* protocol ID field - varies */ member in struct:arc_rfc1201
72 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member in struct:arc_rfc1051
83 __u8 proto; /* Always ARC_P_ETHER */ member in struct:arc_eth_encap
91 __u8 proto; member in struct:arc_cap
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 40 uint8_t proto; member in struct:arc_rfc1201
49 uint8_t proto; member in struct:arc_rfc1051
56 uint8_t proto; member in struct:arc_eth_encap
64 uint8_t proto; member in struct:arc_cap

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>