Searched refs:std (Results 1 – 19 of 19) sorted by relevance
/bionic/libstdc++/src/ |
D | new.cpp | 4 const std::nothrow_t std::nothrow = {}; 6 void* operator new(std::size_t size) in operator new() 15 void* operator new[](std::size_t size) in operator new[]() 34 void* operator new(std::size_t size, const std::nothrow_t&) in operator new() 39 void* operator new[](std::size_t size, const std::nothrow_t&) in operator new[]() 44 void operator delete(void* ptr, const std::nothrow_t&) in operator delete() 49 void operator delete[](void* ptr, const std::nothrow_t&) in operator delete[]()
|
/bionic/libstdc++/include/ |
D | new | 9 namespace std { 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&); 20 void operator delete(void*, const std::nothrow_t&); 21 void operator delete[](void*, 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; }
|
D | cstddef | 35 * The following 2 types are also declared in the 'std' namespace: 43 namespace std { 46 } // namespace std
|
D | typeinfo | 6 namespace std {
|
D | csignal | 41 namespace std 46 } // namespace std
|
D | csetjmp | 45 namespace std 49 } // namespace std
|
D | cctype | 41 namespace std 56 } // namespace std
|
D | ctime | 42 namespace std 59 } // namespace std
|
D | cstring | 42 namespace std 66 } // namespace std
|
D | cmath | 42 namespace std 71 } // namespace std
|
D | cstdio | 41 namespace std { 92 } // namespace std
|
D | cstdlib | 40 namespace std { 115 } // namespace std
|
D | utility | 33 #define __STL_BEGIN_NAMESPACE namespace std {
|
D | cerrno | 38 // errno is a macro, so we can't define std::errno
|
/bionic/libc/stdio/ |
D | findfp.c | 48 #define std(flags, file) \ macro 68 std(__SRD, STDIN_FILENO), /* stdin */ 69 std(__SWR, STDOUT_FILENO), /* stdout */ 70 std(__SWR|__SNBF, STDERR_FILENO) /* stderr */
|
/bionic/libc/arch-x86/string/ |
D | bcopy.S | 78 std
|
/bionic/linker/ |
D | Android.mk | 19 -std=gnu99 \
|
/bionic/libc/kernel/common/linux/ |
D | videodev2.h | 750 v4l2_std_id std; member 786 v4l2_std_id std; member
|
/bionic/libc/ |
D | Android.mk | 511 -std=gnu99 \
|