HomeSort by relevance Sort by last modified time
    Searched refs:fuzzy (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
typo-correction-blocks.c 8 g(fuzzy, ^{ // expected-error {{did you mean 'fuzzys'}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 50 def add(id, str, fuzzy):
51 "Add a non-fuzzy translation to the dictionary."
53 if not fuzzy and str:
122 fuzzy = 0
130 add(msgid, msgstr, fuzzy)
132 fuzzy = 0
133 # Record a fuzzy mark
134 if l[:2] == '#,' and 'fuzzy' in l:
135 fuzzy = 1
142 add(msgid, msgstr, fuzzy)
    [all...]
  /external/python/cpython2/Tools/i18n/
msgfmt.py 51 def add(id, str, fuzzy):
52 "Add a non-fuzzy translation to the dictionary."
54 if not fuzzy and str:
123 fuzzy = 0
131 add(msgid, msgstr, fuzzy)
133 fuzzy = 0
134 # Record a fuzzy mark
135 if l[:2] == '#,' and 'fuzzy' in l:
136 fuzzy = 1
143 add(msgid, msgstr, fuzzy)
    [all...]
  /external/aac/libAACenc/src/
noisedet.cpp 112 description: Fuzzy value calculation for "testVal is smaller than refVal"
113 returns: fuzzy value
116 output: return fuzzy value
158 FIXP_SGL fuzzy, fuzzyTotal; local
206 /* calculate fuzzy value for power distribution */
209 fuzzy = FDKaacEnc_fuzzyIsSmaller(
215 fuzzyTotal = fixMin(fuzzyTotal, fuzzy);
225 fuzzy = FDKaacEnc_fuzzyIsSmaller(
229 fuzzyTotal = fixMin(fuzzyTotal, fuzzy);
  /external/python/cpython3/Tools/i18n/
msgfmt.py 51 def add(id, str, fuzzy):
52 "Add a non-fuzzy translation to the dictionary."
54 if not fuzzy and str:
123 fuzzy = 0
136 add(msgid, msgstr, fuzzy)
138 fuzzy = 0
139 # Record a fuzzy mark
140 if l[:2] == '#,' and 'fuzzy' in l:
141 fuzzy = 1
148 add(msgid, msgstr, fuzzy)
    [all...]
  /external/python/dateutil/dateutil/parser/
_parser.py 585 a tuple containing the fuzzy tokens.
627 def _parse(self, timestr, dayfirst=None, yearfirst=None, fuzzy=False,
651 :param fuzzy:
652 Whether to allow fuzzy parsing, allowing for string like "Today is
656 If ``True``, ``fuzzy`` is automatically set to True, and the parser
669 fuzzy = True
701 i = self._parse_numeric_token(l, i, info, ymd, res, fuzzy)
744 val_is_ampm = self._ampm_valid(res.hour, res.ampm, fuzzy)
750 elif fuzzy:
809 elif not (info.jump(l[i]) or fuzzy)
    [all...]
  /external/python/dateutil/dateutil/test/
test_parser.py 543 self.assertEqual(parse(s, fuzzy=True),
562 # Sometimes fuzzy parsing results in AM/PM flag being set without
563 # hours - if it's fuzzy it should ignore that.
571 self.assertEqual(parse(s1, fuzzy=True), datetime(1974, 3, 1))
572 self.assertEqual(parse(s2, fuzzy=True), datetime(2020, 6, 8))
573 self.assertEqual(parse(s3, fuzzy=True), datetime(2003, 12, 3, 3))
574 self.assertEqual(parse(s4, fuzzy=True), datetime(2003, 12, 3, 3))
579 res = parse(s1, fuzzy=True)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 13 import fuzzy
58 fc = fuzzy.FuzzyCriteria(criteria)
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 63 import fuzzy
182 aggregator = 'fuzzy.average'
187 self.fc = fuzzy.FuzzyCriteria(self.criteria_str, mf=mf)
    [all...]
test_flow.py 18 import fuzzy
365 # Note: conf.score_aggregator uses a function in fuzzy module.
  /build/make/tools/
warn.py     [all...]

Completed in 876 milliseconds