Searched refs:new (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 71 evStream *new; in evWrite() local 74 OKNEW(new); in evWrite() 75 new->func = func; in evWrite() 76 new->uap = uap; in evWrite() 77 new->fd = fd; in evWrite() 78 new->flags = 0; in evWrite() 79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite() 81 if (copyvec(new, iov, iocnt) < 0) in evWrite() 83 new->prevDone = NULL; in evWrite() 84 new->nextDone = NULL; in evWrite() [all …]
|
/bionic/libstdc++/include/ |
D | new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; }
|
/bionic/tests/libs/ |
D | Android.build.dt_runpath.mk | 47 libtest_dt_runpath_b_ldflags := -Wl,--rpath,\$${ORIGIN}/../dt_runpath_a -Wl,--enable-new-dtags 59 libtest_dt_runpath_c_ldflags := -Wl,--rpath,\$${ORIGIN}/invalid_dt_runpath -Wl,--enable-new-dtags 69 libtest_dt_runpath_d_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags 78 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
|
D | Android.build.linker_namespaces.mk | 76 -Wl,--enable-new-dtags
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_pton.c | 86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local 88 if (new > 255) in inet_pton4() 95 *tp = new; in inet_pton4()
|
/bionic/libc/upstream-openbsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-freebsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 217 li a0, 0 # how; ignored when new mask is null 218 li a1, 0 # null new mask
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 217 li a0, 0 # how; ignored when new mask is null 218 li a1, 0 # null new mask
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwprintf.c | 1460 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local 1462 if (new == MAP_FAILED) in __grow_type_table() 1464 memmove(new, *typetable, *tablesize); in __grow_type_table() 1466 *typetable = new; in __grow_type_table()
|
D | vfprintf.c | 1511 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, in __grow_type_table() local 1513 if (new == MAP_FAILED) in __grow_type_table() 1515 memmove(new, *typetable, *tablesize); in __grow_type_table() 1517 *typetable = new; in __grow_type_table()
|
/bionic/libc/ |
D | Android.bp | 1493 "bionic/new.cpp", 1498 clang: true, // GCC refuses to hide new/delete 1729 // ensures that symbols that are pulled into those new libraries from libgcc.a are not declared 1754 // Don't re-export new/delete and friends, even if the compiler really wants to. 1776 // Don't re-export new/delete and friends, even if the compiler really wants to. 1780 // Don't re-export new/delete and friends, even if the compiler really wants to. 1789 // Don't re-export new/delete and friends, even if the compiler really wants to. 1796 // Don't re-export new/delete and friends, even if the compiler really wants to. 1805 // Don't re-export new/delete and friends, even if the compiler really wants to. 1833 "bionic/new.cpp",
|
D | Android.mk | 277 bionic/new.cpp \
|