Searched refs:correction (Results 1 – 25 of 28) sorted by relevance
12
/external/opencore/android/ |
D | android_audio_mio.cpp | 704 int32 correction = 0; in UpdateClock() local 714 correction = updateClock32 - (clockTime32 - iStartTime); in UpdateClock() 715 … LOGV("ADJ_CLK iDriverLatency %d old clock %d delta %d", iDriverLatency, clockTime32, correction); in UpdateClock() 718 if (OSCL_ABS(correction) > iMinCorrection) { in UpdateClock() 719 if (correction > iMaxCorrection) { in UpdateClock() 720 correction = iMaxCorrection; in UpdateClock() 721 } else if (correction < -iMaxCorrection) { in UpdateClock() 722 correction = -iMaxCorrection; in UpdateClock() 724 updateClock32 = clockTime32 + correction; in UpdateClock() 725 … LOGV("ADJ_CLK old clock %d correction %d new clock %d", clockTime32, correction, updateClock32); in UpdateClock()
|
/external/icu4c/data/unidata/ |
D | NormalizationCorrections.txt | 20 # stability, the correction is entered in this data file, 36 # Field 3: Version of Unicode for which the correction was 39 # the correction
|
/external/icu4c/i18n/ |
D | gregoimp.cpp | 124 int32_t correction = 0; in dayToFields() local 127 correction = isLeap ? 1 : 2; in dayToFields() 129 month = (12 * (doy + correction) + 6) / 367; // zero-based month in dayToFields()
|
D | gregocal.cpp | 403 int32_t correction = 0; in handleComputeFields() local 406 correction = isLeap ? 1 : 2; in handleComputeFields() 408 month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month in handleComputeFields()
|
/external/webkit/WebCore/loader/mac/ |
D | LoaderNSURLExtras.mm | 68 … // Save the extension for later correction. Only correct the extension of the lastPathComponent.
|
/external/libpng/contrib/pngminus/ |
D | README | 50 no gamma correction. But this makes it also a simple program that is
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 208 * Const correction all over the place, including a new pointer type
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2003-10-25 | 114 * kjs/date_object.cpp: (DateProtoFuncImp::call): The daylight savings correction
|
/external/e2fsprogs/debian/ |
D | changelog | 2150 * very minor correction to expected output of a build time test
|
/external/webkit/WebCore/ |
D | ChangeLog | 231 Unreviewed build correction after http://trac.webkit.org/changeset/46978 3482 Minor coding style correction. 6600 Final correction for WinCairo builds. 6915 Build correction, no review. 19214 Now that other MIME type correction stuff is in our swizzled method, Tiger needs it too! 19752 where we do all MIMEType correction. 21465 <rdar://problem/6980466> Media elements should provide option for changing pitch correction
|
D | ChangeLog-2009-06-16 | 703 SVGFEImage needed a correction, to avoid an ASSERT. The two filter 1106 Unreviewed build correction. 2554 Bug 26204: RenderBlock : simplify handleSpecialChild, comment correction 2712 Unreviewed Windows build correction. 7754 Add automatic spell correction support in WebKit
|
D | ChangeLog-2003-10-25 | 6589 auto-correction of the size.
|
/external/libffi/ |
D | ChangeLog | 1717 * configure: Regenerate for config/accross.m4 correction.
|
D | texinfo.tex | 1952 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 701 (createDifferenceImage): Avoid color correction when rendering the
|
D | ChangeLog-2009-06-16 | 5784 Forgot to commit licensing correction in last commit. 17392 Basic auto-correction of user-entered URLs.
|
/external/libpng/ |
D | CHANGES | 110 fixed gamma and background correction for paletted images, so
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 1240 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 2141 * gfile.c: Minor spelling correction in documentation:
|
/external/grub/docs/ |
D | texinfo.tex | 1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
|
/external/bison/build-aux/ |
D | texinfo.tex | 1774 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 141 Add automatic spell correction support in WebKit 1108 …Item::initFromDictionaryRepresentation): Add the negative-visit-count-correction-logic as impleme…
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 9559 Also added code to turn off color correction for images created 12828 (-[WebHTMLView _changeSpellingToWord:]): Apply correction to our doc. 32541 Fixed: 3156172 - No filename correction when downloading images via drag & drop
|
D | ChangeLog | 2015 Add automatic spell correction support in WebKit
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 6380 correction k@rekS~
|
12