| /external/swiftshader/third_party/LLVM/lib/Support/ |
| Triple.cpp | 417 std::string Triple::normalize(StringRef Str) { function in class:Triple
|
| /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
| OGLES2DisplacementMap.cpp | 576 vLightDirModel.normalize();
|
| /external/vulkan-validation-layers/libs/glm/gtc/ |
| quaternion.hpp | 178 GLM_FUNC_DECL detail::tquat<T, P> normalize(
|
| /frameworks/base/core/java/android/net/ |
| NetworkTemplate.java | 454 * Examine the given template and normalize if it refers to a "merged" 463 public static NetworkTemplate normalize(NetworkTemplate template, String[] merged) { method in class:NetworkTemplate
|
| /libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
| DocumentImpl.java | 487 ((DOMConfigurationImpl) getDomConfig()).normalize(root);
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| CalendarViewAdapter.java | 398 t.normalize(true /* ignore isDst */);
|
| DeleteEventHelper.java | 420 date.normalize(false);
|
| /packages/apps/Settings/src/com/android/settings/datausage/ |
| DataUsageSummary.java | 210 return NetworkTemplate.normalize(mobileAll,
|
| DataUsageSummaryLegacy.java | 238 return NetworkTemplate.normalize(mobileAll,
|
| /packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
| CalendarAlarmManager.java | 310 time.normalize(false);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_locale.py | 413 # Issue #1813 caused a regression where locale.normalize() would no 415 self.assertEqual(locale.normalize(u'en_US'), 'en_US.ISO8859-1')
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_locale.py | 413 # Issue #1813 caused a regression where locale.normalize() would no 415 self.assertEqual(locale.normalize(u'en_US'), 'en_US.ISO8859-1')
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
| quaternion.hpp | 178 GLM_FUNC_DECL detail::tquat<T, P> normalize(
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_locale.py | 413 # Issue #1813 caused a regression where locale.normalize() would no 415 self.assertEqual(locale.normalize(u'en_US'), 'en_US.ISO8859-1')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_locale.py | 413 # Issue #1813 caused a regression where locale.normalize() would no 415 self.assertEqual(locale.normalize(u'en_US'), 'en_US.ISO8859-1')
|
| /build/make/core/ |
| definitions.mk | 746 define normalize-path-list 753 define normalize-comma-list [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| stringprep.py | 197 b = unicodedata.normalize("NFKC", al)
199 c = unicodedata.normalize("NFKC", bl)
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
| DOM2DTM.java | [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
| ECCurve.java | 221 p = p.normalize(); 253 * The start of the range of points to normalize 255 * The length of the range of points to normalize 302 points[index] = points[index].normalize(zs[j]); [all...] |
| /external/deqp/framework/common/ |
| tcuVectorUtil.hpp | 86 inline float normalize (float f) { return sign(f); } function in namespace:tcu 172 inline Vector<T, Size> normalize (const Vector<T, Size>& a) function in namespace:tcu
|
| /external/eigen/Eigen/src/Geometry/ |
| Quaternion.h | 123 * \sa normalized(), MatrixBase::normalize() */ 124 EIGEN_DEVICE_FUNC inline void normalize() { coeffs().normalize(); } function in class:Eigen::QuaternionBase 126 * \sa normalize(), MatrixBase::normalized() */
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| AlphabeticIndex.java | 802 String n1 = nfkdNormalizer.normalize(one); 803 String n2 = nfkdNormalizer.normalize(other); [all...] |
| ArabicShaping.java | 1564 private int normalize(char[] dest, int start, int length) { method in class:ArabicShaping [all...] |
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| AlphabeticIndex.java | 830 String n1 = nfkdNormalizer.normalize(one); 831 String n2 = nfkdNormalizer.normalize(other); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| ArabicShaping.java | 1612 private int normalize(char[] dest, int start, int length) { method in class:ArabicShaping [all...] |