HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 176 - 200 of 597) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
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 832 bool good = true; local
858 bool good; local
    [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):
  /prebuilts/go/darwin-x86/test/fixedbugs/bug369.dir/
main.go 40 // Optimization should be good for at least 2x, but be forgiving.
  /prebuilts/go/linux-x86/test/fixedbugs/bug369.dir/
main.go 40 // Optimization should be good for at least 2x, but be forgiving.
  /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::__anon7691
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.
Stmt.cpp 153 struct good {}; struct in namespace:__anon7744
159 static inline good is_good(good) { return good(); }
162 template <class T> good implements_children(children_t T::*) {
163 return good();
171 template <class T> good implements_getLocStart(getLocStart_t T::*) {
172 return good();
180 template <class T> good implements_getLocEnd(getLocEnd_t T::*) {
181 return good();
    [all...]
  /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/current/sources/cxx-stl/stlport/stlport/stl/
_istream.h 295 if (__istr.good()) {
302 if (!__istr.good()) {
311 if (__istr.good()) {
320 return __istr.good();
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 301 bool good = true;
303 good &= ResumeThread(threads_[i]);
305 return good;
  /external/gptfdisk/
support.cc 41 if (!cin.good())
59 if (!cin.good())
108 if (!cin.good())
  /external/opencv3/modules/cudaimgproc/src/
gftt.cpp 151 bool good = true;
182 good = false;
192 if(good)
  /external/autotest/client/cros/
power_utils.py 564 good = eval("%d %s %d" % (value, operator, expr))
565 if not good:
569 return good
576 good = self._shift_mask_match(reg_name, r, item)
577 if not good:
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 421 FILE *good, *new; local
426 good = fopen( item->name, "r" );
427 if ( good == NULL )
441 while ( ( len = fread( buffer, 1, sizeof ( buffer ), good ) ) > 0 )
444 fclose( good );

Completed in 1669 milliseconds

1 2 3 4 5 6 78 91011>>