Searched defs:base (Results 1 - 25 of 184) sorted by relevance

12345678

/ndk/sources/android/support/src/locale/
H A Dnewlocale.c32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { argument
34 if (base == LC_GLOBAL_LOCALE)
35 return base;
45 if (base == LC_NULL_LOCALE)
46 base = calloc(1, sizeof(*base));
48 return base;
/ndk/sources/android/support/src/musl-locale/
H A Dnewlocale.c6 locale_t newlocale(int mask, const char *name, locale_t base) argument
10 if (!base) base = calloc(1, sizeof *base);
11 return base;
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstripslash.c32 char *base = last_component (file); local
38 if (! *base)
39 base = file;
40 base_lim = base + base_len (base);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_alloc.pass.cpp23 typedef std::queue<int, std::deque<int, test_allocator<int> > > base; typedef in struct:test
25 explicit test(const test_allocator<int>& a) : base(a) {}
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {}
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {}
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base; typedef in struct:test
25 explicit test(const test_allocator<int>& a) : base(a) {}
26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {}
28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {}
29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
H A Dbinder1st.pass.cpp35 typedef std::binder1st<test_func> base; typedef in class:test
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
H A Dbinder2nd.pass.cpp35 typedef std::binder2nd<test_func> base; typedef in class:test
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
H A Dget_money.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
33 base::setg(const_cast<CharT*>(str_.data()),
H A Dget_time.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
33 base::setg(const_cast<CharT*>(str_.data()),
H A Dput_money.pass.cpp23 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
31 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
35 virtual typename base::int_type
36 overflow(typename base::int_type __c = base::traits_type::eof()) argument
38 if (__c != base::traits_type::eof())
43 base::setp(const_cast<CharT*>(str_.data()),
45 base::pbump(n+1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A Dmove.pass.cpp33 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream
34 test_iostream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dmove.pass.cpp33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream
34 test_istream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp33 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream
34 test_ostream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Dunderflow.pass.cpp24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf
26 : base(str) {}
28 typename base::int_type underflow() {return base::underflow();}
29 void pbump(int n) {base::pbump(n);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Dconvert.fail.cpp30 struct base {}; struct
37 test<base*>(&d);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
H A Dmove_iterator.fail.cpp32 struct base {}; struct
38 test<base*>(&d);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ/
H A Dmove_iterator.fail.cpp32 struct base {}; struct
38 test<base*>(&d);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
H A Dreverse_iterator.fail.cpp30 struct base {}; struct
37 test<base*>(&d);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
H A Dreverse_iterator.fail.cpp32 struct base {}; struct
38 test<base*>(&d);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opEQ/
H A Dreverse_iterator.fail.cpp32 struct base {}; struct
38 test<base*>(&d);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
H A Denable_if.hpp33 struct base struct in struct:boost::iterators::enabled
48 struct base struct in struct:boost::iterators::enabled
70 : enabled<(Cond::value)>::template base<Return>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
25 typedef typename base::container_type container_type;
26 typedef typename base::value_compare value_compare;
28 explicit test(const test_allocator<int>& a) : base(a) {}
30 : base(comp, c, a) {}
32 const test_allocator<int>& a) : base(comp, c, a) {}
35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
40 using base::c;
H A Dctor_comp_alloc.pass.cpp24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
25 typedef typename base::container_type container_type;
26 typedef typename base::value_compare value_compare;
28 explicit test(const test_allocator<int>& a) : base(a) {}
30 : base(comp, a) {}
32 const test_allocator<int>& a) : base(comp, c, a) {}
35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
40 using base::c;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dpbackfail.pass.cpp22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);}
H A Dunderflow.pass.cpp22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 base::int_type underflow() {return base::underflow();}

Completed in 418 milliseconds

12345678