HomeSort by relevance Sort by last modified time
    Searched refs:badness (Results 1 - 25 of 69) sorted by null

1 2 3

  /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/valgrind/coregrind/m_debuginfo/
d3basics.c 1031 const HChar* badness = NULL; local
    [all...]
  /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/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})'}}
  /bionic/libc/kernel/uapi/linux/
fd.h 189 unsigned int badness; member in struct:floppy_write_errors
  /development/ndk/platforms/android-21/include/linux/
fd.h 202 unsigned int badness; member in struct:floppy_write_errors
  /development/ndk/platforms/android-3/include/linux/
fd.h 204 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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 309 unsigned int badness; /* highest retry count for a read or write member in struct:floppy_write_errors
314 /* clear write error and badness information */
316 /* get write error and badness information */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 309 unsigned int badness; /* highest retry count for a read or write member in struct:floppy_write_errors
314 /* clear write error and badness information */
316 /* get write error and badness information */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors

Completed in 537 milliseconds

1 2 3