Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/tools/
Dcheck-symbols.py74 extra = actual_symbols - expected_symbols
75 if len(extra) > 0:
76 …sys.stderr.write('%d extra %s in %s for %s:\n' % (len(extra), functions_or_variables, library, arc…
77 for s in sorted(extra):
/bionic/libc/dns/resolv/
Dres_mkquery.c275 u_int16_t extra = minlen % EDNS0_PADDING; in res_nopt() local
276 u_int16_t padlen = (EDNS0_PADDING - extra) % EDNS0_PADDING; in res_nopt()
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S42 # load extra parameters
/bionic/benchmarks/spawn/
DAndroid.bp99 // host/linux-x86/benchmarktest64/bionic-spawn-benchmarks, the runpath needs an extra "..".
/bionic/benchmarks/
DREADME.md61 Note that benchmarks will run normally if extra arguments are passed in, and it will fail
182 …caling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
/bionic/tests/
Dclang_fortify_tests.cpp451 struct pollfd extra[1]; in FORTIFY_TEST() member
/bionic/docs/
D32-bit-abi.md94 do offer extra interfaces so that 32-bit processes can pass 64-bit
Dlibc_assembler.md82 …caling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
Dstatus.md330 The `_FORTIFY_SOURCE` macro can be used to enable extra
Dnative_allocator.md57 kernel on free calls. This is important in Android to avoid consuming extra
Delf-tls.md568 > lazy method is wanted. This is not much extra burden since the requirement to handle dynamically
/bionic/linker/
DAndroid.bp274 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb
/bionic/
DREADME.md264 You can supply gtest flags as extra arguments to this script.
Dandroid-changes-for-ndk-developers.md233 *Resolution*: remove the extra steps from your build that strip section
/bionic/libc/malloc_debug/
DREADME.md165 that is extra thorough and can unwind through Java frames. This will run
189 Add an extra amount to allocate for every allocation.