Home
last modified time | relevance | path

Searched defs:normalize (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/googletest/googletest/test/
H A Dgtest_json_test_utils.py35 def normalize(obj): function
/third_party/skia/src/core/
H A DSkGaussFilter.cpp20 static void normalize(int n, double* gauss) { in normalize() function
H A DSkPoint3.cpp55 bool SkPoint3::normalize() { in normalize() function in SkPoint3
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
H A DWavFmtChunkHeader.cpp48 void WavFmtChunkHeader::normalize() { in normalize() function in parselib::WavFmtChunkHeader
/third_party/python/Lib/test/test_tomllib/
H A Dburntsushi.py53 def normalize(obj: Any) -> Any: function
/third_party/alsa-lib/test/
H A Dqueue_timer.c6 void normalize(struct timeval *tv) in normalize() function
/third_party/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h201 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function in Normalizer2
/third_party/node/deps/icu-small/source/common/unicode/
H A Dnormalizer2.h223 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function in Normalizer2
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormalizer2.h201 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() function in Normalizer2
/third_party/rust/crates/minimal-lexical/src/
H A Dbellerophon.rs280 pub fn normalize(fp: &mut ExtendedFloat) -> i32 { in normalize() functions
/third_party/ffmpeg/libavfilter/
H A Dpreserve_color.h37 static inline float normalize(float r, float g, float b, float max) in normalize() function
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DDataReadWriteTest.java28 private String normalize(String str) { in normalize() method in DataReadWriteTest
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DDataReadWriteTest.java31 private String normalize(String str) { in normalize() method in DataReadWriteTest
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h57 NormalizingFn normalize; member in llvm::VirtRegAuxInfo
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs195 fn normalize(krate: &mut Crate) { in normalize() functions
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java47 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in FilteredNormalizer2
60 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in FilteredNormalizer2
228 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java59 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
78 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DFilteredNormalizer2.java46 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() method in FilteredNormalizer2
58 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() method in FilteredNormalizer2
214 private Appendable normalize(CharSequence src, Appendable dest, in normalize() method in FilteredNormalizer2
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java56 public StringBuffer normalize(String source, StringBuffer target) { in normalize() method in UnicodeNormalizer
75 public String normalize(String source) { in normalize() method in UnicodeNormalizer
/third_party/musl/src/math/
H A Dfma.c11 static struct num normalize(double x) in normalize() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfma.c11 static struct num normalize(double x) in normalize() function
/third_party/skia/src/pathops/
H A DSkLineParameters.h125 bool normalize() { in normalize() function in SkLineParameters
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py93 def normalize(v, prefix=None): function
/third_party/python/Lib/test/
H A Dtest_unicode_file_functions.py7 from unicodedata import normalize namespace
/third_party/ffmpeg/libavcodec/
H A Dlpc.h166 compute_lpc_coefs(const LPC_TYPE *autoc, int max_order, LPC_TYPE *lpc, int lpc_stride, int fail, int normalize) compute_lpc_coefs() argument

Completed in 16 milliseconds

123456