HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 76 - 100 of 576) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/PCH/
types.c 58 proto p1;
62 proto *p2 = p1;
  /external/iptables/include/linux/netfilter/
xt_policy.h 23 proto:1, member in struct:xt_policy_spec
56 __u8 proto; member in struct:xt_policy_elem
  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 24 proto:1, member in struct:xt_policy_spec
44 u_int8_t proto; member in struct:xt_policy_elem
  /bionic/libc/tools/
genserv.py 18 def __init__(self,name,port,proto):
21 self.proto = proto
30 if self.proto == "tcp":
  /external/clang/utils/TableGen/
NeonEmitter.cpp 468 static bool UseMacro(const std::string &proto) {
472 if (proto.find('i') != std::string::npos)
477 if (proto.find('p') != std::string::npos ||
478 proto.find('c') != std::string::npos)
487 static bool MacroArgUsedDirectly(const std::string &proto, unsigned i) {
489 return (proto[i] == 'i' || proto[i] == 'p' || proto[i] == 'c');
493 static std::string GenArgs(const std::string &proto, StringRef typestr) {
494 bool define = UseMacro(proto);
    [all...]
  /external/expat/amiga/
launch.c 25 #include <proto/exec.h>
  /external/iproute2/include/linux/
ip6_tunnel.h 23 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
  /external/iproute2/ip/
tunnel.h 27 const char *tnl_strproto(__u8 proto);
  /external/protobuf/
generate_descriptor_proto.sh 31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
  /external/libpcap/
nametoaddr.c 86 #include "os-proto.h"
171 pcap_nametoport(const char *name, int *port, int *proto)
180 * same port number, change the proto to PROTO_UNDEF
189 *proto = IPPROTO_TCP;
192 *proto = PROTO_UNDEF;
205 *proto = IPPROTO_UDP;
212 *proto = PROTO_UNDEF;
225 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto)
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
246 save_proto = *proto;
    [all...]
gencode.c 99 #include "os-proto.h"
1249 off_nl = -1; /* L3 proto location dep. on cookie type */
4957 int proto = q.proto; local
5319 int proto = q.proto; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 48 ' > testzip.proto
51 testzip.proto || fail 'protoc failed.'
70 if jar c testzip.proto > /dev/null; then
  /dalvik/vm/oo/
Object.cpp 212 const DexProto* proto; local
218 proto = &method->prototype;
220 if (strcmp(returnType, dexProtoGetReturnType(proto)) != 0) {
224 if (dexProtoGetParameterCount(proto) != argCount) {
228 dexParameterIteratorInit(&iterator, proto);
426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
437 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
445 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
512 const DexProto* proto)
515 proto);
    [all...]
  /dalvik/libdex/
DexDebugInfo.cpp 132 static void invalidStream(const char* classDescriptor, const DexProto* proto) {
134 char* methodDescriptor = dexProtoCopyMethodDescriptor(proto);
135 LOGE("Invalid debug info stream. class %s; proto %s",
152 DexProto proto = { pDexFile, protoIdx }; local
162 * an initial this parameter. Also, the proto list should
166 assert(pCode->insSize == (dexProtoComputeArgsSize(&proto) + 1));
173 assert(pCode->insSize == dexProtoComputeArgsSize(&proto));
177 dexParameterIteratorInit(&iterator, &proto);
185 invalidStream(classDescriptor, &proto);
231 invalidStream(classDescriptor, &proto);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 25 (* proto - This type represents the "prototype" for a function, which captures
28 type proto = Prototype of string * string array type
31 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 28 (* proto - This type represents the "prototype" for a function, which captures
31 type proto = type
36 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 31 (* proto - This type represents the "prototype" for a function, which captures
34 type proto = type
39 type func = Function of proto * expr
  /external/tcpdump/
print-chdlc.c 68 u_int proto; local
70 proto = EXTRACT_16BITS(&p[2]);
74 tok2str(ethertype_values, "Unknown", proto),
75 proto,
82 switch (proto) {
114 printf("unknown CHDLC protocol (0x%04x)", proto);
print-vjc.c 80 * We therefore leave "proto" - which is the PPP protocol type - in place,
85 vjc_print(register const char *bp, u_short proto _U_)
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 104 # key_mgmt, pairwise, group, proto variables
248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
258 # proto: list of accepted protocols
530 proto=WPA
541 proto=WPA
553 proto=RSN
629 proto=WPA RSN
760 proto=WPA
791 proto=RSN
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 106 # key_mgmt, pairwise, group, proto variables
279 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
300 # proto: list of accepted protocols
582 proto=WPA
593 proto=WPA
605 proto=RSN
681 proto=WPA RSN
    [all...]
  /development/ndk/platforms/android-3/include/linux/
if_tun.h 41 unsigned short proto; member in struct:tun_pi
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 19 def AddToModel(self, proto):
20 self.model._entries[proto.id_string] = proto
45 proto = sync_pb2.SyncEntity()
46 proto.id_string = 'abcd'
47 proto.version = 0
48 self.assertFalse(self.model._ItemExists(proto.id_string))
49 self.model._SaveEntry(proto)
50 self.assertEqual(1, proto.version)
51 self.assertTrue(self.model._ItemExists(proto.id_string)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 30 #include <proto/exec.h>

Completed in 1308 milliseconds

1 2 34 5 6 7 8 91011>>