/bionic/libc/kernel/uapi/linux/ |
D | bpf_common.h | 21 #define BPF_CLASS(code) ((code) & 0x07) argument 30 #define BPF_SIZE(code) ((code) & 0x18) argument 34 #define BPF_MODE(code) ((code) & 0xe0) argument 41 #define BPF_OP(code) ((code) & 0xf0) argument 58 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) argument 38 #define BPF_MISCOP(code) ((code) & 0xf8) argument 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
D | v4l2-subdev.h | 44 __u32 code; member 51 __u32 code; member 67 __u32 code; member
|
D | igmp.h | 25 __u8 code; member 52 __u8 code; member
|
D | virtio_input.h | 58 __le16 code; member
|
D | icmp.h | 61 __u8 code; member
|
D | if_pppox.h | 107 __u8 code; member
|
D | uinput.h | 46 __u16 code; member
|
D | v4l2-mediabus.h | 27 __u32 code; member
|
D | inet_diag.h | 65 unsigned char code; member
|
D | uhid.h | 123 __u16 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 | 20 int code; member 24 static const char* __code_string_lookup(const Pair* strings, int code) { in __code_string_lookup() argument 26 if (strings[i].code == code) { in __code_string_lookup()
|
D | legacy_32_bit_support.cpp | 41 #error This code is only needed on 32-bit systems!
|
/bionic/tools/ |
D | update_notice.sh | 6 git diff --exit-code HEAD libc/NOTICE
|
/bionic/libc/malloc_debug/ |
D | Android.bp | 55 // Only need this for arm since libc++ uses its own unwind code that 56 // doesn't mix with the other default unwind code.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 3 This document details important changes related to native code 68 above. (Use --hash-style=both if you want to build code that uses this 76 https://code.google.com/p/android/issues/detail?id=6670). API level 23 97 library so that old code gets the old version and new code gets the new 126 are not accessible regardless of the way code tries to load them: 146 your code will not work in a future release -- please fix it now! 171 *Resolution*: rewrite your native code to rely only on public API. As a 174 the relevant code must be copied to the project tree. SSL/Media/JNI 175 internal/binder APIs should not be accessed from the native code. When 176 necessary, native code should call appropriate public Java API methods. [all …]
|
/bionic/libc/ |
D | NOTICE | 7 * Redistributions of source code must retain the above copyright 35 * Redistributions of source code must retain the above copyright 64 1. Redistributions of source code must retain the above copyright 90 * Redistributions of source code must retain the above copyright 237 1. Redistributions of source code must retain the above copyright 266 1. Redistributions of source code must retain the above copyright 345 * Redistributions of source code must retain the above copyright 389 * Redistributions of source code must retain the above copyright 433 * Redistributions of source code must retain the above copyright 462 * Redistributions of source code must retain the above copyright [all …]
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 95 __u8 code[2]; member
|
/bionic/libc/kernel/ |
D | README.TXT | 16 They can be included from C++, or when compiling code in strict ANSI mode. 58 Download the Linux kernel source code:
|
/bionic/libdl/ |
D | Android.bp | 13 // we use this property to make sure libc.so has its own copy of the code from 81 // we use this property to make sure libc.so has its own copy of the code from
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 115 __u8 code[2]; member
|