HomeSort by relevance Sort by last modified time
    Searched defs:badness (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 22 auto badness = g2(); variable
constexpr-printing.cpp 62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union with active member 'b'}} function in struct:V
63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
64 expected-note {{in call to 'badness({.b = 76})'}}
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java 78 final Throwable[] badness = new Throwable[1]; local
89 badness[0] = t;
98 if (badness[0] != null) {
99 throw badness[0];
  /external/libopus/celt/
quant_bands.c 163 int badness = 0; local
247 badness += abs(qi0-qi);
258 return lfe ? 0 : badness;
  /external/v8/src/
string-search.h 436 int badness = -pattern_length; local
451 badness += 1 - shift; // at most zero, so badness cannot increase.
462 // Badness increases by the number of characters we have
466 badness += (pattern_length - j) - last_char_shift;
467 if (badness > 0) {
519 // Badness is a count of how much work we have done. When we have
522 int badness = -10 - (pattern_length << 2); local
527 badness++;
528 if (badness <= 0)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 411 unsigned int badness, checksum_failures; local
428 checksum_failures = badness = 0;
458 badness++;
461 badness++;
464 if (badness > inodes_per_block / 2) {
475 checksum_failures = badness = 0;
482 checksum_failures = badness = 0;
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 994 const char *badness = ""; local
1011 badness = "did not find service";
1014 badness = "No Service Manager access";
1022 ALOGD("Unable to bind to service %s: %s", servicename, badness);
    [all...]
  /bionic/libc/kernel/uapi/linux/
fd.h 155 unsigned int badness; member in struct:floppy_write_errors
  /external/kernel-headers/original/uapi/linux/
fd.h 311 unsigned int badness; /* highest retry count for a read or write member in struct:floppy_write_errors
316 /* clear write error and badness information */
318 /* get write error and badness information */
  /external/guice/lib/build/
guava-testlib-19.0.jar 

Completed in 290 milliseconds