/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
ssp.h | 54 # define __SSP_REDIRECT(name, proto, alias) \ 55 name proto __asm__ (__SSP_ASMNAME (#alias))
|
/external/chromium/chrome/browser/sync/protocol/ |
proto_value_conversions.cc | 5 // Keep this file in sync with the .proto files in this directory. 70 #define SET(field, fn) value->Set(#field, fn(proto.field())) 72 value->Set(#field, MakeRepeatedValue(proto.field(), fn)) 74 value->Set(#field, MakeEnumValue(proto.field(), fn)) 94 DictionaryValue* EncryptedDataToValue(const sync_pb::EncryptedData& proto) { 103 const sync_pb::SessionHeader& proto) { 110 const sync_pb::SessionTab& proto) { 123 const sync_pb::SessionWindow& proto) { 133 const sync_pb::TabNavigation& proto) { 146 const sync_pb::PasswordSpecificsData& proto) { [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/external/clang/test/PCH/ |
types.h | 35 typedef float proto(float, float, ...); typedef
|
/external/clang/test/Sema/ |
warn-unused-variables.c | 7 int proto(int a, int b);
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 28 } proto; member in struct:ipt_ECN_info
|
ipt_ecn.h | 30 } proto; member in struct:ipt_ecn_info
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_ECN.h | 28 } proto; member in struct:ipt_ECN_info
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ip6_tunnel.h | 25 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 28 } proto; member in struct:ipt_ECN_info
|
ipt_ecn.h | 30 } proto; member in struct:ipt_ecn_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures 22 type proto = Prototype of string * string array type 25 type func = Function of proto * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures 22 type proto = Prototype of string * string array type 25 type func = Function of proto * expr
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures 22 type proto = Prototype of string * string array type 25 type func = Function of proto * expr
|
/external/bluetooth/hcidump/parser/ |
bnep.c | 215 uint16_t proto = 0x0000; local 231 proto = get_u16(frm); 232 printf("[proto 0x%04x]\n", proto); 241 proto = get_u16(frm); 242 printf("[proto 0x%04x]\n", proto); 250 proto = get_u16(frm); 251 printf("[proto 0x%04x]\n", proto); [all...] |