HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 126 - 150 of 186) sorted by null

1 2 3 4 56 7 8

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
  /external/icu4c/test/intltest/
tzregts.cpp 593 const int32_t GOOD = 1;
602 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN,
603 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
604 GOOD, UCAL_DECEMBER, 5, UCAL_SATURDAY, 24*60*60*1000,
609 GOOD, UCAL_DECEMBER, 1, 0, 0,
610 GOOD, UCAL_DECEMBER, 31, 0, 0,
615 GOOD, UCAL_DECEMBER, 31, -UCAL_SUNDAY, 0,
616 GOOD, UCAL_DECEMBER, 31, -UCAL_SATURDAY, 0,
623 UBool shouldBeGood = (DATA[i] == GOOD);
707 const int32_t GOOD = 1, BAD = 0
807 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/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 121 ASSERT_TRUE(dir.good());
  /dalvik/vm/
Dvm.mk 306 # peg them at 0 here, and we add an #ifdef'able define for good
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 352 // After constructing, you must check good() to test whether the Get
359 bool good() const { return 0 != kernel_; } function in class:syncable::Entry
756 bool good() const { return NULL != store_; } function in class:syncable::Directory
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 6 0x81 good Good store forwards
  /external/tcpdump/missing/
getaddrinfo.c 432 goto good;
490 good:
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument06.js 140 newChild = doc.createCDATASection("this is not ]]> good");
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 59 <!-- Until we find good fonts to use for cursive and fantasy
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 294 lambda w: "<case class='good'><br><br><b>" + w.group(0) + r"</b></case>",
297 lambda w: "\n<case class='good'><br><i>" + w.group(0) + r"</i> ",
300 lambda w: "</case>\n<case class='good'><br><status class='pass'>" + w.group(1) + r"</status>" + w.group(2),
309 lambda w: "</case>\n<case class='good'><br><status class='xfail'>" + w.group(1) + r"</status>" + w.group(2),
312 lambda w: "</case>\n<case class='good'><br><status class='xfail'>" + w.group(1) + r"</status>" + w.group(2),
318 lambda w: "</case>\n<case class='good'><br><status class='benchmark'>" + w.group(1) + r"</status>" + w.group(2),
324 lambda w: "</case>\n<case class='good'><br><b>" + w.group(1) + r"</b>" + w.group(2) + "</case>",
339 if (document.styleSheets[i].cssRules[0].selectorText == "case.good") {
358 case.good {color:black}
  /external/openssl/crypto/ocsp/
ocsp.h 229 * good [0] IMPLICIT NULL,
240 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon10083
  /external/openssl/include/openssl/
ocsp.h 229 * good [0] IMPLICIT NULL,
240 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon10127
  /external/zlib/contrib/masmx64/
gvmat64.asm 81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size
117 ; Note : these value are good with a 8 bytes boundary pack structure
  /external/zlib/contrib/masmx86/
match686.asm 82 ; Note : these value are good with a 8 bytes boundary pack structure
127 nicematch equ esp + 24 ; a good enough match size
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
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 789 &.good {
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 144 EXPECT_TRUE(dir.good());
151 EXPECT_TRUE(entry.good());
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 540 ASSERT_TRUE(dir.good());
570 ASSERT_TRUE(item.good());
    [all...]
  /external/zlib/contrib/masm686/
match.asm 117 nicematch = 24 ; a good enough match size
  /bionic/libc/netbsd/net/
getaddrinfo.c 732 goto good;
787 good:
    [all...]
  /external/v8/test/mjsunit/
json.js 199 // Test bad JSON that would be good JavaScript (ES5).

Completed in 733 milliseconds

1 2 3 4 56 7 8