HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 226 - 250 of 1394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
test_unicode_file_functions.py 7 from unicodedata import normalize
81 return normalize(self.normal_form, s)
120 # Skip the test on darwin, because darwin does normalize the filename to
121 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC,
122 # NFKD in Python is useless, because darwin will normalize it later and so
129 others |= set(normalize(nf, file) for file in files)
test_unicodedata.py 187 self.assertRaises(TypeError, self.db.normalize)
188 self.assertRaises(ValueError, self.db.normalize, 'unknown', 'xx')
189 self.assertEqual(self.db.normalize('NFKC', ''), '')
203 self.assertEqual(self.db.normalize('NFC', text), text)
209 self.assertEqual(self.db.normalize('NFC', a), b)
  /external/skia/tests/
Point3Test.cpp 24 v.normalize();
65 v.normalize();
94 bool result = point.normalize();
  /external/skqp/tests/
Point3Test.cpp 24 v.normalize();
65 v.normalize();
94 bool result = point.normalize();
  /frameworks/base/libs/hwui/
AmbientShadow.cpp 85 secondSpike.normalize();
177 currentSpike.normalize();
227 averageNormal.normalize();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 157 boolean normalize) {
164 normalize)) {
299 boolean normalize);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 67 if (!normalize(pModule, pBuilder))
76 /// normalize - to convert the command line language to the input tree.
77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) { function in class:mcld::Linker
100 // 4.b - normalize the input tree
104 m_pObjLinker->normalize();
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 87 now = time.normalize(false);
154 long start = time.normalize(false);
156 long end = time.normalize(false);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pep3118.py 12 def normalize(format): function
27 self.assertEqual(normalize(v.format), normalize(fmt))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep277.py 4 from unicodedata import normalize
90 return normalize(self.normal_form, s)
125 # Skip the test on darwin, because darwin does normalize the filename to
126 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC,
127 # NFKD in Python is useless, because darwin will normalize it later and so
134 others |= set(normalize(nf, file) for file in files)
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pep3118.py 12 def normalize(format): function
27 self.assertEqual(normalize(v.format), normalize(fmt))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep277.py 4 from unicodedata import normalize
90 return normalize(self.normal_form, s)
125 # Skip the test on darwin, because darwin does normalize the filename to
126 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC,
127 # NFKD in Python is useless, because darwin will normalize it later and so
134 others |= set(normalize(nf, file) for file in files)
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 12 def normalize(format): function
27 self.assertEqual(normalize(v.format), normalize(fmt))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 4 from unicodedata import normalize
90 return normalize(self.normal_form, s)
125 # Skip the test on darwin, because darwin does normalize the filename to
126 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC,
127 # NFKD in Python is useless, because darwin will normalize it later and so
134 others |= set(normalize(nf, file) for file in files)
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 12 def normalize(format): function
27 self.assertEqual(normalize(v.format), normalize(fmt))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 4 from unicodedata import normalize
90 return normalize(self.normal_form, s)
125 # Skip the test on darwin, because darwin does normalize the filename to
126 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC,
127 # NFKD in Python is useless, because darwin will normalize it later and so
134 others |= set(normalize(nf, file) for file in files)
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /external/python/cpython2/Lib/test/
test_unicodedata.py 183 self.assertRaises(TypeError, self.db.normalize)
184 self.assertRaises(ValueError, self.db.normalize, 'unknown', u'xx')
185 self.assertEqual(self.db.normalize('NFKC', u''), u'')
199 self.assertEqual(self.db.normalize('NFC', text), text)
205 self.assertEqual(self.db.normalize('NFC', a), b)
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 632 jcal.normalize(jd);
638 jcal.normalize(jd);
656 jcal.normalize(jd);
662 jcal.normalize(jd);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 152 spec.attribs[0].normalize = false;
163 spec.attribs[1].normalize = false;
654 spec.attribs[0].normalize = false;
690 spec.attribs[0].normalize = false;
701 spec.attribs[1].normalize = false;
737 spec.attribs[0].normalize = false;
749 spec.attribs[1].normalize = false;
762 spec.attribs[2].normalize = false;
798 spec.attribs[0].normalize = false;
826 spec.attribs[1].normalize = false
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 516 double normalize = 0; local
518 normalize += vec[kk]*vec[kk];
519 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
521 vec[kk] = (float)(vec[kk]*normalize);
540 double normalize = 0; local
542 normalize += vec[kk]*vec[kk];
543 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
545 vec[kk] = (float)(vec[kk]*normalize);
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>