/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 | 190 return (stream.good()<<IOSTREAM_GOOD_SHIFT) 202 log_verbose("good");
|
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 199 if (!In.good()) {
|
/external/openssl/crypto/ocsp/ |
ocsp_srv.c | 177 cs->value.good = ASN1_NULL_new();
|
/external/protobuf/src/google/protobuf/ |
message.cc | 175 return output->good();
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 109 providing a good test case. 223 this does more harm than good. [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 970 CHECK(e.good()); [all...] |
/external/ceres-solver/docs/ |
helloworld.tex | 8 This is a trivial problem, whose minimum is easy to see is located at $x = 10$, but it is a good place to start to illustrate the basics of solving a problem with Ceres\footnote{Full working code for this and other examples in this manual can be found in the \texttt{examples} directory. Code for this example can be found in \texttt{examples/quadratic.cc}}.
|
/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(''));
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument07.js | 139 newChild = doc.createCDATASection("this is not ]]> good");
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 848 bool good) { 852 if (good) { 892 bool good = ((status & ZygoteHost::kSandboxSUID) && local 895 if (good) { [all...] |
process_info_snapshot_mac.cc | 174 if (!in.good()) {
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 351 if (!dir.good()) {
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.cc | 214 if (!dir.good())
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl.cc | 345 return output_->good();
|
/external/stlport/stlport/stl/ |
_ios_base.h | 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 174 bool good() const { return _M_iostate == 0; } function in class:ios_base
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 172 bool good() const { return _M_iostate == 0; } function in class:ios_base
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 174 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/stressapptest/src/ |
worker.cc | 589 char *good = reinterpret_cast<char*>(&(error->expected)); local 595 if (good[offset] != bad[offset]) 647 char *good = reinterpret_cast<char*>(&(error->expected)); local 653 if (good[offset] != bad[offset]) 3282 char *good = reinterpret_cast<char*>(&(error->expected)); local [all...] |