HomeSort by relevance Sort by last modified time
    Searched full:negatives (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 115 String[] negatives = { local
152 for (int n=0; n<negatives.length; n++) {
153 String ip = negatives[n];
178 String[] negatives = { ".1.2", "1.2.", "11-22.44.22", "111..222" }; local
191 for (int i = 0; i < negatives.length; i++) {
193 GeneralName.oidStrToInts(negatives[i]);
194 fail("Expected IOException was not thrown for " + negatives[i]);
  /external/llvm/test/Scripts/
common_dump.py 37 2. Handle negatives and large numbers by mod (2^numBits)
  /external/valgrind/main/none/tests/amd64/
fxtract.c 64 /* negatives */
  /external/valgrind/main/none/tests/x86/
fxtract.c 63 /* negatives */
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 51 // Check no false negatives by ensuring that every time we inserted exists.
  /external/skia/src/core/
SkBitmapSampler.h 145 // have to handle negatives so that
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 45 // to avoid false negatives.
  /external/oprofile/doc/
CodingStyle 10 as well as false negatives, so be careful in its use. If all else fails,
  /external/webkit/Source/JavaScriptCore/wtf/
BloomFilter.h 52 // but never false negatives (claim it doesn't contain a key it does).
  /external/srtp/test/
rdbx_driver.c 266 * this test covers only fase negatives, since the values returned
srtp_driver.c 655 * Note that this check will give false negatives, with some small
854 * Note that this check will give false negatives, with some small
    [all...]
  /external/zlib/doc/
txtvsbin.txt 23 of false negatives is sometimes too high, which means that the recall
  /external/clang/test/Analysis/
security-syntax-checks.m 74 // will lead to false negatives, but there should be no false positives.
  /external/v8/test/mjsunit/
array-slice.js 64 // Check variants of negatives and positive indices.
array-splice.js 109 // Check variants of negatives and positive indices.
  /external/webkit/Source/JavaScriptCore/runtime/
NumberPrototype.cpp 228 if (static_cast<unsigned>(x) < 36) { // Exclude negatives
  /external/chromium/net/base/
x509_certificate.h 318 // WARNING: This function may return false negatives (for example, if
391 // WARNING: This function may return false negatives (for example, if
  /external/skia/gpu/src/
GrGpuGLShaders.cpp 705 // Must initialize all fields or cache will have false negatives!
712 // the bit from the layout to avoid false negatives when searching for an
    [all...]
  /external/icu4c/common/
util.cpp 39 // Handle negatives
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 714 //Handling positives following negatives
    [all...]
  /dalvik/vm/alloc/
Heap.cpp 414 * any false negatives. The only mutation that could
  /external/chromium/net/spdy/
spdy_session.h 103 // NOTE: This function can have false negatives on some platforms.
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 472 // TODO(kylep): Remove when support for negatives is added. Also, modify the
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 327 // False negatives are better than false positives.
  /external/dropbear/libtommath/demo/
demo.c 149 /* test mp_is_square false negatives */

Completed in 5253 milliseconds

1 2 3 4