/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/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/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()
|
/toolchain/binutils/binutils-2.25/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()
|
/external/libpcap/ |
tokdefs.h | 58 PROTO = 268, 180 #define PROTO 268
|
grammar.c | 135 #include "os-proto.h" 138 #define QSET(q, p, d, a) (q).proto = (p),\ 373 PROTO = 268, 495 #define PROTO 268 982 "NETMASK", "PORT", "PORTRANGE", "LESS", "GREATER", "PROTO", "PROTOCHAIN", [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/ |
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...] |
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |