HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/stlport/test/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
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() );
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...]
codecvt_test.cpp 297 CPPUNIT_ASSERT( ostr.good() );
301 CPPUNIT_ASSERT( ostr.good() );
306 CPPUNIT_ASSERT( istr.good() );
313 CPPUNIT_ASSERT( istr.good() );
340 CPPUNIT_ASSERT( istr.good() );
347 CPPUNIT_ASSERT( istr.good() );
  /dalvik/dx/tests/
run-test 113 good="no"
117 good="yes"
120 good="yes"
126 good="yes"
131 if [ "$good" = "yes" ]; then
  /build/tools/droiddoc/src/
TodoFile.java 93 boolean good = true;
99 good = false;
102 if (!good) {
108 boolean good = true;
114 good = false;
117 if (!good) {
124 boolean good = true;
129 good = false;
132 if (!good) {
138 boolean good = true
    [all...]
AttrTagInfo.java 69 if (!linkRef.good) {
  /dalvik/tests/
run-test 199 good="no"
205 good="yes"
212 good="yes"
229 good="yes"
234 if [ "$good" = "yes" ]; then
  /external/openssl/crypto/rand/
rand_win.c 197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount()
    [all...]
  /external/dhcpcd/mk/
cc.mk 3 # Setup some good default CFLAGS
12 # Try and use some good cc flags if we're building from git
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uios.h 89 inline bool good (void) const { return (rdstate() == goodbit); } function in class:ustl::ios_base
ofstream.cpp 132 while (br - oldPos < n && m_File.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/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/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
  /external/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /external/v8/test/mjsunit/
string-compare-alignment.js 32 var base = "Now is the time for all good men to come to the aid of the party. " +
33 "Now is the time for all good men to come to the aid of the party."
  /external/zlib/examples/
gzlog.c 137 int good; local
176 good = 0;
184 good = 1;
192 if (!good) {
  /external/opencore/oscl/oscl/osclutil/src/
oscl_bin_stream.h 89 bool good();
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 62 jne .L${opcode}_continue # good to go - continue
OP_NEW_INSTANCE.S 76 jne .L${opcode}_resolved # good to go
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 210 bool good = false;
220 good = true;
227 if (good)
  /external/openssl/crypto/ocsp/
ocsp_asn.c 133 ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),

Completed in 2398 milliseconds

1 2 3