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/chromium_org/third_party/opus/src/celt/
quant_bands.c 163 int badness = 0; local
247 badness += abs(qi0-qi);
258 return lfe ? 0 : badness;
  /external/chromium_org/v8/src/
string-search.h 415 int badness = -pattern_length; local
430 badness += 1 - shift; // at most zero, so badness cannot increase.
441 // Badness increases by the number of characters we have
445 badness += (pattern_length - j) - last_char_shift;
446 if (badness > 0) {
498 // Badness is a count of how much work we have done. When we have
501 int badness = -10 - (pattern_length << 2); local
507 badness++;
508 if (badness <= 0)
    [all...]
  /external/libopus/celt/
quant_bands.c 163 int badness = 0; local
247 badness += abs(qi0-qi);
258 return lfe ? 0 : badness;
  /development/ndk/platforms/android-3/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /development/ndk/platforms/android-L/include/linux/
fd.h 201 unsigned int badness; member in struct:floppy_write_errors
  /bionic/libc/kernel/uapi/linux/
fd.h 202 unsigned int badness; member in struct:floppy_write_errors
  /external/kernel-headers/original/uapi/linux/
fd.h 310 unsigned int badness; /* highest retry count for a read or write member in struct:floppy_write_errors
315 /* clear write error and badness information */
317 /* get write error and badness information */

Completed in 746 milliseconds