OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcount
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/
file_util.cc
127
(file1.
gcount
() != file2.
gcount
()) ||
128
(memcmp(buffer1, buffer2, file1.
gcount
()))) {
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc
304
int result = input_->
gcount
();
/external/stlport/stlport/stl/
_istream.h
125
streamsize
gcount
() const { return _M_gcount; }
function in class:basic_istream
/ndk/sources/android/stlport/stlport/stl/
_istream.h
125
streamsize
gcount
() const { return _M_gcount; }
function in class:basic_istream
/external/stlport/test/unit/
fstream_test.cpp
234
CPPUNIT_ASSERT( is.
gcount
() == 0 );
238
CPPUNIT_ASSERT( is.
gcount
() == 8 );
791
nb_reads += in.
gcount
();
/ndk/sources/android/stlport/test/unit/
fstream_test.cpp
252
CPPUNIT_ASSERT( is.
gcount
() == 0 );
256
CPPUNIT_ASSERT( is.
gcount
() == 8 );
809
nb_reads += in.
gcount
();
Completed in 3286 milliseconds