/bionic/libc/bionic/ |
D | wait.cpp | 32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru); 42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { in waitid() argument 44 return __waitid(which, id, info, options, nullptr); in waitid()
|
D | getpriority.cpp | 33 int getpriority(int which, id_t who) { in getpriority() argument 34 int result = __getpriority(which, who); in getpriority()
|
/bionic/libc/kernel/uapi/linux/ |
D | v4l2-subdev.h | 30 __u32 which; member 36 __u32 which; member 45 __u32 which; member 56 __u32 which; member 71 __u32 which; member 75 __u32 which; member
|
/bionic/libc/tools/ |
D | pylintrc | 59 # Python expression which should return a note less than 10 (10 is the highest 60 # note). You have access to the variables errors warning, statement which 83 # Regular expression which should only match correct module names 86 # Regular expression which should only match correct module level names 89 # Regular expression which should only match correct class names 92 # Regular expression which should only match correct function names 95 # Regular expression which should only match correct method names 98 # Regular expression which should only match correct instance attribute names 101 # Regular expression which should only match correct argument names 104 # Regular expression which should only match correct variable names [all …]
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_SYSTEM.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from 15 # function, which is not the same as the standard C exit() function which calls it)
|
D | SECCOMP_BLACKLIST_COMMON.TXT | 16 # - syscall_name corresponds to the name of the syscall, which may differ from 18 # function, which is not the same as the standard C exit() function which calls it)
|
D | SECCOMP_WHITELIST_COMMON.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from 15 # function, which is not the same as the standard C exit() function which calls it) 30 int ioprio_get:ioprio_get(int which, int who) arm64,x86_64,mips64 31 int ioprio_set:ioprio_set(int which, int who, int ioprio) arm64,x86_64,mips64 72 # Useful new syscalls which we don't yet use in bionic.
|
D | SECCOMP_WHITELIST_APP.TXT | 13 # - syscall_name corresponds to the name of the syscall, which may differ from 15 # function, which is not the same as the standard C exit() function which calls it)
|
D | SECCOMP_BLACKLIST_APP.TXT | 16 # - syscall_name corresponds to the name of the syscall, which may differ from 18 # function, which is not the same as the standard C exit() function which calls it)
|
D | SYSCALLS.TXT | 12 # - syscall_name corresponds to the name of the syscall, which may differ from 14 # function, which is not the same as the standard C exit() function which calls it)
|
D | Android.bp | 530 // These two depend on getentropy, which isn't in libc_ndk.a. 733 // functions which are invoked by the linker. If this file is included 738 // These require getauxval, which isn't available on older platforms. 1170 // which will be overridden by the actual one in libc.so. 1571 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!
|
/bionic/docs/ |
D | fdsan.md | 8 …which tend to manifest as *use-after-close* and *double-close*. These errors are direct analogues … 43 …e_ptr`, almost all file descriptors can be associated with a unique owner which is responsible for… 132 which results in the following output: 186 … culprit closed `bystander`'s file descriptor between its open and close, which resulted in `bysta… 227 …robably not going to be as detectable or reproducible as our toy example, which is a good reason t…
|
D | elf-tls.md | 175 // Unlike DTPOFF, which is relative to the start of the module’s block, 214 use it, which can break `dlopen` if the surplus area is exhausted. See: 234 reference has a corresponding descriptor, which contains a resolver function address and an argument 531 The loader's entry points need to call `__tls_get_addr`, which needs to allocate memory. Currently, 566 > necessary. For instance, a loaded module might only be used by one thread of the many which make 569 > loaded objects already requires recognizing storage which is not yet allocated. This is the only 602 ** linker and the OpenGL sub-system (which needs to access the 619 searching for its TP-relative offset, which it assumes is nonnegative: 792 sequences be no larger than LD code sequences, which may not be the case on some architectures.
|
D | 32-bit-abi.md | 23 Android support for `_FILE_OFFSET_BITS=64` (which turns `off_t` into `off64_t`
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 818 latlon2ul(const char **latlonstrptr, int *which) { in latlon2ul() argument 887 *which = 1; /* latitude */ in latlon2ul() 891 *which = 2; /* longitude */ in latlon2ul() 894 *which = 0; /* error */ in latlon2ul()
|
/bionic/tests/ |
D | Android.bp | 59 // just want to run '-Xclang -verify', which will fail if the diagnostics don't 283 // If building this fails, then we have both FORTIFY and ASAN enabled, which 410 // which is needed by bionic cts test.
|
/bionic/linker/ |
D | ld.config.format.md | 22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces
|
D | Android.bp | 207 // to the list of static libraries which needs to be
|
/bionic/benchmarks/ |
D | README.md | 84 Bionic benchmarks also has its own set of unit tests, which can be run from the binary in
|
/bionic/tools/bionicbb/ |
D | README.md | 87 updates CLs accordingly. The only other API endpoint is `/drop-rejection`, which
|
/bionic/libc/kernel/ |
D | README.TXT | 71 to determine which directory to use as the destination directory.
|
/bionic/libc/malloc_debug/ |
D | README.md | 117 file when the process receives the signal SIGRTMAX - 17 ( which is 47 on most 130 SIGRTMAX - 19 (which is 45 on most Android devices). When this 273 to a file when the signal SIGRTMAX - 18 (which is 46 on most Android devices) 289 with the THREAD\_ID returned by gettid(), which is the thread that is making 556 MAP\_NAME is the name of the map in which the backtrace pc exists. If there is 570 map named /system/libc.so which starts at 0xa000. The relative pc is 0x2a0, 573 /system/libutils.so which starts at 0xb000. The relative pc is 0x510 and
|
/bionic/tests/libs/ |
D | Android.bp | 158 // Library with soname which does not match filename 608 // Library with DF_1_GLOBAL which will be dlopened
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 46 [ReLinker](https://github.com/KeepSafe/ReLinker) which claims to solve 324 being loaded at runtime, which leads to crashes when required symbols 407 code for which has been unloaded (as in [issue 360], fixed in P).
|
D | README.md | 168 kernel uapi header files, in which case you just need to make sure that
|