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

1 23 4 5 6 7 8

  /external/chromium/base/debug/
stack_trace_win.cc 64 for (size_t i = 0; (i < count) && os->good(); ++i) {
187 for (int i = 0; (i < count_) && os->good(); ++i) {
  /external/chromium/chrome/browser/sync/engine/
verify_updates_command_unittest.cc 45 ASSERT_TRUE(dir.good());
49 ASSERT_TRUE(entry.good());
change_reorder_buffer.cc 51 CHECK(node.good());
63 CHECK(parent.good());
202 CHECK(child.good());
get_commit_ids_command.cc 59 CHECK(parent.good()) << "Bad user-only parent in item path.";
101 CHECK(prev.good()) << "Bad id when walking predecessors.";
176 if (parent.good() &&
syncer.cc 77 // The directory must be good here.
78 CHECK(dir.good());
95 // The directory must be good here.
96 CHECK(dir.good());
183 if (!dir.good()) {
process_commit_response_command.cc 64 if (!dir.good()) {
115 if (!dir.good()) {
219 CHECK(local_entry.good());
267 if (e.good()) {
344 if (same_id.good()) {
syncapi.cc 130 if (!entry.good())
708 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
725 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
735 if (!entry_->good())
777 if (!entry_->good())
815 if (existing_entry->good()) {
849 if (!entry_->good()) {
    [all...]
download_updates_command.cc 39 if (!dir.good()) {
process_updates_command.cc 40 if (!dir.good()) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
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 33 "Now is the time for all good men to come to the aid of the party. " +
34 "Now is the time for all good men to come to the aid of the party."
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 190 boolean good = false;
195 good = true;
199 if (!good) return false;
  /external/stlport/test/unit/
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() );
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror01.js 144 newChild = doc.createCDATASection("this is not ]]> good");
170 assert("firstChildNotIntact","this is not ]]> good" != childValue);
179 assertEquals("firstChildIntact","this is not ]]> good",childValue);
documentnormalizedocument08.js 116 newChild = doc.createCDATASection("this is not ]]> good");
120 newChild = doc.createCDATASection("this is not ]]> good");
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 72 if (!dir.good())
  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 61 if (!dir.good())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())

Completed in 891 milliseconds

1 23 4 5 6 7 8