Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 43) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/
Dbpf_common.h21 #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
Dfilter.h27 __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
Dv4l2-subdev.h44 __u32 code; member
51 __u32 code; member
67 __u32 code; member
Digmp.h25 __u8 code; member
52 __u8 code; member
Dvirtio_input.h58 __le16 code; member
Dicmp.h61 __u8 code; member
Dif_pppox.h107 __u8 code; member
Duinput.h46 __u16 code; member
Dv4l2-mediabus.h27 __u32 code; member
Dinet_diag.h65 unsigned char code; member
Duhid.h123 __u16 code; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c133 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()
Dcname.h77 char code; member
/bionic/tools/bionicbb/
Dgerrit.py21 def __init__(self, code, url): argument
22 self.code = code
24 super(GerritError, self).__init__('Error {}: {}'.format(code, url))
Dtasks.py67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)
68 return ex.code == 404
/bionic/libc/bionic/
Dstrerror_r.cpp20 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()
Dlegacy_32_bit_support.cpp41 #error This code is only needed on 32-bit systems!
/bionic/tools/
Dupdate_notice.sh6 git diff --exit-code HEAD libc/NOTICE
/bionic/libc/malloc_debug/
DAndroid.bp55 // Only need this for arm since libc++ uses its own unwind code that
56 // doesn't mix with the other default unwind code.
/bionic/
Dandroid-changes-for-ndk-developers.md3 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/
DNOTICE7 * 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/
Dip_tables.h95 __u8 code[2]; member
/bionic/libc/kernel/
DREADME.TXT16 They can be included from C++, or when compiling code in strict ANSI mode.
58 Download the Linux kernel source code:
/bionic/libdl/
DAndroid.bp13 // 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/
Dip6_tables.h115 __u8 code[2]; member

12