/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/ |
get_money.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 33 base::setg(const_cast<CharT*>(str_.data()),
|
get_time.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 33 base::setg(const_cast<CharT*>(str_.data()),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream 32 test_iostream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_iostream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream 34 test_iostream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_istream<CharT> base; typedef in struct:test_istream 32 test_istream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_istream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream 34 test_istream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
member_swap.pass.cpp | 31 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} 34 void swap(test_ostream& s) {base::swap(s);}
|
move_assign.pass.cpp | 33 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} 37 {base::operator=(std::move(s)); return *this;}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
seekp.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which)
|
seekp2.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
|
tellp.pass.cpp | 26 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf 31 typename base::pos_type 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
setg.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test 30 base::setg(gbeg, gnext, gend); 31 assert(base::eback() == gbeg); 32 assert(base::gptr() == gnext); 33 assert(base::egptr() == gend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 24 typedef std::basic_streambuf<CharT> base; typedef in struct:test 30 base::setp(pbeg, pend); 31 assert(base::pbase() == pbeg); 32 assert(base::pptr() == pbeg); 33 assert(base::epptr() == pend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
xsgetn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef in struct:test 29 base::setg(gbeg, gnext, gend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
xsputn.pass.cpp | 23 typedef std::basic_streambuf<char> base; typedef in struct:test 29 base::setp(pbeg, pend);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
overflow.pass.cpp | 26 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf 29 : base(str, which) {} 31 typename base::int_type 32 overflow(typename base::int_type c = base::type_traits::eof()) 33 {++overflow_called; return base::overflow(c);} 35 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/ |
convert.fail.cpp | 30 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=/ |
move_iterator.fail.cpp | 32 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/ |
reverse_iterator.fail.cpp | 30 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=/ |
reverse_iterator.fail.cpp | 32 struct base {}; struct 38 test<base*>(&d);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
enable_if.hpp | 27 // Base machinery for all kinds of enable if 33 struct base struct in struct:boost::iterators::enabled 48 struct base struct in struct:boost::iterators::enabled 70 : enabled<(Cond::value)>::template base<Return>
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
X.java | 17 package com.android.mail.lib.base;
|
/bionic/libc/upstream-netbsd/common/lib/libc/inet/ |
inet_addr.c | 128 int base; local 144 val = 0; base = 10; digit = 0; 148 base = 16, c = *++cp; 150 base = 8; 156 if (base == 8 && (c == '8' || c == '9')) 158 val = (val * base) + (c - '0'); 161 } else if (base == 16 && isascii(c) &&
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSUtils.java | 83 public static void forEach(RSBaseCompute base, int testId, Allocation in) throws RSRuntimeException { 84 base.forEach(testId, in); 87 public static void forEach(RSBaseCompute base, int testId, Allocation in, Allocation out) 89 base.forEach(testId, in,out);
|
/external/bison/lib/ |
obstack_printf.c | 62 char *base = obstack_next_free (obs); local 68 base = buf; 71 str = vasnprintf (base, &len, format, args); 78 if (str == base && str != buf)
|