/external/ipsec-tools/src/libipsec/ |
key_debug.c | 380 printf("sadb_address{ proto=%u prefixlen=%u reserved=0x%02x%02x }\n", 468 printf(" { len=%u proto=%u mode=%u level=%u reqid=%u\n", 640 printf("secasindex{ mode=%u proto=%u\n", 641 saidx->mode, saidx->proto);
|
/external/kernel-headers/original/linux/ |
rtnetlink.h | 386 __u8 proto; member in struct:rta_session
|
/external/libpcap/ |
grammar.c | 77 PROTO = 268, 181 #define PROTO 268 340 #include "os-proto.h" 343 #define QSET(q, p, d, a) (q).proto = (p),\ 783 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN", [all...] |
grammar.y | 63 #include "os-proto.h" 66 #define QSET(q, p, d, a) (q).proto = (p),\ 170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE 239 /* Decide how to parse HID based on proto */ 299 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
|
/external/openssl/ |
e_os.h | 715 struct servent *getservbyname(const char *name, const char *proto);
|
/external/ppp/pppd/ |
pppd.h | 632 int sifnpmode __P((int u, int proto, enum NPmode mode)); 633 /* Set mode for handling packets for proto */ [all...] |
/hardware/msm7k/librpc/ |
clnt.c | 539 char * proto)
|
/external/iproute2/tc/ |
f_u32.c | 946 __u16 proto; member in struct:__anon9152 963 if (u32_pprinters[i].proto == ntohs(f_proto)) {
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | [all...] |
/dalvik/vm/oo/ |
Class.cpp | 181 static int computeJniArgInfo(const DexProto* proto); [all...] |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | [all...] |
proposal.c | 123 /* set saproto to the end of the proto tree in saprop */ 141 /* set saproto to the top of the proto tree in saprop */ 165 /* set saproto to last part of the proto tree in saprop */ 1102 newpr->proto_id = ipproto2doi(req->saidx.proto);
|
/external/clang/lib/AST/ |
ASTContext.cpp | 6805 const FunctionProtoType *proto = lproto ? lproto : rproto; local [all...] |
/build/core/ |
definitions.mk | 251 ## Find all of the .proto files under the named directories. 253 ## SRC_FILES := $(call all-proto-files-under,src) 256 define all-proto-files-under 259 find -L $(1) -name "*.proto" -and -not -name ".*") \ 884 ## Commands for running protoc to compile .proto into .java 887 define transform-proto-to-java 903 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h 905 define transform-proto-to-cc [all...] |
java.mk | 50 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES))
|
/dalvik/libdex/ |
DexSwapVerify.cpp | 688 DexProto proto = { state->pDexFile, protoIdx }; local 691 dexParameterIteratorInit(&iterator, &proto); 729 dexParameterIteratorInit(&iterator, &proto); [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | 339 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) { 340 if (proto->isVariadic()) 341 required = RequiredArgs(proto->getNumArgs() + numExtraRequiredArgs); [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 202 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) { 203 if (!Proto->isThisDeclarationADefinition()) { 770 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) { 771 if (!Proto->isThisDeclarationADefinition()) { 773 SourceLocation StartLoc = Proto->getLocStart(); 2242 const FunctionProtoType *proto = 0; local 2423 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType); local [all...] |
/external/v8/src/ |
ic.cc | 445 Handle<Object> proto(holder->GetPrototype()); 446 if (proto->IsNull()) { 451 object = proto; [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | [all...] |
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 325 family, socktype, proto, canonname, sockaddr = addrinfo [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 321 family, socktype, proto, canonname, sockaddr = addrinfo [all...] |
/external/expat/tests/ |
runtests.c | 22 #include <proto/expat.h> [all...] |
/external/expat/xmlwf/ |
xmlwf.c | 20 #include <proto/expat.h>
|
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 218 u16 proto, const u8 *data, size_t data_len) 243 eth.h_proto = host_to_be16(proto); 699 MACSTR " proto=%04x", 733 MACSTR " proto=%04x", [all...] |