Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dutils.py115 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/
Dlink_test.cpp88 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/
Dmemmove.S109 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 …]
Dmemcmp.S189 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/
Dmemmove.S158 adds r2, r2, #128
192 adds r2, r2, #128
225 adds r2, r2, #128
Dmemcpy_base.S118 adds r2, r2, #32
/bionic/libc/arch-arm/cortex-a9/bionic/
Dmemcpy_base.S194 adds r2, r2, #64
204 adds r2, #32
/bionic/libc/arch-arm/cortex-a55/bionic/
Dmemcpy_base.S125 adds r2, r2, #128
151 adds r2, r2, #128
/bionic/docs/
D32-bit-abi.md33 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
Delf-tls.md104 `__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/
Dmemcpy_base.S107 adds r2, r2, #32
/bionic/libc/arch-arm/cortex-a7/bionic/
Dmemcpy_base.S140 adds r2, r2, #32
/bionic/libc/malloc_debug/
DREADME.md64 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/
DAndroid.bp257 // when stl is not set to "none" build system adds libdl
/bionic/
Dandroid-changes-for-ndk-developers.md327 Object Name) attribute. The NDK toolchain adds this attribute by default,