/bionic/tools/versioner/tests/missing_arch/ |
D | expected_fail | 1 foo: no availability 3 no availability
|
/bionic/tools/versioner/tests/multiple_definition/ |
D | expected_fail | 4 no availability 6 no availability
|
/bionic/libc/malloc_hooks/ |
D | README.md | 59 There is no hook for malloc\_usable\_size as of now. 61 These hooks can be set at any time, but there is no thread safety, so 117 an order of magnitude larger, so there should be no need to truncate the name
|
/bionic/libc/kernel/uapi/linux/ |
D | batadv_packet.h | 199 __u8 no : 4; member 205 __u8 no : 4; member
|
D | inet_diag.h | 70 unsigned short no; member
|
/bionic/docs/ |
D | EINTR.md | 13 system call, for which there is no equivalent "partial" success, such as 22 Technically, yes. In practice on Android, no. Technically if a signal's 30 host of signal handlers before your code even starts to run. (And, no, you
|
D | 32-bit-abi.md | 6 that use `off_t` to working on files no larger than 2GiB. 39 and `mmap` (but no other functions that are unavailable at your target 69 there is no support for real-time signals in 32-bit code. Android P (API
|
D | clang_fortify_anatomy.md | 30 - Missing arguments to functions (e.g., `open()` with `O_CREAT`, but no mode 199 no other surrounding checks at runtime. However, the additional complexity may 250 mempcpy(buf, input_buf, 4); // Valid, no diagnostic issued. 274 no optimizations are required to detect a broken code pattern. To be specific, 285 mempcpy(buf, input_buf, 4); // Valid, no diagnostic issued. 295 in instances where there is no chance of catching a bug at run-time. Otherwise, 359 optimizations, so no condition is ever emitted to machine code in practice. 452 assume that the programmer didn't make any egregious typos. Moreover, there's no 458 More directly, no effort is made below to recognize calls that, due to 523 if (needs_mode(flags)) __fortify_fatal("open: called with O_CREAT/O_TMPFILE but no mode"); [all …]
|
D | NOTICE | 69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 154 8. Limitation of Liability. In no event and under no legal theory,
|
D | native_allocator.md | 69 and no other allocation calls are made. The `M_PURGE` option is used to 190 no outliers, but these numbers should not be used to make a final decision. 207 This benchmark is designed to verify that there is no performance issue 349 a good idea to look over the data to verify that no strange spikes are 371 There is no specific benchmark for memory fragmentation, instead, the RSS 402 happen if all of the allocations are spaced out in time so no thread
|
D | elf-tls.md | 338 add or remove no-op instructions. 350 arm32 | no | no | no 351 arm64 (unusual) | yes | yes | no 389 x86-64. [arm64 support came later][D5073]. However, the Linux TLS functionality no longer does 390 anything: the `GetThreadPointer` function is no longer implemented. Code for reading the thread 482 XXX: A dynamic executable using ELF TLS would have a PT_TLS segment and no other distinguishing 712 because no linker supported them: [BFD], [Gold], [LLD]). 744 Pros: Minimal linker change, no change to TLS relocations. 792 sequences be no larger than LD code sequences, which may not be the case on some architectures.
|
D | libc_assembler.md | 18 there is no major difference in performance on each.
|
/bionic/build/ |
D | NOTICE | 69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 154 8. Limitation of Liability. In no event and under no legal theory,
|
/bionic/apex/ |
D | NOTICE | 69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 154 8. Limitation of Liability. In no event and under no legal theory,
|
/bionic/libc/malloc_debug/ |
D | README.md | 35 call changes the backtrace for the pointer no matter whether the pointer 313 If the value is set to zero, then no backtrace will be captured when the 362 the allocation/free. If a new thread is created, no special line is added 473 **NOTE**: If leak\_track is enabled, no abort occurs if leaks have been 487 of messages that are no longer displayed: 601 NUM\_ALLOCATIONS value should be treated as always 1 no matter what is 613 The new version no longer 0 pads the backtrace addresses. In v1.0/v1.1: 629 no valid map name, this will be empty. 631 FUNCTION\_NAME the name of the function for this pc. If there is no valid 717 no longer work. Use the commands below so that the wrap.\<APP\> instructions will work: [all …]
|
D | README_api.md | 16 value is zero, then there are no allocation being tracked.
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 40 // "link:shared" variant (as opposed to "link:static"), whereas the cc_benchmark has no
|
/bionic/tests/ |
D | dlfcn_test.cpp | 1518 #error no RTLD_LOCAL in TEST() 1520 #error no RTLD_LAZY in TEST() 1522 #error no RTLD_NOW in TEST() 1524 #error no RTLD_NOLOAD in TEST() 1526 #error no RTLD_GLOBAL in TEST() 1528 #error no RTLD_NODELETE in TEST()
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 102 // argument has no effect when a static executable is produced.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 159 applications are no longer able to load non-NDK platform libraries. The 256 If you have no scanelf tool available, it is possible to do a basic 282 no text relocations are necessary. The 292 no control over where your library will be installed by the system. A 415 no separate `dlclose` option: `dlopen` covers both loading and unloading 475 There are no plans to remove support for ELF files using the older
|
D | README.md | 145 this system call?". The answer is usually "no". 166 (If there's no header file given, see the points above about whether we 388 each test from being forked, run the tests with the flag `--no-isolate`.
|
/bionic/libc/kernel/ |
D | README.md | 100 and import them if there is no checked out kernel source tree:
|
/bionic/benchmarks/ |
D | README.md | 37 If no XML file is specified through the command-line option, the default is to use `suites/full.xml…
|
/bionic/libc/ |
D | SYSCALLS.TXT | 188 # (fallocate only gets two lines because there is no 32-bit variant.) 193 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|
/bionic/tests/libs/ |
D | Android.bp | 1384 // Library dt_needs libtest_thread_local_dtor/2 (to check no-unload on load_group) 1565 "-Wl,--no-use-android-relr-tags",
|