/external/smali/smali/src/test/resources/LexerTest/ |
.gitattributes | 1 # Prevent newlines from being normalized on windows
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
NormalizerRegressionTests.java | 25 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); 28 // the combining cedilla can't be applied to 'b', so this is in normalized form. 40 // this should return true, since the string is normalized (and it should 43 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); 45 // this should return false, since the string is _not_ normalized (and it should 48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
NormalizerRegressionTests.java | 21 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0)); 24 // the combining cedilla can't be applied to 'b', so this is in normalized form. 36 // this should return true, since the string is normalized (and it should 39 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0)); 41 // this should return false, since the string is _not_ normalized (and it should 44 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0));
|
/external/eigen/test/ |
geo_quaternion.cpp | 80 q1 = AngleAxisx(a, v0.normalized()); 81 q2 = AngleAxisx(a, v1.normalized()); 112 && (aa.axis() - v1.normalized()).norm() < 1.99 113 && (aa.axis() + v1.normalized()).norm() < 1.99) 119 VERIFY_IS_APPROX( v2.normalized(),(q2.setFromTwoVectors(v1, v2)*v1).normalized()); 120 VERIFY_IS_APPROX( v1.normalized(),(q2.setFromTwoVectors(v1, v1)*v1).normalized()); 121 VERIFY_IS_APPROX(-v1.normalized(),(q2.setFromTwoVectors(v1,-v1)*v1).normalized()); [all...] |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_VNorm.h | 33 const int16 nvec, /*!< Size of normalized vector buffer */ 34 AKFVEC vvec[] /*!< Normalized vector buffer */ 38 const int16 nvec, /*!< Size of normalized vector buffer */ 39 const AKFVEC vvec[], /*!< Normalized vector buffer */
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
CalendarDate.java | 51 * <code>CalendarDate</code> to <I>not normalized</I>. The 80 private boolean normalized; field in class:CalendarDate 118 normalized = false; 129 normalized = false; 137 normalized = false; 148 * <p>If this <code>CalendarDate</code> hasn't been normalized, 153 * normalized and the year of this <code>CalendarDate</code> is a 172 normalized = false; 180 normalized = false; 192 normalized = false 417 int normalized = isNormalized() ? 1 : 0; local [all...] |
/external/harfbuzz_ng/src/ |
hb-icu.cc | 190 UChar utf16[4], normalized[5]; local 203 len = unorm_normalize (utf16, len, UNORM_NFC, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 206 if (u_countChar32 (normalized, len) == 1) { 207 U16_GET_UNSAFE (normalized, 0, *ab); 249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local 264 len = unorm_normalize (utf16, len, UNORM_NFD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err); 268 len = u_countChar32 (normalized, len); 271 U16_GET_UNSAFE (normalized, 0, *a) 319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local [all...] |
hb-glib.cc | 254 gchar *normalized; local 260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC); 261 len = g_utf8_strlen (normalized, -1); 266 *ab = g_utf8_get_char (normalized); 272 g_free (normalized); 291 gchar *normalized; local 296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD); 297 len = g_utf8_strlen (normalized, -1); 302 *a = g_utf8_get_char (normalized); 306 *a = g_utf8_get_char (normalized); [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/ |
ParticleContact.java | 12 /** The normalized direction from A to B. */
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoProcessorTest.java | 44 final Bitmap normalized = PhotoProcessor.getNormalizedBitmap(sourceBitmap, 50, false); local 47 assertEquals(10, normalized.getWidth()); 48 assertEquals(10, normalized.getHeight()); 51 assertEquals(Color.argb(255, 255, 255, 255), normalized.getPixel(0, 0));
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
find_step_test.py | 153 # A list with a standard deviation of zero cannot be normalized because 155 normalized = find_step._Normalize([5.0]) 156 self.assertEqual(1, len(normalized)) 157 self.assertTrue(math.isnan(normalized[0])) 159 normalized = find_step._Normalize([5.0, 5.0]) 160 self.assertEqual(2, len(normalized)) 161 self.assertTrue(math.isnan(normalized[0])) 162 self.assertTrue(math.isnan(normalized[1])) 171 # When a data series is normalized, it is guaranteed that the result 174 normalized = find_step._Normalize(y_values [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 85 pos != normalized.length()) { 86 c = normalized.codePointAt(pos); 139 c = normalized.codePointBefore(pos); 175 pos != normalized.length()) { 176 c = normalized.charAt(pos++); 196 assert(pos < normalized.length()); 198 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; } 227 (state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && pos == normalized.length())); 241 // The input text segment needed to be normalized. 260 // Collect the characters being checked, in case they need to be normalized 450 private StringBuilder normalized; local [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDIterCollationIterator.java | 83 pos != normalized.length()) { 84 c = normalized.codePointAt(pos); 137 c = normalized.codePointBefore(pos); 173 pos != normalized.length()) { 174 c = normalized.charAt(pos++); 194 assert(pos < normalized.length()); 196 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; } 225 (state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && pos == normalized.length())); 239 // The input text segment needed to be normalized. 258 // Collect the characters being checked, in case they need to be normalized 448 private StringBuilder normalized; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Normalizer2.java | 25 * The primary functions are to produce a normalized string and to detect whether 26 * a string is already normalized. 41 * When the goal is a normalized string, then the text before the boundary 53 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart() 91 * equivalent text, without having to be fully normalized.<br> 200 * Returns the normalized form of the source string. 202 * @return normalized src 207 // and is already normalized. 219 * Writes the normalized form of the source string to the destination string 223 * @param dest destination string; its contents is replaced with normalized sr [all...] |
/external/icu/icu4c/source/i18n/ |
nortrans.cpp | 113 * must not be normalized. 118 UnicodeString input, normalized; 124 fNorm2.normalize(input, normalized, status); 126 text.handleReplaceBetween(start, limit, normalized); 128 int32_t delta = normalized.length() - length; 136 UnicodeString normalized; local 154 fNorm2.normalize(segment, normalized, errorCode); 158 if(segment != normalized) { 159 // replace the input chunk with its normalized form 160 text.handleReplaceBetween(prev, start, normalized); [all...] |
uitercollationiterator.h | 29 * Handles normalized text inline, with length or NUL-terminated. 132 * The input text [start..limit[ failed the FCD check and was normalized. 133 * pos tracks the current index in the normalized string. 138 * The input text [start..limit[ failed the FCD check and was normalized. 139 * pos tracks the current index in the normalized string. 152 UnicodeString normalized; member in class:FCDUIterCollationIterator
|
/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 42 * The primary functions are to produce a normalized string and to detect whether 43 * a string is already normalized. 58 * When the goal is a normalized string, then the text before the boundary 70 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart() 184 * Returns the normalized form of the source string. 190 * @return normalized src 200 * Writes the normalized form of the source string to the destination string 204 * @param dest destination string; its contents is replaced with normalized src 217 * Appends the normalized form of the second string to the first string 219 * The result is normalized if the first string was normalized [all...] |
/external/vulkan-validation-layers/libs/glm/gtx/ |
rotate_normalized_axis.hpp | 35 /// @brief Quaternions and matrices rotations around normalized axis. 57 /// Builds a rotation 4 * 4 matrix created from a normalized axis and an angle. 61 /// @param axis Rotation axis, must be normalized. 74 /// Rotates a quaternion from a vector of 3 components normalized axis and an angle. 78 /// @param axis Normalized axis of the rotation, must be normalized.
|
/frameworks/rs/driver/ |
rsdVertexArray.cpp | 50 normalized = false; 55 bool normalized, size_t offset, 61 this->normalized = normalized; 78 mAttribs[idx].normalized, 113 mAttribs[ct].normalized,
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionUtils.java | 101 String normalized; local 107 normalized = DEFAULT_SCHEME + SCHEME_SEPARATOR + url; 110 normalized = url; 113 int end = normalized.length(); 114 if (normalized.indexOf('/', start) == end - 1) { 117 return normalized.substring(0, end);
|
/external/opencv3/samples/cpp/ |
npr_demo.cpp | 9 * -> Using Normalized convolution Filter 55 cout << " -> Using Normalized convolution Filter" << endl; 71 cout << "Press 1 for Normalized Convolution Filter and 2 for Recursive Filter: ";
|
/external/opencv3/samples/cpp/tutorial_code/photo/non_photorealistic_rendering/ |
npr_demo.cpp | 9 * -> Using Normalized convolution Filter 54 cout << " -> Using Normalized convolution Filter" << endl; 70 cout << "Press 1 for Normalized Convolution Filter and 2 for Recursive Filter: ";
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
AutoCorrectionUtils.java | 44 // TODO: when the normalized score of the first suggestion is nearly equals to 45 // the normalized score of the second suggestion, behave less aggressive. 49 Log.d(TAG, "Normalized " + consideredWord + "," + suggestion + ","
|
/external/eigen/unsupported/test/ |
alignedvector3.cpp | 45 VERIFY_IS_APPROX(f2.normalized(),r2.normalized()); 47 VERIFY_IS_APPROX((f2+f1).normalized(),(r2+r1).normalized());
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
StringPool.java | 33 * Returns a normalized instance that is equal to the given {@link String} . 37 * @return normalized instance or <code>null</code> 52 * Returns a modified version of the array with all string slots normalized. 58 * @return normalized instance or <code>null</code>
|