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

<<21222324252627282930>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 179 normalize(); method
225 * Normalize the Policy. If the password mode is "none", zero out all password-related fields;
228 public void normalize() { method in class:Policy
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 455 time.normalize(true);
462 time.normalize(true);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 131 from locale import normalize
132 locale = normalize(locale)
434 # now normalize and expand the languages
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 131 from locale import normalize
132 locale = normalize(locale)
434 # now normalize and expand the languages
  /prebuilts/go/darwin-x86/src/math/
sqrt.go 108 // normalize x
  /prebuilts/go/darwin-x86/src/runtime/
print.go 144 // normalize
sqrt.go 117 // normalize x
  /prebuilts/go/linux-x86/src/math/
sqrt.go 108 // normalize x
  /prebuilts/go/linux-x86/src/runtime/
print.go 144 // normalize
sqrt.go 117 // normalize x
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 131 from locale import normalize
132 locale = normalize(locale)
434 # now normalize and expand the languages
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 131 from locale import normalize
132 locale = normalize(locale)
434 # now normalize and expand the languages
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
fp_lib.h 253 static inline int normalize(rep_t *significand) { function
  /external/autotest/frontend/tko/
rpc_interface.py 303 normalize=None):
  /external/compiler-rt/lib/builtins/
fp_lib.h 241 static __inline int normalize(rep_t *significand) { function
  /external/deqp/modules/gles2/scripts/
genutil.py 202 def normalize(a): return a.normalize() member in class:GenMath
267 def normalize(self): member in class:Scalar
320 def normalize(self): member in class:Vec
  /external/eigen/unsupported/test/
matrix_power.cpp 63 v.normalize();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 114 source = nfd.normalize(newSource);
264 String attempt = Normalizer.normalize(possible, Normalizer.DECOMP, 0);
419 String trial = Normalizer.normalize(UTF16.valueOf(comp) + remainder, Normalizer.DECOMP, 0);
476 String decomp = Normalizer.normalize(cp, Normalizer.NFD);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java 287 String normalized = pp.setStart(0).normalize();
289 String doubleNormalized = pp.setPattern(normalized).normalize();
295 normalized = pp.setStart(0).normalize();
298 doubleNormalized = pp.normalize();
    [all...]
  /external/icu/icu4c/source/common/
unorm.cpp 93 /* normalize() API ---------------------------------------------------------- */
165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 118 source = nfd.normalize(newSource);
268 String attempt = Normalizer.normalize(possible, Normalizer.DECOMP, 0);
423 String trial = Normalizer.normalize(UTF16.valueOf(comp) + remainder, Normalizer.DECOMP, 0);
480 String decomp = Normalizer.normalize(cp, Normalizer.NFD);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 284 String normalized = pp.setStart(0).normalize();
286 String doubleNormalized = pp.setPattern(normalized).normalize();
292 normalized = pp.setStart(0).normalize();
295 doubleNormalized = pp.normalize();
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 585 opStatus normalize(roundingMode, lostFraction);
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 226 m_clip_box.normalize();

Completed in 1248 milliseconds

<<21222324252627282930>>