HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /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());
  /art/test/
run-test 232 good="no"
243 good="yes"
253 good="yes"
259 good="yes"
267 good="no"
287 good="yes"
293 if [ "$good" == "yes" ]; then
  /external/stlport/test/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-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() );
  /dalvik/tests/
run-test 199 good="no"
205 good="yes"
212 good="yes"
229 good="yes"
234 if [ "$good" = "yes" ]; then
  /external/chromium/chrome/browser/sync/engine/
syncer_command.cc 26 if (!dir.good()) {
apply_updates_command.cc 22 if (!dir.good()) {
46 if (!dir.good()) {
  /external/chromium_org/sync/internal_api/
read_node.cc 35 if (!entry_->good())
44 if (!entry_->good())
65 if (!entry_->good())
87 if (!entry_->good())
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 80 ASSERT_TRUE(e->good());
115 ASSERT_FALSE(e.good()); // Hasn't been written yet.
126 ASSERT_TRUE(me.good());
137 ASSERT_TRUE(e.good());
154 ASSERT_TRUE(e.good());
162 ASSERT_TRUE(e.good());
198 ASSERT_TRUE(me.good());
214 ASSERT_TRUE(me.good());
234 ASSERT_TRUE(me.good());
252 ASSERT_TRUE(me.good());
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 114 unsigned padding_length, good; local
123 good = constant_time_ge(rec->length, padding_length+overhead);
125 good &= constant_time_ge(block_size, padding_length+1);
126 padding_length = good & (padding_length+1);
129 return (int)((good & 1) | (~good & -1));
148 unsigned padding_length, good, to_check, i; local
195 good = constant_time_ge(rec->length, overhead+padding_length);
215 good &= ~(mask&(padding_length ^ b));
219 * one or more of the lower eight bits of |good| will be cleared. W
    [all...]
  /external/openssl/ssl/
s3_cbc.c 114 unsigned padding_length, good; local
123 good = constant_time_ge(rec->length, padding_length+overhead);
125 good &= constant_time_ge(block_size, padding_length+1);
126 padding_length = good & (padding_length+1);
129 return (int)((good & 1) | (~good & -1));
148 unsigned padding_length, good, to_check, i; local
195 good = constant_time_ge(rec->length, overhead+padding_length);
215 good &= ~(mask&(padding_length ^ b));
219 * one or more of the lower eight bits of |good| will be cleared. W
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 49 assert(is.good());
56 assert(is.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());
seekg_off.pass.cpp 58 assert(is.good());
65 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 67 assert(os.good());
74 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.seeks/
seekp2.pass.cpp 54 assert(os.good());
57 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 190 milliseconds

1 23 4 5 6 7 8 91011>>