Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 185) sorted by relevance

12345678

/ndk/sources/android/support/src/wcstox/
Dwcstol.c10 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/
Denable_if.hpp33 struct base struct
35 typedef T type;
48 struct base struct
52 typedef T type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_iterators.h28 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/
Dstring.cpp66 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/
Dbasename.c34 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); in last_component() local
76 char const *base = last_component (name); in base_name() local
Dstripslash.c32 char *base = last_component (file); in strip_trailing_slashes() local
/ndk/sources/android/support/src/locale/
Dnewlocale.c32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale()
/ndk/sources/android/support/src/musl-locale/
Dnewlocale.c6 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_/
Ditem.hpp39 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/
Dbinder2nd.pass.cpp35 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/
Dbinder1st.pass.cpp35 typedef std::binder1st<test_func> base; typedef in test
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc167 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/
Dreverse_iterator.fail.cpp30 struct base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
Dreverse_iterator.fail.cpp32 struct base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
Dconvert.fail.cpp30 struct base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
Dmove_iterator.fail.cpp32 struct base {}; struct
/ndk/sources/android/support/src/
Dlocale_support.c105 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/
Dxsgetn.pass.cpp23 typedef std::basic_streambuf<char> base; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp28 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/
Dxsputn.pass.cpp23 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/
Dios_base.pass.cpp24 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/
Dunderflow.pass.cpp22 typedef std::strstreambuf base; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
Dsetg.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Dseekp.pass.cpp26 typedef std::basic_streambuf<CharT> base; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Ddual_name_parameter.hpp71 typedef basic_parameter<T,dual_name_policy> base; typedef in boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_name_parameter_t

12345678