/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 10 int base, in wcstox() 27 int base) in wcstoull() 32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll() 39 int base) in wcstoul() 44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol() 51 int base) in wcstoimax() 58 int base) in wcstoumax()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
D | enable_if.hpp | 33 struct base struct 35 typedef T type; 48 struct base struct 52 typedef T type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_iterators.h | 28 It base() const {return it_;} in base() function 55 It base() const {return it_;} in base() function 104 It base() const {return it_;} in base() function 153 It base() const {return it_;} in base() function 201 It base() const {return it_;} in base() function 288 inline Iter base(output_iterator<Iter> i) { return i.base(); } in base() function 291 inline Iter base(input_iterator<Iter> i) { return i.base(); } in base() function 294 inline Iter base(forward_iterator<Iter> i) { return i.base(); } in base() function 297 inline Iter base(bidirectional_iterator<Iter> i) { return i.base(); } in base() function 300 inline Iter base(random_access_iterator<Iter> i) { return i.base(); } in base() function [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 92 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 104 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 112 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 120 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 128 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 157 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 165 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | basename.c | 34 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); in last_component() local 76 char const *base = last_component (name); in base_name() local
|
D | stripslash.c | 32 char *base = last_component (file); in strip_trailing_slashes() local
|
/ndk/sources/android/support/src/locale/ |
D | newlocale.c | 32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale()
|
/ndk/sources/android/support/src/musl-locale/ |
D | newlocale.c | 6 locale_t newlocale(int mask, const char *name, locale_t base) in newlocale()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | item.hpp | 39 typedef Base base; typedef 58 typedef Base base; typedef 76 typedef Base base; typedef 92 typedef Base base; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 35 typedef std::binder2nd<test_func> base; typedef in test
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
D | binder1st.pass.cpp | 35 typedef std::binder1st<test_func> base; typedef in test
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 167 char* base = static_cast<char*>(alloc(size)); in __cxa_vec_new3() local 207 char* base = static_cast<char*>(array_address); in __cxa_vec_ctor() local 232 char* base = static_cast<char*>(array_address); in __cxa_vec_dtor() local 257 char* base = static_cast<char*>(array_address); in __cxa_vec_cleanup() local 316 char* base = static_cast<char*>(array_address); in __cxa_vec_delete3() local 394 size_t* base = reinterpret_cast<size_t*>(array_address) + 2; in __aeabi_vec_ctor_cookie_nodtor() local 467 size_t* base = reinterpret_cast<size_t*>(array_address); in __aeabi_vec_dtor_cookie() local 478 size_t* base = reinterpret_cast<size_t*>(array_address); in __aeabi_vec_delete() local 491 size_t* base = reinterpret_cast<size_t*>(array_address); in __aeabi_vec_delete3() local 504 size_t* base = reinterpret_cast<size_t*>(array_address); in __aeabi_vec_delete3_nodtor() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
D | reverse_iterator.fail.cpp | 30 struct base {}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ |
D | reverse_iterator.fail.cpp | 32 struct base {}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ |
D | convert.fail.cpp | 30 struct base {}; struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ |
D | move_iterator.fail.cpp | 32 struct base {}; struct
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 105 long strtol_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtol_l() 109 unsigned long strtoul_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtoul_l() 115 long long strtoll_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtoll_l() 119 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtoull_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
D | xsgetn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 28 typedef std::basic_streambuf<CharT> base; typedef in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
D | xsputn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ios_base.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
D | underflow.pass.cpp | 22 typedef std::strstreambuf base; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
D | setg.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | dual_name_parameter.hpp | 71 typedef basic_parameter<T,dual_name_policy> base; typedef in boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_name_parameter_t
|