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

1 2 3 4

  /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/main/coregrind/m_debuginfo/
d3basics.c 1023 const HChar* badness = NULL; local
    [all...]
  /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/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/valgrind/main/shared/
vg_replace_strmem.c     [all...]
  /bionic/libc/kernel/uapi/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
  /development/ndk/platforms/android-L/include/linux/
fd.h 201 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.6/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.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/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fd.h 204 unsigned int badness; member in struct:floppy_write_errors

Completed in 601 milliseconds

1 2 3 4