Searched refs:adds (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/kernel/tools/ |
D | utils.py | 115 adds = set() 121 adds.add(dst) 129 return (adds, deletes, edits) 139 adds, deletes, edits = self.getChanges() 141 for dst in sorted(adds): 151 adds, deletes, edits = self.getChanges() 153 if adds: 154 for dst in sorted(adds): 156 commands.getoutput("git add " + " ".join(adds))
|
/bionic/tests/ |
D | link_test.cpp | 88 uint64_t adds = 0; in TEST() member 98 counters.adds = info->dlpi_adds; in TEST() 102 EXPECT_EQ(counters.adds, info->dlpi_adds); in TEST() 119 ASSERT_LT(before_dlopen.adds, after_dlopen.adds); in TEST() 126 ASSERT_EQ(before_dlclose.adds, after_dlclose.adds); in TEST()
|
/bionic/libc/arch-arm/generic/bionic/ |
D | memmove.S | 109 adds r2, r2, #0x14 119 adds r2, r2, #8 131 adds r2, r2, #4 189 adds r2, r2, #0x0c 224 adds r2, r2, #0x0c 259 adds r2, r2, #0x0c 307 adds r2, r2, #0x14 314 adds r2, r2, #8 325 adds r2, r2, #4 381 adds r2, r2, #0x0c [all …]
|
D | memcmp.S | 189 1: adds r2, r2, #(32 - 4 + 4) 201 4: adds r2, r2, #4 282 adds r2, r2, #16 329 adds r2, r2, #8
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
D | memmove.S | 158 adds r2, r2, #128 192 adds r2, r2, #128 225 adds r2, r2, #128
|
D | memcpy_base.S | 118 adds r2, r2, #32
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
D | memcpy_base.S | 194 adds r2, r2, #64 204 adds r2, #32
|
/bionic/libc/arch-arm/cortex-a55/bionic/ |
D | memcpy_base.S | 125 adds r2, r2, #128 151 adds r2, r2, #128
|
/bionic/docs/ |
D | 32-bit-abi.md | 33 available. API 12 adds some of the `<unistd.h>` functions, API 21 adds `mmap`, 70 level 28) adds `sigset64_t` and a corresponding function for every function
|
D | elf-tls.md | 104 `__tls_get_addr` looks up `TlsIndex::module`'s entry in the DTV and adds `TlsIndex::offset` to the 124 module's TLS block, then adds each variable's DTPOFF to the result.
|
/bionic/libc/arch-arm/cortex-a53/bionic/ |
D | memcpy_base.S | 107 adds r2, r2, #32
|
/bionic/libc/arch-arm/cortex-a7/bionic/ |
D | memcpy_base.S | 140 adds r2, r2, #32
|
/bionic/libc/malloc_debug/ |
D | README.md | 64 This option adds a special header to all allocations that contains the guard 84 This option adds a special header to all allocations that contains 112 Before P, this option adds a special header to all allocations that contains 139 Before P, this option adds a special header to all allocations that contains 214 Before P, this option adds a special header to all allocations that contains 252 Before P, this option adds a special header to all allocations that contains
|
/bionic/linker/ |
D | Android.bp | 257 // when stl is not set to "none" build system adds libdl
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 327 Object Name) attribute. The NDK toolchain adds this attribute by default,
|