HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 101 - 125 of 597) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 59 assert(!is.good());
67 assert(!is.good());
76 assert(is.good());
86 assert(is.good());
96 assert(is.good());
105 assert(is.good());
124 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 59 assert(!is.good());
67 assert(!is.good());
76 assert(is.good());
86 assert(is.good());
96 assert(is.good());
105 assert(is.good());
124 assert(is.good());
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 72 CPPUNIT_ASSERT( s.good() );
82 CPPUNIT_ASSERT( s.good() );
89 CPPUNIT_ASSERT( s.good() );
100 CPPUNIT_ASSERT( s.good() );
104 CPPUNIT_ASSERT( s.good() );
108 CPPUNIT_ASSERT( s.good() );
112 CPPUNIT_ASSERT( s.good() );
115 CPPUNIT_ASSERT( s.good() );
147 CPPUNIT_ASSERT( s.good() );
152 CPPUNIT_ASSERT( s.good() );
    [all...]
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 72 CPPUNIT_ASSERT( s.good() );
82 CPPUNIT_ASSERT( s.good() );
89 CPPUNIT_ASSERT( s.good() );
100 CPPUNIT_ASSERT( s.good() );
104 CPPUNIT_ASSERT( s.good() );
108 CPPUNIT_ASSERT( s.good() );
112 CPPUNIT_ASSERT( s.good() );
115 CPPUNIT_ASSERT( s.good() );
147 CPPUNIT_ASSERT( s.good() );
152 CPPUNIT_ASSERT( s.good() );
    [all...]
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 111 static SDL_atomic_t good = { 42 }; variable
125 SDL_AtomicAdd(&good, -CountInc);
170 v=SDL_AtomicGet(&good);
176 SDL_AtomicSet(&good, -5);
177 v=SDL_AtomicGet(&good);
181 SDL_AtomicSet(&good, CountTo);
182 v=SDL_AtomicGet(&good);
187 b=SDL_AtomicCAS(&good, 500, 43);
189 v=SDL_AtomicGet(&good);
192 b=SDL_AtomicCAS(&good, CountTo, 44)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 66 assert(os1.good());
73 assert(os2.good());
89 assert(os.good());
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn_test.go 23 good bool
40 payload, good := removePadding(test.in)
42 if !test.good {
45 if good != expectedGood {
46 t.Errorf("#%d: wrong validity, want:%d got:%d", i, expectedGood, good)
48 if good == 255 && len(payload) != test.expectedLen {
  /prebuilts/go/linux-x86/src/crypto/tls/
conn_test.go 23 good bool
40 payload, good := removePadding(test.in)
42 if !test.good {
45 if good != expectedGood {
46 t.Errorf("#%d: wrong validity, want:%d got:%d", i, expectedGood, good)
48 if good == 255 && len(payload) != test.expectedLen {
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 9 void good() { function in namespace:PR16570
  /external/elfutils/tests/
run-addr2line-test.sh 21 tempfiles good.out stdin.nl stdin.nl.out stdin.nonl stdin.nonl.out foo.out
24 cat > good.out <<\EOF
44 cat good.out | testrun_compare ${abs_top_builddir}/src/addr2line -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0
59 cmp good.out stdin.nl.out || exit 1
74 tempfiles good.addr.out
76 cat > good.addr.out <<\EOF
104 cat good.addr.out | testrun_compare ${abs_top_builddir}/src/addr2line -a -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0
108 cmp good.addr.out stdin.nl.out || exit 1
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 54 assert(is.good());
62 assert(is.good());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 70 assert(os.good());
78 assert(os.good());
ends.pass.cpp 61 assert(os.good());
69 assert(os.good());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 66 assert(os.good());
74 assert(os.good());
write.pass.cpp 65 assert(os.good());
74 assert(os.good());
  /external/libcxx/test/std/input.output/string.streams/stringstream.members/
str.pass.cpp 25 assert(ss.good());
45 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 54 assert(is.good());
62 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 66 assert(os.good());
84 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 70 assert(os.good());
78 assert(os.good());
ends.pass.cpp 61 assert(os.good());
69 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 66 assert(os.good());
74 assert(os.good());
write.pass.cpp 65 assert(os.good());
74 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/
str.pass.cpp 25 assert(ss.good());
45 assert(ss.good());

Completed in 256 milliseconds

1 2 3 45 6 7 8 91011>>