HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 151 - 175 of 388) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
flags1.d 11 # (There is no good reason why they have to be).
  /external/eigen/bench/spbench/
spbenchsolver.cpp 51 if(statbuf.good()){
  /external/google-breakpad/src/processor/
microdump_processor_unittest.cc 65 ASSERT_TRUE(file_stream.good());
68 ASSERT_TRUE(file_stream.good());
71 ASSERT_TRUE(file_stream.good());
73 ASSERT_TRUE(file_stream.good());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 54 assert(os.good());
seekp2.pass.cpp 56 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 54 assert(os.good());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
amd.s 34 # Everything's good bar the opcode suffix
amdfam10.s 36 # Force a good alignment.
x86-64-amdfam10.s 44 # Force a good alignment.
  /external/boringssl/src/crypto/cipher/
tls_cbc.c 78 unsigned padding_length, good, to_check, i; local
88 good = constant_time_ge(in_len, overhead + padding_length);
108 good &= ~(mask & (padding_length ^ b));
112 * one or more of the lower eight bits of |good| will be cleared. */
113 good = constant_time_eq(0xff, good & 0xff);
117 * and returned -1, distinguishing good MAC and bad padding from bad MAC and
119 padding_length = good & (padding_length + 1);
122 return constant_time_select_int(good, 1, -1);
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 397 CPPUNIT_ASSERT(ostr.good());
407 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
433 CPPUNIT_ASSERT(ostr.good());
443 CPPUNIT_ASSERT(ostr.good());
453 CPPUNIT_ASSERT(ostr.good());
463 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 397 CPPUNIT_ASSERT(ostr.good());
407 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
433 CPPUNIT_ASSERT(ostr.good());
443 CPPUNIT_ASSERT(ostr.good());
453 CPPUNIT_ASSERT(ostr.good());
463 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 489 bool good = true; local
505 good = good && fwrite(&outHeader, sizeof(outHeader), 1, out) == 1;
506 good = good && fwrite(&ki, sizeof(ki), 1, out) == 1;
507 good = good && fwrite(buf, bufUsed, 1, out) == 1;
509 return good ? 0 : 2;
515 bool good; local
537 good = fwrite(&outHeader, sizeof(outHeader), 1, out) == 1
    [all...]
  /external/opencv3/modules/imgproc/src/
featureselect.cpp 193 bool good = true; local
223 good = false;
232 if (good)
337 bool good = true; local
367 good = false;
376 if (good)
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 402 boolean good = false;
406 good = true;
408 assertEquals(good, true);
413 boolean good = false;
417 good = true;
419 assertEquals(good, true);
  /external/autotest/site_utils/
lab_inventory_unittest.py 428 as good as any other.
620 Board Avail Bad Good Spare Total
653 good = int(items[3])
656 self._board_data.append((board, (good, bad, spare)))
661 good, bad, spares = counts
663 return ((good + bad - spares, 0),
666 return ((good, bad - spares), (0, spares))
671 good, bad, spares = counts
672 if good > spares:
673 return ((good - spares, bad), (spares, 0)
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 369 if ( !in->good() ) return false;
383 while ( in->good() )
656 while ( in->good() )
659 while ( in->good() && in->peek() != '>' )
670 if ( in->good() )
907 while( in->good() )
931 // All good!
946 if ( in->good() && in->peek() != '<' )
959 if ( !in->good() ) return;
968 if ( !in->good() )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 360 if ( !in->good() ) return false;
374 while ( in->good() )
633 while ( in->good() )
636 while ( in->good() && in->peek() != '>' )
647 if ( in->good() )
890 while( in->good() )
914 // All good!
928 if ( in->good() && in->peek() != '<' )
941 if ( !in->good() ) return;
950 if ( !in->good() )
    [all...]
  /external/deqp/executor/tools/
xeExtractSampleLists.cpp 48 if (!out.good())
141 if (!in.good())
  /external/opencv3/samples/python2/
lk_track.py 56 good = d < 1
58 for tr, (x, y), good_flag in zip(self.tracks, p1.reshape(-1, 2), good):
  /system/core/libmincrypt/test/
ecdsa_test.c 233 #define CHECK_DSA_SIG(sig, good) do {\
236 printf(#sig ": %s\n", result ? "good" : "bad"); \
237 success = success && !(good ^ result); \
245 printf(" R value %s\n", result ? "good" : "bad"); \
249 printf(" S value %s\n", result ? "good" : "bad"); \
  /external/clang/lib/AST/
Comment.cpp 37 struct good {}; struct in namespace:clang::comments::__anon7103
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.

Completed in 968 milliseconds

1 2 3 4 5 67 8 91011>>