Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp175 …ream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in io()
210 …ream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in err()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
394 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek()
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf()
835 ofstream nullStream(nullStreamName, ios_base::trunc); in null_stream()
865 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc); in null_stream()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp175 …ream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in io()
210 …ream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in err()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
394 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek()
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek()
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf()
835 ofstream nullStream(nullStreamName, ios_base::trunc); in null_stream()
865 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc); in null_stream()
[all …]
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp185 case ios_base::out | ios_base::trunc: in _M_open()
190 case ios_base::out | ios_base::trunc | ios_base::binary: in _M_open()
218 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
222 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary: in _M_open()
Dfstream_unistd.cpp168 case ios_base::out | ios_base::trunc: in _M_open()
182 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
Dfstream_win32io.cpp230 case ios_base::out | ios_base::trunc: in _M_open()
250 case ios_base::in | ios_base::out | ios_base::trunc: in _M_open()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddc.sed58 /|?t/b trunc
165 : trunc
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp75 const ios_base::openmode ios_base::trunc; member in ios_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h99 _STLP_STATIC_CONSTANT(int, trunc = 0x20);