/bionic/libc/kernel/uapi/linux/ |
D | bpf_common.h | 21 #define BPF_CLASS(code) ((code) & 0x07) argument 32 #define BPF_SIZE(code) ((code) & 0x18) argument 37 #define BPF_MODE(code) ((code) & 0xe0) argument 46 #define BPF_OP(code) ((code) & 0xf0) argument 67 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 29 __u16 code; member 40 #define BPF_RVAL(code) ((code) & 0x18) argument 42 #define BPF_MISCOP(code) ((code) & 0xf8) argument 47 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 51 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
D | v4l2-subdev.h | 50 __u32 code; member 59 __u32 code; member 79 __u32 code; member
|
D | igmp.h | 26 __u8 code; member 60 __u8 code; member
|
D | virtio_input.h | 67 __le16 code; member
|
D | icmp.h | 71 __u8 code; member
|
D | if_pppox.h | 125 __u8 code; member
|
D | inet_diag.h | 66 unsigned char code; member
|
D | v4l2-mediabus.h | 29 __u32 code; member
|
D | bpf.h | 62 __u8 code; member
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regerror.c | 133 int code; member 180 for (r = rerrs; r->code != 0; r++) in regerror() 181 if (r->code == target) in regerror() 185 if (r->code != 0) { in regerror() 215 for (r = rerrs; r->code != 0; r++) in regatoi() 218 if (r->code == 0) in regatoi() 221 (void)snprintf(localbuf, buflen, "%d", r->code); in regatoi()
|
D | cname.h | 77 char code; member
|
/bionic/tools/bionicbb/ |
D | gerrit.py | 21 def __init__(self, code, url): argument 22 self.code = code 24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))
|
D | tasks.py | 67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url) 68 return ex.code == 404
|
/bionic/libc/bionic/ |
D | strerror_r.cpp | 19 int code; member 23 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument 25 if (strings[i].code == code) { in __code_string_lookup()
|
/bionic/libm/ |
D | NOTICE | 122 1. Redistributions of source code must retain the above copyright 164 1. Redistributions of source code must retain the above copyright 206 1. Redistributions of source code must retain the above copyright 239 1. Redistributions of source code must retain the above copyright 269 This code is derived from software contributed to Berkeley by 275 1. Redistributions of source code must retain the above copyright 304 1. Redistributions of source code must retain the above copyright 337 1. Redistributions of source code must retain the above copyright 363 1. Redistributions of source code must retain the above copyright 391 1. Redistributions of source code must retain the above copyright [all …]
|
/bionic/libc/ |
D | NOTICE | 6 * Redistributions of source code must retain the above copyright 37 * Redistributions of source code must retain the above copyright 66 1. Redistributions of source code must retain the above copyright 92 * Redistributions of source code must retain the above copyright 134 1. Redistributions of source code must retain the above copyright 163 1. Redistributions of source code must retain the above copyright 242 * Redistributions of source code must retain the above copyright 286 * Redistributions of source code must retain the above copyright 315 * Redistributions of source code must retain the above copyright 343 * Redistributions of source code must retain the above copyright [all …]
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 112 __u8 code[2]; member
|
/bionic/libstdc++/include/ |
D | utility | 8 * * Redistributions of source code must retain the above copyright
|
D | cwctype_is_not_supported | 9 * * Redistributions of source code must retain the above copyright
|
D | climits | 9 * * Redistributions of source code must retain the above copyright
|
D | cstdint | 9 * * Redistributions of source code must retain the above copyright
|
D | cwchar | 9 * * Redistributions of source code must retain the above copyright
|
D | cfloat | 9 * * Redistributions of source code must retain the above copyright
|
/bionic/tools/relocation_packer/ |
D | LICENSE | 7 // * Redistributions of source code must retain the above copyright
|