Home
last modified time | relevance | path

Searched refs:no (Results 1 – 24 of 24) sorted by relevance

/bionic/tools/versioner/tests/missing_arch/
Dexpected_fail1 foo: no availability
3 no availability
/bionic/tools/versioner/tests/multiple_definition/
Dexpected_fail4 no availability
6 no availability
/bionic/libc/malloc_hooks/
DREADME.md59 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/
Dbatadv_packet.h199 __u8 no : 4; member
205 __u8 no : 4; member
Dinet_diag.h69 unsigned short no; member
/bionic/docs/
D32-bit-abi.md6 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
Dnative_allocator.md69 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
Delf-tls.md338 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.
Dlibc_assembler.md18 there is no major difference in performance on each.
Dfdsan.md343 // if available, and fall back to no-ops or regular close on pre-Q devices.
/bionic/libc/kernel/
DREADME.md63 For now, there are no tags, take the top of tree version. To find the
82 and import them if there is no checked out kernel source tree:
/bionic/libc/malloc_debug/
DREADME.md35 call changes the backtrace for the pointer no matter whether the pointer
241 If the value is set to zero, then no backtrace will be captured when the
290 the allocation/free. If a new thread is created, no special line is added
401 **NOTE**: If leak\_track is enabled, no abort occurs if leaks have been
415 of messages that are no longer displayed:
529 NUM\_ALLOCATIONS value should be treated as always 1 no matter what is
541 The new version no longer 0 pads the backtrace addresses. In v1.0/v1.1:
557 no valid map name, this will be empty.
559 FUNCTION\_NAME the name of the function for this pc. If there is no valid
678 an order of magnitude larger, so there should be no need to truncate the name
DREADME_api.md16 value is zero, then there are no allocation being tracked.
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1236 size_t no; in allocset() local
1246 no = p->g->ncsets++; in allocset()
1248 if (no >= p->ncsalloc) { /* need another column of space */ in allocset()
1263 for (i = 0; i < no; i++) in allocset()
1269 cs = &p->g->sets[no]; in allocset()
1270 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1271 cs->mask = 1 << (unsigned int)((no) % CHAR_BIT); in allocset()
/bionic/libdl/
DNOTICE69 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/tests/
Ddlfcn_test.cpp1522 #error no RTLD_LOCAL in TEST()
1524 #error no RTLD_LAZY in TEST()
1526 #error no RTLD_NOW in TEST()
1528 #error no RTLD_NOLOAD in TEST()
1530 #error no RTLD_GLOBAL in TEST()
1532 #error no RTLD_NODELETE in TEST()
/bionic/benchmarks/linker_relocation/
DAndroid.bp36 // "link:shared" variant (as opposed to "link:static"), whereas the cc_benchmark has no
/bionic/
Dandroid-changes-for-ndk-developers.md154 applications are no longer able to load non-NDK platform libraries. The
253 If you have no scanelf tool available, it is possible to do a basic
279 no text relocations are necessary. The
289 no control over where your library will be installed by the system. A
412 no separate `dlclose` option: `dlopen` covers both loading and unloading
472 There are no plans to remove support for ELF files using the older
DREADME.md145 this system call?". The answer is usually "no".
315 each test from being forked, run the tests with the flag `--no-isolate`.
/bionic/benchmarks/
DREADME.md37 If no XML file is specified through the command-line option, the default is to use `suites/full.xml…
/bionic/libc/
DSYSCALLS.TXT179 # (fallocate only gets two lines because there is no 32-bit variant.)
184 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
DAndroid.bp990 // be safely used in libc_ndk.a (no troublesome global data
DNOTICE2817 This software is provided ``as is'', and comes with no warranties
2818 of any kind. I shall in no event be liable for anything that happens
/bionic/tests/libs/
DAndroid.bp1344 // Library dt_needs libtest_thread_local_dtor/2 (to check no-unload on load_group)
1523 "-Wl,--no-use-android-relr-tags",