Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c1031 const HChar* badness = NULL; in ML_() local
1069 if (!badness) in ML_()
1070 badness = "trivial GExpr denotes constant address " in ML_()
1089 if (!badness) in ML_()
1090 badness = "trivial GExpr denotes constant address " in ML_()
1098 if (!badness) in ML_()
1099 badness = "trivial GExpr is DW_OP_addr plus trailing junk"; in ML_()
1102 if (!badness) in ML_()
1103 badness = "trivial GExpr denotes register (1)"; in ML_()
1106 if (!badness) in ML_()
[all …]
Dstorage.c1190 const HChar* badness; in ML_() local
1254 badness = NULL; in ML_()
1256 badness = "unknown size"; in ML_()
1258 badness = "zero size "; in ML_()
1260 badness = "implausibly large"; in ML_()
1262 if (badness) { in ML_()
1266 badness, name ); in ML_()
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java78 final Throwable[] badness = new Throwable[1]; in testGetBlocksUntilValueAvailable() local
89 badness[0] = t; in testGetBlocksUntilValueAvailable()
98 if (badness[0] != null) { in testGetBlocksUntilValueAvailable()
99 throw badness[0]; in testGetBlocksUntilValueAvailable()
/external/v8/src/
Dstring-search.h436 int badness = -pattern_length; in BoyerMooreHorspoolSearch() local
451 badness += 1 - shift; // at most zero, so badness cannot increase. in BoyerMooreHorspoolSearch()
466 badness += (pattern_length - j) - last_char_shift; in BoyerMooreHorspoolSearch()
467 if (badness > 0) { in BoyerMooreHorspoolSearch()
522 int badness = -10 - (pattern_length << 2); in InitialSearch() local
527 badness++; in InitialSearch()
528 if (badness <= 0) { in InitialSearch()
542 badness += j; in InitialSearch()
/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/valgrind/shared/
Dvg_replace_strmem.c1316 goto badness; \
1327 badness: \
1414 goto badness; \
1417 goto badness; \
1419 badness: \
1449 goto badness; \
1452 goto badness; \
1454 badness: \
1532 if (dstlen < len) goto badness; \
1554 badness: \
/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.h310 unsigned int badness; /* highest retry count for a read or write member
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h.pump211 // goes out of scope. This leads to obvious badness as we've
/external/llvm/lib/Target/ARM/
DREADME.txt75 were disabled due to badness with the ARM carry flag on subtracts.
/external/llvm/lib/Target/
DREADME.txt659 codegen badness or something else (haven't investigated).
/external/bison/build-aux/
Dtexinfo.tex6541 % badness reporting.
6549 % badness reporting.
/external/libmicrohttpd/doc/
Dtexinfo.tex6542 % badness reporting.
6550 % badness reporting.
/external/curl/
DCHANGES.0529 amount. An application could thus get tricked into badness if the maximum
842 previous connection and the outcome would only be badness.
11032 EAGAIN but only EWOULDBLOCK, which caused badness on HPUX.