/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | foreach.hpp | 140 done( static_any_t cur, static_any_t end, C&, mpl::false_ ) in done() argument 142 return static_any_cast<BOOST_DEDUCED_TYPENAME C::iterator>( cur ) == in done() 150 done( static_any_t cur, static_any_t end, C const&, mpl::true_ ) in done() argument 152 return static_any_cast<BOOST_DEDUCED_TYPENAME C::const_iterator>( cur ) == in done() 164 next( static_any_t cur, C&, mpl::false_ ) in next() argument 166 ++static_any_cast<BOOST_DEDUCED_TYPENAME C::iterator>( cur ); in next() 173 next( static_any_t cur, C const&, mpl::true_ ) in next() argument 175 ++static_any_cast<BOOST_DEDUCED_TYPENAME C::const_iterator>( cur ); in next() 186 deref( static_any_t cur, C&, ::boost::type<RefType>, mpl::false_ ) in deref() argument 188 return *static_any_cast<BOOST_DEDUCED_TYPENAME C::iterator>( cur ); in deref() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | seekoff.pass.cpp | 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); in main() 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); in main() 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); in main() 41 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == -1); in main() 44 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out | std::ios_base::in) == -1); in main() 49 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == 7); in main() 60 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); in main() 68 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out | std::ios_base::in) == -1); in main() 76 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == 7); in main() 86 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); in main() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | strstream_buffer_read_test.cpp | 31 char cur; in read_from_buffer() local 32 stream >> cur; in read_from_buffer() 33 CPPUNIT_ASSERT(cur == 'H'); in read_from_buffer()
|
D | fstream_test.cpp | 286 is.seekg( 8, ios_base::cur ); in tellg() 299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp() 307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp() 339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp() 357 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) … in tellp() 408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); in seek() 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); in seek() 435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() 439 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur ); in seek() 447 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() [all …]
|
D | sstream_test.cpp | 393 s.seekg( -3, ios::cur ); in seek() 400 is.seekg( -3, ios::cur ); in seek() 451 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp() 459 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp() 467 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
|
/ndk/tests/device/test-stlport/unit/ |
D | strstream_buffer_read_test.cpp | 31 char cur; in read_from_buffer() local 32 stream >> cur; in read_from_buffer() 33 CPPUNIT_ASSERT(cur == 'H'); in read_from_buffer()
|
D | fstream_test.cpp | 286 is.seekg( 8, ios_base::cur ); in tellg() 299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp() 307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp() 339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp() 357 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) … in tellp() 408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); in seek() 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); in seek() 435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() 439 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur ); in seek() 447 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() [all …]
|
D | sstream_test.cpp | 393 s.seekg( -3, ios::cur ); in seek() 400 is.seekg( -3, ios::cur ); in seek() 451 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp() 459 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp() 467 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(… in tellp()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
D | seekoff.pass.cpp | 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); in main() 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); in main() 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); in main() 42 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); in main() 45 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out | std::ios_base::in) == -1); in main() 50 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == 7); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/ |
D | seek_dir.pass.cpp | 23 std::strstream::seek_dir b = std::strstream::cur; in main() 24 assert(b == std::ios::cur); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/ |
D | seekdir.pass.cpp | 23 assert(std::ios_base::beg != std::ios_base::cur); in main() 25 assert(std::ios_base::cur != std::ios_base::end); in main()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 298 struct open_file *cur; local 303 while ( (cur = prev->link) ) 305 if (!stream || stream == cur->fp) 307 do_ck_fclose (cur->fp); 308 prev->link = cur->link; 309 FREE(cur->name); 310 FREE(cur); 313 prev = cur;
|
D | compile.c | 64 const unsigned char *cur; member 214 CAST(unsigned long)(prog.cur-prog.base), 229 if (prog.cur) in inchar() 231 if (prog.cur < prog.end) in inchar() 232 ch = *prog.cur++; in inchar() 254 if (prog.cur) 256 if (prog.cur <= prog.base || *--prog.cur != ch) 1118 if ( (prog.base && prog.cur==2+prog.base) 1581 prog.cur = prog.base; 1582 prog.end = prog.cur + len; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | seekg_off.pass.cpp | 57 is.seekg(5, std::ios_base::cur); in main() 67 is.seekg(5, std::ios_base::cur); in main()
|
D | tellg.pass.cpp | 45 assert(way == std::ios_base::cur); in seekoff()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 198 const Elf_Byte* cur = &val; in get_common() local 200 while ((*cur & 0x80) != 0) { in get_common() 201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift; in get_common() 204 cur++; in get_common() 206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift; in get_common() 217 if (((*cur) & 0x40) != 0) { in get_common() 231 if (((*cur) & 0x40) != 0) { in get_common()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | seekoff.pass.cpp | 34 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main() 55 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.c | 139 streamoff __pos = _M_base._M_seek(0, ios_base::cur); in showmanyc() 300 if (!_M_seek_init(__off != 0 || __whence != ios_base::cur)) in seekoff() 309 _STLP_ASSERT(__whence == ios_base::cur) in seekoff() 320 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __adjust) in seekoff() 321 … : _M_seek_return(_M_base._M_seek(__off - __adjust, ios_base::cur), _State_type()); in seekoff() 335 return __off == 0 ? pos_type(_M_base._M_seek(0, ios_base::cur) - __eadj) in seekoff() 336 … : _M_seek_return(_M_base._M_seek(__off - __eadj, ios_base::cur), _State_type()); in seekoff() 370 streamoff __cur = _M_base._M_seek(0, ios_base::cur); in seekoff()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 261 const CharType cur = begin[index]; in PrintCharsAsStringTo() local 262 if (is_previous_hex && IsXDigit(cur)) { in PrintCharsAsStringTo() 268 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 35 assert(way == std::ios_base::cur); in seekoff()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | seekoff.pass.cpp | 47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 90 local path cur item 92 cur="." 95 cur="../$cur" 98 echo ${cur%%/.}
|
/ndk/sources/cxx-stl/stlport/src/ |
D | fstream.cpp | 66 streamoff __cur = __this->_M_base._M_seek(0, ios_base::cur); in _M_doit()
|
D | stdio_streambuf.cpp | 83 case ios_base::cur: in seekoff()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 242 case ios::cur: in seekoff() 260 case ios::cur: in seekoff()
|