/external/bluetooth/bluez/plugins/ |
pnat.c | 366 sdp_list_t *proto[2]; local 390 proto[0] = sdp_list_append(NULL, &l2cap); 391 apseq = sdp_list_append(NULL, proto[0]); 394 proto[1] = sdp_list_append(NULL, &rfcomm); 396 proto[1] = sdp_list_append(proto[1], channel); 397 apseq = sdp_list_append(apseq, proto[1]); 407 sdp_list_free(proto[0], NULL); 408 sdp_list_free(proto[1], NULL);
|
/external/bluetooth/bluez/compat/ |
sdp.c | 385 sdp_list_t *proto[2]; local 416 proto[0] = sdp_list_append(NULL, &l2cap); 418 proto[0] = sdp_list_append(proto[0], p); 419 apseq = sdp_list_append(NULL, proto[0]); 422 proto[1] = sdp_list_append(NULL, &bnep); 424 proto[1] = sdp_list_append(proto[1], v); 443 proto[1] = sdp_list_append(proto[1], pseq) 574 sdp_list_t *proto[2]; local [all...] |
/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/iptables/extensions/ |
libipt_DNAT.c | 157 if (entry->ip.proto == IPPROTO_TCP 158 || entry->ip.proto == IPPROTO_UDP 159 || entry->ip.proto == IPPROTO_SCTP 160 || entry->ip.proto == IPPROTO_DCCP 161 || entry->ip.proto == IPPROTO_ICMP)
|
libipt_SNAT.c | 157 if (entry->ip.proto == IPPROTO_TCP 158 || entry->ip.proto == IPPROTO_UDP 159 || entry->ip.proto == IPPROTO_SCTP 160 || entry->ip.proto == IPPROTO_DCCP 161 || entry->ip.proto == IPPROTO_ICMP)
|
/external/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 185 // Get the DebugString from the proto. 209 // Get the DebugString from the proto. 665 scoped_ptr<unittest::TestAllTypes> proto(new unittest::TestAllTypes); 666 ExpectFailure(input, message, line, col, proto.get()); 670 int col, Message* proto) { 671 ExpectMessage(input, message, line, col, proto, false); 675 int col, Message* proto, bool expected_result) { 679 EXPECT_EQ(parser.ParseFromString(input, proto), expected_result); 836 // We require that group names be exactly as they appear in the .proto. 994 unittest::TestAllTypes proto; local 1011 unittest::TestAllTypes proto; local 1045 protobuf_unittest::TestMessageSetContainer proto; local 1058 protobuf_unittest::TestMessageSetContainer proto; local [all...] |
/external/tcpdump/ |
print-juniper.c | 130 u_int16_t proto; member in struct:juniper_l2info_t 169 u_int8_t proto; member in struct:juniper_ggsn_header 184 printf("proto %s (%u), vlan %u: ", 185 tok2str(juniper_protocol_values,"Unknown",gh->proto), 186 gh->proto, 189 switch (gh->proto) { 200 printf("unknown GGSN proto (%u)", gh->proto); 303 /* no proto field - lets guess by first byte of IP header*/ 337 /* no proto field - lets guess by first byte of IP header* [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 99 int xfrm_xfrmproto_is_ipsec(__u8 proto) 101 return (proto == IPPROTO_ESP || 102 proto == IPPROTO_AH || 103 proto == IPPROTO_COMP); 106 int xfrm_xfrmproto_is_ro(__u8 proto) 108 return (proto == IPPROTO_ROUTING || 109 proto == IPPROTO_DSTOPTS); 140 const char *strxf_xfrmproto(__u8 proto) 150 if (t->t_type == proto) 154 sprintf(str, "%u", proto); [all...] |
/external/protobuf/editors/ |
proto.vim | 35 " 1. cp proto.vim ~/.vim/syntax/ 39 " au! BufRead,BufNewFile *.proto setfiletype proto 42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the 72 " TODO: .proto also supports C-style block comments; 106 let b:current_syntax = "proto"
|
/external/valgrind/main/coregrind/m_demangle/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/external/webkit/Source/JavaScriptCore/API/ |
JSCallbackObject.h | 131 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) 133 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), Base::AnonymousSlotCount, &s_info); 165 virtual bool hasInstance(ExecState* exec, JSValue value, JSValue proto);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
ansidecl.h | 111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 192 #define PROTO(type, name, arglist) type name arglist 193 #define EXFUN(name, proto) name proto 231 #define PROTO(type, name, arglist) type name () 232 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ansidecl.h | 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, 197 #define PROTO(type, name, arglist) type name arglist 198 #define EXFUN(name, proto) name proto 236 #define PROTO(type, name, arglist) type name () 237 #define EXFUN(name, proto) name()
|
/dalvik/vm/oo/ |
Object.h | 596 const DexProto* proto); 598 const DexProto* proto); 609 const char* methodName, const DexProto* proto); 611 const char* methodName, const DexProto* proto); 613 const DexProto* proto); 621 const char* methodName, const DexProto* proto);
|
/external/bluetooth/hcidump/parser/ |
parser.c | 66 uint32_t proto; member in struct:__anon2602 69 void set_proto(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto) 95 proto_table[pos].proto = proto; 107 return proto_table[i].proto; 115 return (pos < 0) ? 0 : proto_table[pos].proto;
|
/external/iproute2/include/linux/ |
xfrm.h | 25 __u8 proto; member in struct:xfrm_id 56 __u8 proto; member in struct:xfrm_selector 358 __u8 proto; member in struct:xfrm_usersa_id 419 __u8 proto; member in struct:xfrm_usersa_flush 423 __u8 proto; member in struct:xfrm_user_report 441 __u8 proto; member in struct:xfrm_user_migrate
|
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 168 int proto; member in struct:proto_tag 482 int proto; local 487 proto = get_proto(*av); 488 if (proto == -1) 499 head->ac_proto = proto; 511 int proto; local 516 proto = get_proto(*av); 517 if (proto == -1) 528 head->ac_proto = proto; 540 int proto; local 595 int proto; local 650 int proto; local [all...] |
/external/ppp/pppd/ |
demand.c | 302 demand_rexmit(proto) 303 int proto; 312 if (PPP_PROTOCOL(pkt->data) == proto) { 337 int proto, i; local 342 proto = PPP_PROTOCOL(p); 352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
|
/external/webrtc/src/modules/audio_processing/ |
Android.mk | 20 $(call all-proto-files-under, .) \ 70 $(call all-proto-files-under, .) \ 109 $(call all-proto-files-under, test) \
|
/external/protobuf/examples/ |
Makefile | 20 protoc_middleman: addressbook.proto 21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
|