Searched refs:std (Results 1 - 25 of 25) sorted by relevance

/bionic/libstdc++/src/
H A Dnew.cpp4 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 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
[all...]
H A Dcstddef35 * The following 2 types are also declared in the 'std' namespace:
43 namespace std {
46 } // namespace std
H A Dcsignal41 namespace std
46 } // namespace std
H A Dutility33 #define __STL_BEGIN_NAMESPACE namespace std {
H A Dcsetjmp45 namespace std
49 } // namespace std
H A Dcctype41 namespace std
56 } // namespace std
H A Dctime42 namespace std
59 } // namespace std
H A Dcmath42 namespace std
71 } // namespace std
H A Dcstring42 namespace std
66 } // namespace std
H A Dcstdio41 namespace std {
92 } // namespace std
H A Dcstdlib40 namespace std {
115 } // namespace std
/bionic/tests/
H A Ddirent_test.cpp31 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 Dbenchmark_main.cpp30 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 Dbenchmark.h46 std::vector<int> args_;
H A Dstack_protector_test.cpp48 std::set<pid_t> tids;
49 std::set<uint32_t> guards;
H A Dproperty_benchmark.cpp104 std::string pa_dirname;
105 std::string pa_filename;
H A Ddlfcn_test.cpp138 std::string executable_name(basename(executable_path));
142 std::string dli_fname(info.dli_fname);
H A Dsystem_properties_test.cpp62 std::string pa_dirname;
63 std::string pa_filename;
H A Dstring_test.cpp559 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 Dpthread_test.cpp35 std::vector<pthread_key_t> keys;
/bionic/libc/stdio/
H A 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/
H A Dbcopy.S78 std
/bionic/libc/
H A DAndroid.mk716 -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 Dvideodev2.h750 v4l2_std_id std; member in struct:v4l2_input
786 v4l2_std_id std; member in struct:v4l2_output

Completed in 2158 milliseconds