OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nb_read_lines
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
fstream_test.cpp
591
size_t
nb_read_lines
= 0;
local
593
++
nb_read_lines
;
597
CPPUNIT_ASSERT(
nb_read_lines
== nb_lines );
/ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp
609
size_t
nb_read_lines
= 0;
local
611
++
nb_read_lines
;
615
CPPUNIT_ASSERT(
nb_read_lines
== nb_lines );
/ndk/tests/device/test-stlport/unit/
fstream_test.cpp
609
size_t
nb_read_lines
= 0;
local
611
++
nb_read_lines
;
615
CPPUNIT_ASSERT(
nb_read_lines
== nb_lines );
Completed in 79 milliseconds