HomeSort by relevance Sort by last modified time
    Searched full:fuzzy (Results 176 - 200 of 300) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/Eigen/
Core 459 #include "src/Core/Fuzzy.h"
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.c 175 * a bit fuzzy on the decision tree, so use slightly conservative
  /external/python/cpython2/Demo/metaclasses/
meta-vladimir.txt 145 You - fuzzy: "OK, will do!"
  /external/python/cpython3/Lib/asyncio/
test_utils.py 420 """A regex based str with a fuzzy __eq__.
  /toolchain/binutils/binutils-2.27/config/
stdint.m4 47 dnl file will include it directly. No need for fuzzy HAVE_STDINT_H things...
  /toolchain/binutils/binutils-2.27/gprof/po/
gprof.pot 6 #, fuzzy
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 720 int FUZZY = 3; // TODO: figure out why this is needed.
722 targetY = -mViewH / 2 - (h + 1) / 2 - FUZZY;
724 targetY = (mViewH + 1) / 2 + h / 2 + FUZZY;
    [all...]
  /external/freetype/include/freetype/
ftdriver.h 97 * borders, causing a fuzzy appearance.
417 * fuzzy!
    [all...]
  /external/googletest/googlemock/docs/
ForDummies.md 263 The first clause we can specify following an `EXPECT_CALL()` is `Times()`. We call its argument a **cardinality** as it tells _how many times_ the call should occur. It allows us to repeat an expectation many times without actually writing it as many times. More importantly, a cardinality can be "fuzzy", just like a matcher can be. This allows a user to express the intent of a test exactly.
267 We've seen `AtLeast(n)` as an example of fuzzy cardinalities earlier. For the list of built-in cardinalities you can use, see the [CheatSheet](CheatSheet.md).
  /external/ImageMagick/scripts/
format_c_api_docs 115 'segment', 'Segment an Image with Thresholding Fuzzy c-Means',
  /external/autotest/client/profilers/powertop/src/po/
fi.po 613 #, fuzzy, c-format
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 36 score_aggregator = 'fuzzy.average'
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 393 // FIXME: There are two use cases here: doing a fuzzy
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 540 // Compensate for more demanding HSL code by using fuzzy comparison.
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 388 * Here nonzero is meant in the exact sense, not in a fuzzy sense.
CompleteOrthogonalDecomposition.h 343 * fuzzy sense. So that notion isn't really intrinsically interesting,
FullPivHouseholderQR.h 379 * Here nonzero is meant in the exact sense, not in a fuzzy sense.
  /external/flatbuffers/tests/
phpTest.php 225 // we use mt_rand function to reproduce fuzzy test.
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java 310 * Do a fuzzy compare of a two converter/alias names. The comparison is
  /external/libogg/doc/
ogg-multiplex.html 135 desired seek point. Seek operations are neither 'fuzzy' nor
oggstream.html 171 is tolerant of gross corruption. Seek operations are neither 'fuzzy' nor
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 118 ; va_arg has fuzzy dependence, the store shouldn't be zapped.
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 544 // Lookup in the PhoneLookup table, which provides "fuzzy matching"
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 449 // Lookup in the PhoneLookup table, which provides "fuzzy matching"

Completed in 1441 milliseconds

1 2 3 4 5 6 78 91011>>