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

12 3

  /external/stlport/stlport/stl/
_ostream.h 219 if (__str.good()) {
225 return __str.good();
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /build/tools/droiddoc/src/
LinkReference.java 52 public boolean good; field in class:LinkReference
415 result.good = true;
  /external/grub/netboot/
via-rhine.c 1101 int rxstatus, good = 0;; local
1115 good = 1;
1117 if (good)
1127 return good;
  /external/icu4c/test/iotest/
stream.cpp 145 return (stream.good()<<IOSTREAM_GOOD_SHIFT)
157 log_verbose("good");
  /external/openssl/crypto/ocsp/
ocsp_srv.c 177 cs->value.good = ASN1_NULL_new();
ocsp.h 228 * good [0] IMPLICIT NULL,
239 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon3966
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 154 while (br < n && good())
uspecial.h 157 for (int i = Size; --i >= 0 && (is >> c).good();)
  /external/opencore/tools_v2/build/make/
sdkinfo_nr.mk 79 # Check if date_format strings are good.
  /external/v8/test/mjsunit/
escape.js 68 var example = "Now is the time for all good men to come to the aid of the party.";
array-functions-prototype-misc.js 185 sparse[pos + 22591927] = 'good ';
191 assertEquals("baz: Now is the time for all good men.", sparse.join(''));
json.js 206 // Test bad JSON that would be good JavaScript (ES5).
  /dalvik/tests/057-iteration-performance/src/
Main.java 118 // Try up to 5 times to get good times.
173 boolean good = true;
183 good = false;
188 return good;
  /external/icu4c/test/intltest/
tzregts.cpp 603 const int32_t GOOD = 1;
612 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
613 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
614 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000,
619 GOOD, UCAL_DECEMBER, 1, 0, 0,
620 GOOD, UCAL_DECEMBER, 31, 0, 0,
625 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0,
626 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0,
633 UBool shouldBeGood = (DATA[i] == GOOD);
717 const int32_t GOOD = 1, BAD = 0
817 UBool good = DATA[i] == GOOD; local
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 541 break; // good
1070 qboolean good; local
1073 good = false;
1113 good = true;
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 61 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size
78 ; Note : these value are good with a 8 bytes boundary pack structure
  /dalvik/vm/
Dvm.mk 329 # peg them at 0 here, and we add an #ifdef'able define for good
  /external/opencore/oscl/oscl/osclutil/src/
oscl_bin_stream.inl 34 OSCL_INLINE bool OsclBinStream::good()
  /external/tcpdump/missing/
getaddrinfo.c 432 goto good;
490 good:
  /external/openssl/include/openssl/
ocsp.h 228 * good [0] IMPLICIT NULL,
239 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon4011
  /external/zlib/contrib/masm686/
match.asm 117 nicematch = 24 ; a good enough match size
  /external/zlib/contrib/masmx86/
gvmat32.asm 96 ; Note : these value are good with a 8 bytes boundary pack structure
361 ; calculate the good chain_length, and we'll compare scan and match string
621 nicematch equ esp + 24 ; a good enough match size
  /bionic/libc/netbsd/net/
getaddrinfo.c 506 goto good;
554 good:
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 926 // alert("Cookie test is good");

Completed in 811 milliseconds

12 3