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

1 23 4 5 6 7 8 91011

  /dalvik/tests/
run-test 199 good="no"
205 good="yes"
212 good="yes"
229 good="yes"
234 if [ "$good" = "yes" ]; then
  /external/chromium/chrome/browser/sync/engine/
syncer_command.cc 26 if (!dir.good()) {
apply_updates_command.cc 22 if (!dir.good()) {
46 if (!dir.good()) {
cleanup_disabled_types_command.cc 54 if (!dir.good()) {
post_commit_message_command.cc 27 if (!dir.good())
build_and_process_conflict_sets_command.cc 42 if (!dir.good())
75 CHECK(entry.good());
109 CHECK(entry.good());
209 // good state we should always succeed.
230 if (!entry.good() ||
265 if (!parent.good()) {
274 if (!parent.good()) {
301 CHECK(e.good()) << "Missing parent in path of: " << log_entry;
320 CHECK(parent.good()) << "Tree inconsitency, missing id" << id << " "
333 return e.good() && e.Get(syncable::IS_DEL) && e.Get(syncable::IS_UNSYNCED)
    [all...]
clear_data_command_unittest.cc 66 ASSERT_TRUE(dir.good());
102 ASSERT_TRUE(dir.good());
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 80 ASSERT_TRUE(e->good());
115 ASSERT_FALSE(e.good()); // Hasn't been written yet.
126 ASSERT_TRUE(me.good());
137 ASSERT_TRUE(e.good());
154 ASSERT_TRUE(e.good());
162 ASSERT_TRUE(e.good());
198 ASSERT_TRUE(me.good());
214 ASSERT_TRUE(me.good());
234 ASSERT_TRUE(me.good());
252 ASSERT_TRUE(me.good());
    [all...]
  /external/openssl/ssl/
s3_cbc.c 114 unsigned padding_length, good; local
123 good = constant_time_ge(rec->length, padding_length+overhead);
125 good &= constant_time_ge(block_size, padding_length+1);
126 padding_length = good & (padding_length+1);
129 return (int)((good & 1) | (~good & -1));
148 unsigned padding_length, good, to_check, i; local
195 good = constant_time_ge(rec->length, overhead+padding_length);
215 good &= ~(mask&(padding_length ^ b));
219 * one or more of the lower eight bits of |good| will be cleared. W
    [all...]
  /external/stlport/test/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 49 assert(is.good());
56 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 54 assert(is.good());
62 assert(is.good());
seekg_off.pass.cpp 58 assert(is.good());
65 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 67 assert(os.good());
74 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 70 assert(os.good());
78 assert(os.good());
ends.pass.cpp 61 assert(os.good());
69 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 54 assert(os.good());
57 assert(os.good());
seekp.pass.cpp 52 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 66 assert(os.good());
74 assert(os.good());
write.pass.cpp 65 assert(os.good());
74 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringstream.members/
str.pass.cpp 25 assert(ss.good());
45 assert(ss.good());
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /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

Completed in 1187 milliseconds

1 23 4 5 6 7 8 91011