Home
last modified time | relevance | path

Searched refs:std (Results 1 – 19 of 19) sorted by relevance

/bionic/libstdc++/src/
Dnew.cpp4 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/
Dnew9 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; }
Dcstddef35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
Dtypeinfo6 namespace std {
Dcsignal41 namespace std
46 } // namespace std
Dcsetjmp45 namespace std
49 } // namespace std
Dcctype41 namespace std
56 } // namespace std
Dctime42 namespace std
59 } // namespace std
Dcstring42 namespace std
66 } // namespace std
Dcmath42 namespace std
71 } // namespace std
Dcstdio41 namespace std {
92 } // namespace std
Dcstdlib40 namespace std {
115 } // namespace std
Dutility33 #define __STL_BEGIN_NAMESPACE namespace std {
Dcerrno38 // errno is a macro, so we can't define std::errno
/bionic/libc/stdio/
Dfindfp.c48 #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/
Dbcopy.S78 std
/bionic/linker/
DAndroid.mk19 -std=gnu99 \
/bionic/libc/kernel/common/linux/
Dvideodev2.h750 v4l2_std_id std; member
786 v4l2_std_id std; member
/bionic/libc/
DAndroid.mk511 -std=gnu99 \