HomeSort by relevance Sort by last modified time
    Searched refs:gcount (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 50 assert(is1.gcount() == 0);
51 assert(is.gcount() == 0);
65 assert(is1.gcount() == 0);
66 assert(is.gcount() == 0);
streambuf.pass.cpp 40 assert(is.gcount() == 0);
53 assert(is.gcount() == 0);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 50 assert(is1.gcount() == 0);
51 assert(is.gcount() == 0);
65 assert(is1.gcount() == 0);
66 assert(is.gcount() == 0);
streambuf.pass.cpp 40 assert(is.gcount() == 0);
53 assert(is.gcount() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 50 assert(is1.gcount() == 0);
51 assert(is.gcount() == 0);
65 assert(is1.gcount() == 0);
66 assert(is.gcount() == 0);
streambuf.pass.cpp 40 assert(is.gcount() == 0);
53 assert(is.gcount() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 50 assert(is1.gcount() == 0);
51 assert(is.gcount() == 0);
65 assert(is1.gcount() == 0);
66 assert(is.gcount() == 0);
streambuf.pass.cpp 40 assert(is.gcount() == 0);
53 assert(is.gcount() == 0);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 65 assert(is.gcount() == 7);
71 assert(is.gcount() == 3);
80 assert(is.gcount() == 7);
86 assert(is.gcount() == 3);
get_streambuf_chart.pass.cpp 66 assert(is.gcount() == 7);
72 assert(is.gcount() == 3);
81 assert(is.gcount() == 7);
87 assert(is.gcount() == 3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 65 assert(is.gcount() == 7);
71 assert(is.gcount() == 3);
80 assert(is.gcount() == 7);
86 assert(is.gcount() == 3);
get_streambuf_chart.pass.cpp 66 assert(is.gcount() == 7);
72 assert(is.gcount() == 3);
81 assert(is.gcount() == 7);
87 assert(is.gcount() == 3);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 60 assert(is.gcount() == 0);
68 assert(is.gcount() == 0);
77 assert(is.gcount() == 0);
87 assert(is.gcount() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 60 assert(is.gcount() == 0);
68 assert(is.gcount() == 0);
77 assert(is.gcount() == 0);
87 assert(is.gcount() == 0);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.cpp 67 if (is.gcount() < expected)
69 THROW (Iex::InputExc, "Early end of file: read " << is.gcount()
  /external/freetype/src/autofit/
hbshim.c 454 unsigned int gcount; local
470 ginfo = hb_buffer_get_glyph_infos( buf, &gcount );
471 gpos = hb_buffer_get_glyph_positions( buf, &gcount );
491 if ( gcount > 1 )
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 67 assert(is.gcount() == 10);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c 454 unsigned int gcount; local
470 ginfo = hb_buffer_get_glyph_infos( buf, &gcount );
471 gpos = hb_buffer_get_glyph_positions( buf, &gcount );
491 if ( gcount > 1 )
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 67 assert(is.gcount() == 10);
  /external/libchrome/base/files/
file_util.cc 73 (file1.gcount() != file2.gcount()) ||
74 (memcmp(buffer1, buffer2, static_cast<size_t>(file1.gcount())))) {
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 50 return int(gcount())
  /prebuilts/go/linux-x86/src/runtime/
debug.go 50 return int(gcount())
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 73 int numRead = (int)in.gcount();
xeExtractSampleLists.cpp 147 numRead = (int)in.gcount();
xeExtractShaderPrograms.cpp 188 numRead = (int)in.gcount();

Completed in 374 milliseconds

12 3 4