OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tellp
(Results
1 - 25
of
69
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp
15
// pos_type
tellp
();
46
assert(os.
tellp
() == -1);
51
assert(os.
tellp
() == 10);
/external/stlport/test/unit/
sstream_test.cpp
37
CPPUNIT_TEST(
tellp
);
57
void
tellp
();
409
CPPUNIT_CHECK( s.
tellp
() == stringstream::pos_type(7) );
444
void SstreamTest::
tellp
()
function in class:SstreamTest
452
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
460
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
468
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(9) );
fstream_test.cpp
44
CPPUNIT_TEST(
tellp
);
74
void
tellp
();
274
void FstreamTest::
tellp
()
function in class:FstreamTest
282
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(6) );
290
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(9) );
322
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(expected_pos) );
340
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(10) );
754
file_pos.push_back(make_pair(out.
tellp
(), index));
/ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp
37
CPPUNIT_TEST(
tellp
);
57
void
tellp
();
409
CPPUNIT_CHECK( s.
tellp
() == stringstream::pos_type(7) );
444
void SstreamTest::
tellp
()
function in class:SstreamTest
452
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
460
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
468
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(9) );
fstream_test.cpp
44
CPPUNIT_TEST(
tellp
);
74
void
tellp
();
292
void FstreamTest::
tellp
()
function in class:FstreamTest
300
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(6) );
308
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(9) );
340
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(expected_pos) );
358
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(10) );
772
file_pos.push_back(make_pair(out.
tellp
(), index));
/ndk/tests/device/test-stlport/unit/
sstream_test.cpp
37
CPPUNIT_TEST(
tellp
);
57
void
tellp
();
409
CPPUNIT_CHECK( s.
tellp
() == stringstream::pos_type(7) );
444
void SstreamTest::
tellp
()
function in class:SstreamTest
452
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
460
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(6) );
468
CPPUNIT_CHECK( o.
tellp
() == stringstream::pos_type(9) );
fstream_test.cpp
44
CPPUNIT_TEST(
tellp
);
74
void
tellp
();
292
void FstreamTest::
tellp
()
function in class:FstreamTest
300
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(6) );
308
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(9) );
340
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(expected_pos) );
358
CPPUNIT_CHECK( o.
tellp
() == ofstream::pos_type(10) );
772
file_pos.push_back(make_pair(out.
tellp
(), index));
/external/llvm/lib/Support/
raw_os_ostream.cpp
30
uint64_t raw_os_ostream::current_pos() const { return OS.
tellp
(); }
/external/openfst/src/lib/
util.cc
81
int64 pos = strm.
tellp
();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h
206
for (int i = 0; i < kFileAlign && strm.
tellp
() % kFileAlign; ++i)
210
for (int i = 0; i < kFileAlign && strm.
tellp
() % kFileAlign; ++i)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream
66
pos_type
tellp
();
200
pos_type
tellp
();
[
all
...]
/external/openfst/src/include/fst/extensions/far/
sttable.h
84
positions_.push_back(stream_.
tellp
());
/external/stlport/stlport/stl/
_ostream.h
141
pos_type
tellp
() {
function in class:basic_ostream
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h
141
pos_type
tellp
() {
function in class:basic_ostream
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream.tcc
237
tellp
()
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream.tcc
239
tellp
()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream.tcc
239
tellp
()
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc
237
tellp
()
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h
141
pos_type
tellp
() {
function in class:basic_ostream
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc
237
tellp
()
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h
141
pos_type
tellp
() {
function in class:basic_ostream
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc
237
tellp
()
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.h
141
pos_type
tellp
() {
function in class:basic_ostream
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream.tcc
237
tellp
()
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc
239
tellp
()
Completed in 921 milliseconds
1
2
3