HomeSort by relevance Sort by last modified time
    Searched refs:PROTO (Results 1 - 24 of 24) sorted by null

  /external/libpcap/
tokdefs.h 50 PROTO = 268,
171 #define PROTO 268
grammar.y 65 #include "os-proto.h"
68 #define QSET(q, p, d, a) (q).proto = (p),\
274 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
345 /* Decide how to parse HID based on proto */
352 bpf_error("'proto' modifier applied to ip host");
413 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
grammar.c 142 #include "os-proto.h"
145 #define QSET(q, p, d, a) (q).proto = (p),\
357 PROTO = 268,
478 #define PROTO 268
1028 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN",
    [all...]
scanner.l 73 #include "os-proto.h"
248 proto return PROTO;
scanner.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
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/aarch64/aarch64-linux-android-4.8/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-eabi-4.8/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.8/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/mips/mips64el-linux-android-4.8/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/aarch64/aarch64-linux-android-4.8/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/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/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.8/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.8/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/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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/mips/mips64el-linux-android-4.8/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/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 17 PROTO = self.functype.im_func(typ, typ)
18 result = PROTO(self.callback)(arg)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
26 result = PROTO(self.callback)(-3, arg)
128 proto = self.functype.im_func(None)
133 self.v = proto(self.func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 17 PROTO = self.functype.im_func(typ, typ)
18 result = PROTO(self.callback)(arg)
25 PROTO = self.functype.im_func(typ, c_byte, typ)
26 result = PROTO(self.callback)(-3, arg)
128 proto = self.functype.im_func(None)
133 self.v = proto(self.func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 149 PROTO = '\x80' # identify pickle protocol
205 self.proto = int(protocol)
222 if self.proto >= 2:
223 self.write(PROTO + chr(self.proto))
306 rv = reduce(self.proto)
361 if self.proto >= 2 and getattr(func, "__name__", "") == "__newobj__":
431 if self.proto >= 2:
462 if self.proto >= 2:
534 proto = self.prot
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 149 PROTO = '\x80' # identify pickle protocol
205 self.proto = int(protocol)
222 if self.proto >= 2:
223 self.write(PROTO + chr(self.proto))
306 rv = reduce(self.proto)
361 if self.proto >= 2 and getattr(func, "__name__", "") == "__newobj__":
431 if self.proto >= 2:
462 if self.proto >= 2:
534 proto = self.prot
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 19 # for proto in protocols:
348 0: \x80 PROTO 2
433 for proto in protocols:
435 s = self.dumps(x, proto)
440 s = self.dumps(x, proto)
445 s = self.dumps(x, proto)
453 for proto in protocols:
454 s = self.dumps(expected, proto)
473 for proto, expected in (0, DATA0_DIS), (1, DATA1_DIS):
474 s = self.dumps(self._testdata, proto)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 19 # for proto in protocols:
348 0: \x80 PROTO 2
433 for proto in protocols:
435 s = self.dumps(x, proto)
440 s = self.dumps(x, proto)
445 s = self.dumps(x, proto)
453 for proto in protocols:
454 s = self.dumps(expected, proto)
473 for proto, expected in (0, DATA0_DIS), (1, DATA1_DIS):
474 s = self.dumps(self._testdata, proto)
    [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 288 diff |= CT_DIFF_VAL(PROTO, ct_proto);
296 diff |= CT_DIFF_VAL(ORIG_SRC_PORT, ct_orig.proto.port.src);
297 diff |= CT_DIFF_VAL(ORIG_DST_PORT, ct_orig.proto.port.dst);
298 diff |= CT_DIFF_VAL(ORIG_ICMP_ID, ct_orig.proto.icmp.id);
299 diff |= CT_DIFF_VAL(ORIG_ICMP_TYPE, ct_orig.proto.icmp.type);
300 diff |= CT_DIFF_VAL(ORIG_ICMP_CODE, ct_orig.proto.icmp.code);
305 diff |= CT_DIFF_VAL(REPL_SRC_PORT, ct_repl.proto.port.src);
306 diff |= CT_DIFF_VAL(REPL_DST_PORT, ct_repl.proto.port.dst);
307 diff |= CT_DIFF_VAL(REPL_ICMP_ID, ct_repl.proto.icmp.id);
308 diff |= CT_DIFF_VAL(REPL_ICMP_TYPE, ct_repl.proto.icmp.type)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 756 milliseconds