/packages/apps/Calendar/tests/src/com/android/calendar/ |
WeekNumberTest.java | 42 date.normalize(true /* ignore isDst */); 45 allDayDate.normalize(true /* ignore isDst */);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 135 private static int normalize(int in) { method in class:Utils.RingCharBuffer 145 mEnd = normalize(mEnd + 1); 154 mEnd = normalize(mEnd - 1); 163 return mCharBuf[normalize(mEnd - n - 1)]; 167 int index = normalize(mEnd - 2 - back); 176 int index = normalize(mEnd - 2 - back); 188 char c = mCharBuf[normalize(mEnd - 1 - i)]; 194 char c = mCharBuf[normalize(mEnd - 1 - i)];
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 131 * 4. Add the normals of the surfaces that were hit up and normalize the result to produce 192 mHorizontalHitNormal.normalize(); 196 mHorizontalHitNormal.normalize(); 204 mVerticalHitNormal.normalize(); 208 mVerticalHitNormal.normalize(); 311 mMergedNormal.normalize();
|
Vector2.java | 100 public final float normalize() { method in class:Vector2
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioBus.h | 131 void normalize();
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatPoint.cpp | 43 void FloatPoint::normalize() function in class:WebCore::FloatPoint
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnClassifier.cpp | 65 // and artifacts in the shader. It turns out that if we normalize 70 nd.normalize();
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test_files_unittest.py | 82 self.assertEquals(test_files.normalize(filesystem, "c:\\foo", 87 # This tests test_files.normalize, using portable behavior emulating
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Point.java | 84 public Point normalize() { method in class:Point
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 450 * be used. If the parameter "normalize-characters" of the 453 * will also fully normalize the characters of the <code>Text</code> 456 * <code>CDATASections</code>, the normalize operation alone may not be 461 public void normalize(); method in interface:Node [all...] |
/external/icu4c/common/ |
normalizer2.cpp | 39 normalize(const UnicodeString &src, function in class:NoopNormalizer2 104 // normalize 106 normalize(const UnicodeString &src, function in class:Normalizer2WithImpl 122 normalize(sArray, sArray+src.length(), buffer, errorCode); 127 normalize(const UChar *src, const UChar *limit, 130 // normalize and append 238 normalize(const UChar *src, const UChar *limit, function in class:DecomposeNormalizer2 242 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 269 normalize(const UChar *src, const UChar *limit, function in class:ComposeNormalizer2 273 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function 339 normalize(const UChar *src, const UChar *limit, function in class:FCDNormalizer2 [all...] |
caniter.cpp | 172 nfd.normalize(newSource, source, status); 381 nfd.normalize(possible, attempt, status); 509 nfd.normalize(temp, decompString, status); 566 nfd.normalize(temp, trial, status);
|
/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 175 lastMonth.normalize(true); 205 nextMonth.normalize(true); 229 time.normalize(true);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 157 boolean normalize) { 164 normalize)) { 299 boolean normalize);
|
/build/core/ |
definitions.mk | 445 define normalize-libraries 451 define normalize-host-libraries 452 $(call normalize-libraries,$(1)) 455 define normalize-target-libraries 456 $(call normalize-libraries,$(1)) 576 define normalize-path-list [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekFragment.java | 99 mSelectedDay.normalize(true); 102 mFirstDayOfMonth.normalize(true); 104 mFirstVisibleDay.normalize(true); 412 mDesiredDay.normalize(true); 450 long newTime = mSelectedDay.normalize(true);
|
/external/opencv/cv/src/ |
cvsurf.cpp | 516 double normalize = 0; local 518 normalize += vec[kk]*vec[kk]; 519 normalize = 1./(sqrt(normalize) + DBL_EPSILON); 521 vec[kk] = (float)(vec[kk]*normalize); 540 double normalize = 0; local 542 normalize += vec[kk]*vec[kk]; 543 normalize = 1./(sqrt(normalize) + DBL_EPSILON); 545 vec[kk] = (float)(vec[kk]*normalize); [all...] |
/external/icu4c/test/intltest/ |
normconf.cpp | 309 Normalizer::normalize(field[i], UNORM_NFC, options, out, status); 311 dataerrln("Error running normalize UNORM_NFC: %s", u_errorName(status)); 320 Normalizer::normalize(field[i], UNORM_NFD, options, out, status); 322 dataerrln("Error running normalize UNORM_NFD: %s", u_errorName(status)); 331 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status); 333 dataerrln("Error running normalize UNORM_NFKC: %s", u_errorName(status)); 342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status); 344 dataerrln("Error running normalize UNORM_NFKD: %s", u_errorName(status)); 397 Normalizer::normalize(field[0], UNORM_FCD, options, fcd, status); 411 Normalizer::normalize(fcd, UNORM_NFD, options, out, status) [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 192 assertEquals(false, domConfiguration.getParameter("normalize-characters")); 193 assertSupported("normalize-characters", false); 194 assertUnsupported("normalize-characters", true); 343 document.getDocumentElement().normalize(); 348 document.getDocumentElement().normalize(); 368 document.getDocumentElement().normalize(); 374 document.getDocumentElement().normalize(); 380 document.getDocumentElement().normalize(); 386 document.getDocumentElement().normalize();
|
/external/icu4c/i18n/ |
nortrans.cpp | 109 * Normalize as short chunks at a time as possible even in 123 fNorm2.normalize(input, normalized, status); 153 fNorm2.normalize(segment, normalized, errorCode);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
Arrow.java | 77 Vector3f dir = extent.normalize(); 117 // Vector3f dir = extent.normalize();
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementnormalize.js | 78 Append a couple of text nodes to the first sup element, normalize the 110 root.normalize();
|
hc_elementnormalize2.js | 78 Add an empty text node to an existing attribute node, normalize the containing element 111 element.normalize();
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
hc_nodedocumentfragmentnormalize1.js | 78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes 104 docFragment.normalize();
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementnormalize.js | 78 Append a couple of text nodes to the first sup element, normalize the 110 root.normalize();
|