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

1 2 3 45 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 266 String normalizedFromPath = normalize(fromPath);
267 String normalizedToPath = normalize(toPath);
287 String normalizedChildPath = normalize(child.getPath());
337 return normalize(buf.toString());
372 String normalized = normalize(path);
436 return normalize(path);
446 protected String normalize(String path) { method in class:AbstractFakeFileSystem
468 String normalizedFrom = normalize(entry.getPath());
469 String normalizedTo = normalize(toPath);
489 throw new FileSystemException(normalize(path), "filesystem.doesNotExist"); method
    [all...]
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.cpp 38 : m_path(FilePath::normalize(path))
81 : m_path (FilePath::normalize(path))
deFilePath.hpp 67 static FilePath normalize (const FilePath& path);
68 FilePath& normalize (void);
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
normalize.cc 16 // Normalize the string input.
39 namespace normalize { namespace in namespace:tflite::ops::custom
99 } // namespace normalize
102 static TfLiteRegistration r = {nullptr, nullptr, nullptr, normalize::Eval};
  /frameworks/base/core/java/android/gesture/
Instance.java 50 private void normalize() { method in class:Instance
78 instance.normalize();
  /hardware/interfaces/compatibility_matrices/
compatibility_matrix.mk 85 --kernel=$(call word-colon,1,$(pair)):$(call normalize-path-list,\
107 -i $(call normalize-path-list,$(PRIVATE_SRC_FILES)) \
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNodeDocumentFragmentNormalize.java 11 * Create a document fragment with two adjacent text nodes, normalize and see if
62 docFragment.normalize();
78 docFragment.normalize();
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DownloadCompletionReceiver.java 53 .normalize();
61 .normalize();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Key.java 93 private static TypeMirror normalize(Types types, TypeMirror type) { method in class:Key
100 MoreTypes.equivalence().wrap(normalize(types, newType)));
190 TypeMirror returnType = normalize(types, componentMethod.getReturnType());
197 TypeMirror returnType = normalize(types, componentMethod.getReturnType());
211 TypeMirror returnType = normalize(types, resolvedMethod.getReturnType());
220 TypeMirror returnType = normalize(types, executableType.getReturnType());
237 TypeMirror returnType = normalize(types, executableType.getReturnType());
307 MoreTypes.equivalence().wrap(normalize(types, type)));
313 MoreTypes.equivalence().wrap(normalize(types, type)));
319 MoreTypes.equivalence().wrap(normalize(types, type)))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Norm2AllModes.java 29 public StringBuilder normalize(CharSequence src, StringBuilder dest) { method in class:Norm2AllModes.NoopNormalizer2
38 public Appendable normalize(CharSequence src, Appendable dest) { method in class:Norm2AllModes.NoopNormalizer2
91 // normalize
93 public StringBuilder normalize(CharSequence src, StringBuilder dest) { method in class:Norm2AllModes.Normalizer2WithImpl
98 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); method
102 public Appendable normalize(CharSequence src, Appendable dest) { method in class:Norm2AllModes.Normalizer2WithImpl
108 normalize(src, buffer); method
112 protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); method in class:Norm2AllModes.Normalizer2WithImpl
114 // normalize and append
175 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) method in class:Norm2AllModes.DecomposeNormalizer2
206 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { method in class:Norm2AllModes.ComposeNormalizer2
261 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { method in class:Norm2AllModes.FCDNormalizer2
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java 25 public StringBuilder normalize(CharSequence src, StringBuilder dest) { method in class:Norm2AllModes.NoopNormalizer2
34 public Appendable normalize(CharSequence src, Appendable dest) { method in class:Norm2AllModes.NoopNormalizer2
87 // normalize
89 public StringBuilder normalize(CharSequence src, StringBuilder dest) { method in class:Norm2AllModes.Normalizer2WithImpl
94 normalize(src, new Normalizer2Impl.ReorderingBuffer(impl, dest, src.length())); method
98 public Appendable normalize(CharSequence src, Appendable dest) { method in class:Norm2AllModes.Normalizer2WithImpl
104 normalize(src, buffer); method
108 protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); method in class:Norm2AllModes.Normalizer2WithImpl
110 // normalize and append
171 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) method in class:Norm2AllModes.DecomposeNormalizer2
202 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { method in class:Norm2AllModes.ComposeNormalizer2
257 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { method in class:Norm2AllModes.FCDNormalizer2
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Date.java 245 // month is 0-based. So we have to normalize month to support Long.MAX_VALUE.
320 // month is 0-based. So we have to normalize month to support Long.MAX_VALUE.
336 d.normalize(udate);
672 return normalize().getYear() - 1900;
708 return normalize().getMonth() - 1; // adjust 1-based to 0-based
911 normalize(); method
1196 normalize(); method
1211 private final BaseCalendar.Date normalize() { method in class:Date
1237 private final BaseCalendar.Date normalize(BaseCalendar.Date date) { method in class:Date
    [all...]
  /external/icu/icu4c/source/common/
norm2allmodes.h 37 // normalize
39 normalize(const UnicodeString &src, function in class:Normalizer2WithImpl
55 normalize(sArray, sArray+src.length(), buffer, errorCode);
60 normalize(const UChar *src, const UChar *limit,
63 // normalize and append
196 normalize(const UChar *src, const UChar *limit, function in class:DecomposeNormalizer2
200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
228 normalize(const UChar *src, const UChar *limit,
232 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
323 normalize(const UChar *src, const UChar *limit function in class:FCDNormalizer2
    [all...]
filterednormalizer2.cpp 36 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2
49 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode);
60 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2
77 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit),
166 return normalize(second, first, errorCode);
195 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 28 * <p><code>normalize</code> transforms Unicode text into an equivalent composed or
30 * <code>normalize</code> supports the standard normalization forms described in
79 * <p><code>normalize</code> helps solve these problems by transforming text into
83 * Finally, <code>normalize</code> rearranges accents into the proper canonical
107 * <p>normalize(FCD) may be implemented with NFD.
357 * and the static {@link #normalize normalize} method. This value tells
376 * {@link #normalize normalize} method to determine the operation to be
396 * {@link #normalize normalize} method to determine the operation to b
862 public static String normalize(String str, Mode mode, int options) { method in class:Normalizer
879 public static String normalize(String src,Mode mode) { method in class:Normalizer
900 public static int normalize(char[] source,char[] target, Mode mode, int options) { method in class:Normalizer
926 public static int normalize(char[] src,int srcStart, int srcLimit, method in class:Normalizer
947 public static String normalize(int char32, Mode mode, int options) { method in class:Normalizer
967 public static String normalize(int char32, Mode mode) { method in class:Normalizer
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 27 * <p><code>normalize</code> transforms Unicode text into an equivalent composed or
29 * <code>normalize</code> supports the standard normalization forms described in
78 * <p><code>normalize</code> helps solve these problems by transforming text into
82 * Finally, <code>normalize</code> rearranges accents into the proper canonical
106 * <p>normalize(FCD) may be implemented with NFD.
346 * and the static {@link #normalize normalize} method. This value tells
364 * {@link #normalize normalize} method to determine the operation to be
383 * {@link #normalize normalize} method to determine the operation to b
840 public static String normalize(String str, Mode mode, int options) { method in class:Normalizer
856 public static String normalize(String src,Mode mode) { method in class:Normalizer
876 public static int normalize(char[] source,char[] target, Mode mode, int options) { method in class:Normalizer
901 public static int normalize(char[] src,int srcStart, int srcLimit, method in class:Normalizer
921 public static String normalize(int char32, Mode mode, int options) { method in class:Normalizer
940 public static String normalize(int char32, Mode mode) { method in class:Normalizer
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
kmeans_test.py 47 def normalize(x): function
52 return np.dot(normalize(x), np.transpose(normalize(y)))
318 normalize(
319 np.mean(normalize(self.points)[0:4, :], axis=0,
321 normalize(
322 np.mean(normalize(self.points)[4:, :], axis=0,
328 normalize(self.points), self.true_centers[self.true_assignments])
342 centers = normalize(self.kmeans.cluster_centers())
349 centers = normalize(self.kmeans.cluster_centers()
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
kmeans_test.py 49 def normalize(x): function
54 return np.dot(normalize(x), np.transpose(normalize(y)))
326 normalize(
327 np.mean(normalize(self.points)[0:4, :], axis=0, keepdims=True))[
329 normalize(
330 np.mean(normalize(self.points)[4:, :], axis=0, keepdims=True))[
336 normalize(self.points), self.true_centers[self.true_assignments])
350 centers = normalize(self.kmeans.clusters())
357 centers = normalize(self.kmeans.clusters()
    [all...]
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
HostProperties.java 176 private static String normalize(String value) { method in class:HostProperties
187 value = normalize(value);
232 value = normalize(value);
  /external/devlib/devlib/utils/
misc.py 254 norm = normalize if should_normalize else lambda x, y: x
336 for v in normalize(base, dict_type) + normalize(other, dict_type):
341 base_norm = normalize(base, dict_type)
342 merged_list = normalize(base, dict_type)
345 for v in normalize(other, dict_type):
351 other_norm = normalize(other, dict_type)
353 for v in normalize(base, dict_type):
380 def normalize(value, dict_type=dict): function
381 """Normalize values. Recursively normalizes dict keys to be lower case
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 140 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
142 errln("error in Normalizer::normalize(UNORM_NONE)");
147 Normalizer::normalize(s, UNORM_NFD, 0, s, status);
149 dataerrln("error in Normalizer::normalize(UNORM_NFD, self)");
151 Normalizer::normalize(s, UNORM_NFC, 0, s, status);
153 dataerrln("error in Normalizer::normalize(UNORM_NFC, self)");
  /external/python/cpython3/Lib/ctypes/test/
test_pep3118.py 12 def normalize(format): function
27 self.assertEqual(normalize(v.format), normalize(fmt))
  /external/python/cpython3/Tools/i18n/
makelocalealias.py 44 # Normalize encoding, if given
72 # Normalize encoding, if given
106 if locale.normalize(k) != v:
120 if locale.normalize(k) != v:
121 print('ERROR: %a -> %a != %a' % (k, locale.normalize(k), v),
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 200 if (!type.equals("CDATA")) value = normalize(value);
205 if (!type.equals("CDATA")) value=normalize(value);
211 Normalize an attribute value (ID-style).
213 @param value The value to normalize
216 public static String normalize(String value) { method in class:ElementType
  /cts/tests/openglperf2/jni/reference/scene/flocking/
Boid.cpp 39 tmp.normalize();
74 desired.normalize();

Completed in 1775 milliseconds

1 2 3 45 6 7 8 91011>>