/bionic/libstdc++/src/ |
H A D | new.cpp | 4 const std::nothrow_t std::nothrow = {}; 6 void* operator new(std::size_t size) 15 void* operator new[](std::size_t size) 34 void* operator new(std::size_t size, const std::nothrow_t&) argument 39 void* operator new[](std::size_t size, const std::nothrow_t&) argument 44 void operator delete(void* ptr, const std::nothrow_t&) argument 49 void operator delete[](void* ptr, const std argument [all...] |
/bionic/libstdc++/include/ |
H A 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 [all...] |
H A D | cstddef | 35 * The following 2 types are also declared in the 'std' namespace: 43 namespace std { 46 } // namespace std
|
H A D | csignal | 41 namespace std 46 } // namespace std
|
H A D | utility | 33 #define __STL_BEGIN_NAMESPACE namespace std {
|
H A D | csetjmp | 45 namespace std 49 } // namespace std
|
H A D | cctype | 41 namespace std 56 } // namespace std
|
H A D | ctime | 42 namespace std 59 } // namespace std
|
H A D | cmath | 42 namespace std 71 } // namespace std
|
H A D | cstring | 42 namespace std 66 } // namespace std
|
H A D | cstdio | 41 namespace std { 92 } // namespace std
|
H A D | cstdlib | 40 namespace std { 115 } // namespace std
|
/bionic/tests/ |
H A D | dirent_test.cpp | 31 static void CheckProcSelf(std::set<std::string>& names) { 47 std::set<std::string> name_set; 48 std::vector<std::string> unsorted_name_list; 60 std::vector<std::string> sorted_name_list(unsorted_name_list); 61 std::sort(sorted_name_list.begin(), sorted_name_list.end()); 122 std [all...] |
H A D | benchmark_main.cpp | 30 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap; 97 gBenchmarks.insert(std::make_pair(name, this)); 139 iterations = std::max(last + 1, std::min(iterations + iterations/2, 100*last));
|
H A D | benchmark.h | 46 std::vector<int> args_;
|
H A D | stack_protector_test.cpp | 48 std::set<pid_t> tids; 49 std::set<uint32_t> guards;
|
H A D | property_benchmark.cpp | 104 std::string pa_dirname; 105 std::string pa_filename;
|
H A D | dlfcn_test.cpp | 138 std::string executable_name(basename(executable_path)); 142 std::string dli_fname(info.dli_fname);
|
H A D | system_properties_test.cpp | 62 std::string pa_dirname; 63 std::string pa_filename;
|
H A D | string_test.cpp | 559 strncpy(state.ptr + state.MAX_LEN - 1, state.ptr1, std::min(actual, pos)); 560 state.ptr[state.MAX_LEN + std::min(actual, pos) - 1] = '\0'; 746 std::fill(state.ptr1, state.ptr1 + state.MAX_LEN, c1); 747 std::fill(state.ptr2, state.ptr2 + state.MAX_LEN, c1);
|
H A D | pthread_test.cpp | 35 std::vector<pthread_key_t> keys;
|
/bionic/libc/stdio/ |
H A 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/ |
H A D | bcopy.S | 78 std
|
/bionic/libc/ |
H A D | Android.mk | 716 -std=gnu99 \ 799 -std=gnu99 \ 838 -std=gnu99 862 -std=gnu99 883 LOCAL_CFLAGS := $(libc_common_cflags) -std=gnu99 -DPTHREAD_DEBUG -DPTHREAD_DEBUG_ENABLED=0
|
/bionic/libc/kernel/common/linux/ |
H A D | videodev2.h | 750 v4l2_std_id std; member in struct:v4l2_input 786 v4l2_std_id std; member in struct:v4l2_output
|