HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 26 - 50 of 801) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/text/
Normalizer.java 42 * This class provides the method <code>normalize</code> which transforms Unicode
45 * The <code>normalize</code> method supports the standard normalization forms
90 * The <code>normalize</code> method helps solve these problems by transforming
95 * Finally, the <code>normalize</code> method rearranges accents into the
152 * Normalize a sequence of char values.
155 * @param src The sequence of char values to normalize.
165 public static String normalize(CharSequence src, Form form) { method in class:Normalizer
167 return android.icu.text.Normalizer.normalize(src.toString(), form.icuMode);
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java 52 // return IOStatus.normalize(n); // Converts UNAVAILABLE to zero
59 public static int normalize(int n) { method in class:IOStatus
69 public static long normalize(long n) { method in class:IOStatus
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
58 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /prebuilts/go/darwin-x86/src/math/
bits.go 54 // normalize returns a normal number y and exponent exp
56 func normalize(x float64) (y float64, exp int) { func
  /prebuilts/go/linux-x86/src/math/
bits.go 54 // normalize returns a normal number y and exponent exp
56 func normalize(x float64) (y float64, exp int) { func
  /frameworks/base/core/java/android/gesture/
Instance.java 50 private void normalize() { method in class:Instance
78 instance.normalize();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
ReportOutputFolder.java 70 final String normalizedName = normalize(name);
91 return output.createFile(path + normalize(name));
107 return this.path.substring(base.path.length()) + normalize(name);
122 private String normalize(final String name) { method in class:ReportOutputFolder
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
RangeDecoder.java 20 public abstract void normalize() throws IOException; method in class:RangeDecoder
23 normalize(); method
73 normalize(); method
RangeDecoderFromBuffer.java 52 public void normalize() throws IOException { method in class:RangeDecoderFromBuffer
  /external/skia/src/core/
SkGaussFilter.cpp 20 // Normalize the values of gauss to 1.0, and make sure they add to one.
22 static void normalize(int n, double* gauss) { function
30 // Normalize gauss.
102 normalize(n, gauss);
135 normalize(n, gauss);
  /external/skia/src/gpu/
GrCoordTransform.h 60 void reset(const SkMatrix& m, GrTextureProxy* proxy, bool normalize) {
66 fNormalize = normalize;
114 bool normalize() const { return fNormalize; } function in class:GrCoordTransform
125 // The textures' effect is to optionally normalize the final matrix, so a blind
  /external/skqp/src/core/
SkGaussFilter.cpp 20 // Normalize the values of gauss to 1.0, and make sure they add to one.
22 static void normalize(int n, double* gauss) { function
30 // Normalize gauss.
102 normalize(n, gauss);
135 normalize(n, gauss);

Completed in 1210 milliseconds

12 3 4 5 6 7 8 91011>>