HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 151 - 175 of 442) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /external/chromium_org/sync/test/engine/
test_directory_setter_upper.cc 59 if (!directory()->good())
  /external/eigen/bench/spbench/
spbenchsolver.cpp 51 if(statbuf.good()){
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 54 assert(os.good());
  /external/qemu/qobject/
json-lexer.c 313 * subsequent "good" input, percolate this error state up to the
  /external/stlport/test/unit/
fstream_test.cpp 101 CPPUNIT_ASSERT (f.good());
111 CPPUNIT_ASSERT( f.good() );
115 CPPUNIT_ASSERT( f.good() );
119 CPPUNIT_ASSERT( f.good() );
123 CPPUNIT_ASSERT( f.good() );
126 CPPUNIT_ASSERT( f.good() );
135 if (in.good()) {
168 CPPUNIT_ASSERT( f.good() );
175 CPPUNIT_ASSERT( f.good() );
179 CPPUNIT_ASSERT( f.good() );
    [all...]
num_put_get_test.cpp 405 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
431 CPPUNIT_ASSERT(ostr.good());
441 CPPUNIT_ASSERT(ostr.good());
451 CPPUNIT_ASSERT(ostr.good());
461 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
487 CPPUNIT_ASSERT(ostr.good());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 54 assert(os.good());
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 405 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
431 CPPUNIT_ASSERT(ostr.good());
441 CPPUNIT_ASSERT(ostr.good());
451 CPPUNIT_ASSERT(ostr.good());
461 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
487 CPPUNIT_ASSERT(ostr.good());
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 405 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
431 CPPUNIT_ASSERT(ostr.good());
441 CPPUNIT_ASSERT(ostr.good());
451 CPPUNIT_ASSERT(ostr.good());
461 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
487 CPPUNIT_ASSERT(ostr.good());
    [all...]
  /external/chromium_org/sync/engine/
syncer_util.cc 110 // The SyncAPI equivalent of this function will return !good if IS_DEL.
111 // The syncable version will return good even if IS_DEL.
113 if (local_entry.good()) {
168 if (local_entry.good() && !local_entry.GetIsDel()) {
195 CHECK(entry->good());
236 if (!parent.good() || parent.GetIsDel() || !parent.GetIsDir()) {
427 if (!entry.good()) {
517 if (!parent.good() || !parent.GetIsDel())
528 if (target->good()) {
550 CHECK(target->good());
    [all...]
apply_control_data_updates.cc 40 for (ModelTypeSet::Iterator iter = control_types.First(); iter.Good();
43 if (!entry.good())
66 CHECK(entry.good());
conflict_resolver.cc 45 // Must be good as the entry won't have been cleaned up.
46 CHECK(entry.good());
233 CHECK(conflicting_node.good());
  /external/chromium_org/sync/internal_api/
write_node.cc 285 if (!entry_->good())
306 if (!entry_->good())
319 if (!entry_->good())
349 if (!entry_->good())
389 if (existing_entry->good()) {
424 if (!entry_->good())
sync_backup_manager.cc 101 CHECK(entry.good());
126 if (entry.good()) {
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 402 boolean good = false;
406 good = true;
408 assertEquals(good, true);
413 boolean good = false;
417 good = true;
419 assertEquals(good, true);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 369 if ( !in->good() ) return false;
383 while ( in->good() )
656 while ( in->good() )
659 while ( in->good() && in->peek() != '>' )
670 if ( in->good() )
907 while( in->good() )
931 // All good!
946 if ( in->good() && in->peek() != '<' )
959 if ( !in->good() ) return;
968 if ( !in->good() )
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 369 if ( !in->good() ) return false;
383 while ( in->good() )
656 while ( in->good() )
659 while ( in->good() && in->peek() != '>' )
670 if ( in->good() )
907 while( in->good() )
931 // All good!
946 if ( in->good() && in->peek() != '<' )
959 if ( !in->good() ) return;
968 if ( !in->good() )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 360 if ( !in->good() ) return false;
374 while ( in->good() )
633 while ( in->good() )
636 while ( in->good() && in->peek() != '>' )
647 if ( in->good() )
890 while( in->good() )
914 // All good!
928 if ( in->good() && in->peek() != '<' )
941 if ( !in->good() ) return;
950 if ( !in->good() )
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 47 // Builds an SSLInfo from a "good" cert chain, as defined by IsGoodSSLInfo,
63 // Checks that |info| is good as required by the SSL checks performed in
82 // Passes if invoked with a good SSLInfo and for a hostname that is a Google
180 SSLInfo good = GetGoodSSLInfo(); local
181 EXPECT_TRUE(IsGoodSSLInfo(good));

Completed in 1274 milliseconds

1 2 3 4 5 67 8 91011>>