| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/ |
| NameDistanceTest.java | 70 byte[] s1 = Hex.decodeHex(NameNormalizer.normalize(name1)); 71 byte[] s2 = Hex.decodeHex(NameNormalizer.normalize(name2));
|
| /prebuilts/misc/common/robolectric/3.1.1/ |
| robotest.sh | 48 function normalize-path-list() { function 54 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
|
| report-internal.mk | 29 --classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \ 33 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
|
| /prebuilts/misc/common/robolectric/3.4.2/ |
| robotest.sh | 51 function normalize-path-list() { function 57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
|
| report-internal.mk | 22 -classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \ 26 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
|
| /prebuilts/misc/common/robolectric/3.5.1/ |
| robotest.sh | 51 function normalize-path-list() { function 57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
|
| report-internal.mk | 22 -classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \ 26 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
|
| /prebuilts/misc/common/robolectric/3.6.1/ |
| robotest.sh | 51 function normalize-path-list() { function 57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
|
| report-internal.mk | 22 -classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \ 26 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
|
| /external/icu/icu4c/source/common/unicode/ |
| normalizer2.h | 199 normalize(const UnicodeString &src, UErrorCode &errorCode) const { function in class:Normalizer2 201 normalize(src, result, errorCode); 218 normalize(const UnicodeString &src, 536 normalize(const UnicodeString &src, [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
| DataReadWriteTest.java | 31 private String normalize(String str) { method in class:DataReadWriteTest 57 assertEquals(null, "<Test></Test>", normalize(str)); 73 assertEquals(null, "<x>true</x><y>false</y>", normalize(str)); 107 assertEquals("" + j, target, normalize(str)); 129 assertEquals(null, "<x>a</x><y>b</y>", normalize(str)); 163 assertEquals("" + j, target, normalize(str)); 187 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str)); 222 assertEquals("" + j, target, normalize(str)); 247 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>" 248 + t + "</x>", normalize(str)) [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
| UnicodeNormalizer.java | 59 public StringBuffer normalize(String source, StringBuffer target) { method in class:UnicodeNormalizer 78 public String normalize(String source) { method in class:UnicodeNormalizer 79 return normalize(source, new StringBuffer()).toString();
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
| DataReadWriteTest.java | 28 private String normalize(String str) { method in class:DataReadWriteTest 54 assertEquals(null, "<Test></Test>", normalize(str)); 70 assertEquals(null, "<x>true</x><y>false</y>", normalize(str)); 104 assertEquals("" + j, target, normalize(str)); 126 assertEquals(null, "<x>a</x><y>b</y>", normalize(str)); 160 assertEquals("" + j, target, normalize(str)); 184 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str)); 219 assertEquals("" + j, target, normalize(str)); 244 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>" 245 + t + "</x>", normalize(str)) [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| UnicodeNormalizer.java | 56 public StringBuffer normalize(String source, StringBuffer target) { method in class:UnicodeNormalizer 75 public String normalize(String source) { method in class:UnicodeNormalizer 76 return normalize(source, new StringBuffer()).toString();
|
| /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/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);
|
| /external/eigen/demos/opengl/ |
| gpuhelper.cpp | 64 ax.normalize(); 66 tmp.normalize(); 85 ax.normalize(); 87 tmp.normalize();
|
| /external/libxcam/xcore/ |
| xcam_utils.h | 61 uint32_t radius, float sigma, std::vector<float> &table, bool normalize = true);
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
| RangeDecoderFromBuffer.java | 52 public void normalize() throws IOException { method in class:RangeDecoderFromBuffer
|
| /external/robolectric-shadows/ |
| report-internal.mk | 22 -classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \ 26 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
|
| /external/swiftshader/src/Shader/ |
| VertexPipeline.hpp | 40 Vector4f normalize(Vector4f &src);
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| compile_only_client.cc | 44 llvm::Triple triple(llvm::Triple::normalize(
|
| /frameworks/compile/mclinker/include/mcld/ |
| Linker.h | 38 /// normalize - To normalize the command line language into mcld::Module. 39 bool normalize(Module& pModule, IRBuilder& pBuilder);
|
| /libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
| elementnormalize.java | 31 * The "normalize()" method puts all the nodes in the full 73 root.normalize();
|
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| hc_nodedocumentfragmentnormalize2.java | 68 docFragment.normalize();
|