OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tellg
(Results
1 - 25
of
37
) sorted by null
1
2
/external/stlport/test/unit/
sstream_test.cpp
390
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(0) );
392
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(6) );
394
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(3) );
397
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(0) );
399
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(6) );
401
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(3) );
fstream_test.cpp
43
CPPUNIT_TEST(
tellg
);
73
void
tellg
();
210
void FstreamTest::
tellg
()
function in class:FstreamTest
230
// CPPUNIT_ASSERT( is.
tellg
() == 0 );
235
CPPUNIT_ASSERT( is.
tellg
() == p );
251
is.
tellg
();
252
CPPUNIT_ASSERT( is.
tellg
() == p );
266
CPPUNIT_ASSERT( is.
tellg
() == p );
codecvt_test.cpp
145
* buffer (
tellg
-> -1), when you just read a 'a' you are at an undefined
314
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
327
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalPos );
348
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
370
if ((int)istr.
tellg
() != theoricalTellg) {
371
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalTellg );
/ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp
390
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(0) );
392
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(6) );
394
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(3) );
397
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(0) );
399
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(6) );
401
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(3) );
fstream_test.cpp
43
CPPUNIT_TEST(
tellg
);
73
void
tellg
();
228
void FstreamTest::
tellg
()
function in class:FstreamTest
248
// CPPUNIT_ASSERT( is.
tellg
() == 0 );
253
CPPUNIT_ASSERT( is.
tellg
() == p );
269
is.
tellg
();
270
CPPUNIT_ASSERT( is.
tellg
() == p );
284
CPPUNIT_ASSERT( is.
tellg
() == p );
codecvt_test.cpp
145
* buffer (
tellg
-> -1), when you just read a 'a' you are at an undefined
315
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
328
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalPos );
350
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
372
if ((int)istr.
tellg
() != theoricalTellg) {
373
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalTellg );
/ndk/tests/device/test-stlport/unit/
sstream_test.cpp
390
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(0) );
392
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(6) );
394
CPPUNIT_ASSERT( s.
tellg
() == stringstream::pos_type(3) );
397
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(0) );
399
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(6) );
401
CPPUNIT_ASSERT( is.
tellg
() == stringstream::pos_type(3) );
fstream_test.cpp
43
CPPUNIT_TEST(
tellg
);
73
void
tellg
();
228
void FstreamTest::
tellg
()
function in class:FstreamTest
248
// CPPUNIT_ASSERT( is.
tellg
() == 0 );
253
CPPUNIT_ASSERT( is.
tellg
() == p );
269
is.
tellg
();
270
CPPUNIT_ASSERT( is.
tellg
() == p );
284
CPPUNIT_ASSERT( is.
tellg
() == p );
codecvt_test.cpp
145
* buffer (
tellg
-> -1), when you just read a 'a' you are at an undefined
315
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
328
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalPos );
350
CPPUNIT_ASSERT( (int)istr.
tellg
() == 0 );
372
if ((int)istr.
tellg
() != theoricalTellg) {
373
CPPUNIT_ASSERT( (int)istr.
tellg
() == theoricalTellg );
/frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp
208
|| (((unsigned int) in.
tellg
() != in.str().length())
209
&& (in.
tellg
() != (streampos) -1))) {
230
|| (((unsigned int) in.
tellg
() != in.str().length())
231
&& (in.
tellg
() != (streampos) -1))) {
hwcRects.cpp
405
while ((in.
tellg
() < (streampos) in.str().length())
406
&& (in.
tellg
() != (streampos) -1)) {
hwcCommit.cpp
370
|| (((unsigned int) in.
tellg
() != in.str().length())
371
&& (in.
tellg
() != (streampos) -1))) {
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h
174
for (int i = 0; i < kFileAlign && strm.
tellg
() % kFileAlign; ++i)
185
for (int i = 0; i < kFileAlign && strm.
tellg
() % kFileAlign; ++i)
/external/stlport/stlport/stl/
_istream.h
163
pos_type
tellg
();
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h
163
pos_type
tellg
();
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.h
163
pos_type
tellg
();
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.h
163
pos_type
tellg
();
/external/icu4c/tools/tzcode/
tz2icu.cpp
563
int64_t eofPos = (int64_t) file.
tellg
();
580
eofPos = (int64_t) file.
tellg
();
582
eofPos = eofPos - (int64_t) file.
tellg
();
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
istream.tcc
763
tellg
(void)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream
546
tellg
();
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc
763
tellg
(void)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream
546
tellg
();
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc
763
tellg
(void)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream
546
tellg
();
/external/stlport/etc/
ChangeLog-4.0
102
* _fstream.c : fixed
tellg
() bug in text mode
Completed in 1236 milliseconds
1
2