Home
last modified time | relevance | path

Searched refs:badness (Results 1 – 25 of 32) sorted by relevance

12

/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java72 final Throwable[] badness = new Throwable[1]; in testGetBlocksUntilValueAvailable() local
84 badness[0] = t; in testGetBlocksUntilValueAvailable()
95 if (badness[0] != null) { in testGetBlocksUntilValueAvailable()
96 throw badness[0]; in testGetBlocksUntilValueAvailable()
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java72 final Throwable[] badness = new Throwable[1]; in testGetBlocksUntilValueAvailable() local
84 badness[0] = t; in testGetBlocksUntilValueAvailable()
95 if (badness[0] != null) { in testGetBlocksUntilValueAvailable()
96 throw badness[0]; in testGetBlocksUntilValueAvailable()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-printing.cpp57 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union… in badness() function
58 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
Dtrailing-return-0x.cpp22 auto badness = g2(); variable
/external/clang/test/SemaCXX/
Dconstexpr-printing.cpp62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union… in badness() function
63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
Dtrailing-return-0x.cpp22 auto badness = g2(); variable
/external/e2fsprogs/lib/ext2fs/
Dinode.c423 unsigned int badness, checksum_failures; in check_inode_block_sanity() local
440 checksum_failures = badness = 0; in check_inode_block_sanity()
470 badness++; in check_inode_block_sanity()
473 badness++; in check_inode_block_sanity()
476 if (badness > inodes_per_block / 2) { in check_inode_block_sanity()
487 checksum_failures = badness = 0; in check_inode_block_sanity()
494 checksum_failures = badness = 0; in check_inode_block_sanity()
/external/libopus/celt/
Dquant_bands.c163 int badness = 0; in quant_coarse_energy_impl() local
247 badness += abs(qi0-qi); in quant_coarse_energy_impl()
258 return lfe ? 0 : badness; in quant_coarse_energy_impl()
/external/kernel-headers/original/uapi/linux/
Dfd.h314 unsigned int badness; /* highest retry count for a read or write member
/external/mesa3d/src/compiler/glsl/glcpp/
Dmeson.build90 # parallelisation badness happening rather than the non-UNIX tests entering
/external/toolchain-utils/afdo_tools/bisection/
DREADME.md7 Goodness and badness are determined by the user, by passing a user-provided
/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1987 lck->lk.adaptive.badness = 0; in __kmp_update_badness_after_success()
1993 kmp_uint32 newBadness = (lck->lk.adaptive.badness << 1) | 1; in __kmp_step_badness()
1997 lck->lk.adaptive.badness = newBadness; in __kmp_step_badness()
2005 kmp_uint32 badness = lck->lk.adaptive.badness; in __kmp_should_speculate() local
2007 int res = (attempts & badness) == 0; in __kmp_should_speculate()
2191 lck->lk.adaptive.badness = 0; in __kmp_init_adaptive_lock()
Dkmp_lock.h340 kmp_uint32 volatile badness; member
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst113 badness during deletion by deferring the decref until the container has been
/external/llvm-project/libcxx/lib/abi/
DCHANGELOG.TXT615 * r355367 - Fix -fsanitize=vptr badness in <__debug>
/external/llvm/lib/Target/ARM/
DREADME.txt75 were disabled due to badness with the ARM carry flag on subtracts.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt75 were disabled due to badness with the ARM carry flag on subtracts.
/external/llvm-project/llvm/lib/Target/ARM/
DREADME.txt75 were disabled due to badness with the ARM carry flag on subtracts.
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/llvm/lib/Target/
DREADME.txt659 codegen badness or something else (haven't investigated).
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt659 codegen badness or something else (haven't investigated).
/external/llvm-project/llvm/lib/Target/
DREADME.txt659 codegen badness or something else (haven't investigated).
/external/libffi/
Dtexinfo.tex6542 % badness reporting.
6550 % badness reporting.
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex6542 % badness reporting.
6550 % badness reporting.
/external/mtools/
Dtexinfo.tex7468 % badness reporting.
7476 % badness reporting.

12