Home
last modified time | relevance | path

Searched refs:deletions (Results 1 – 24 of 24) sorted by relevance

/external/qemu/distrib/jpeg-6b/
DNOTICE18 unaltered; and any additions, deletions, or changes to the original files
DREADME138 unaltered; and any additions, deletions, or changes to the original files
/external/jpeg/
DNOTICE18 unaltered; and any additions, deletions, or changes to the original files
DREADME138 unaltered; and any additions, deletions, or changes to the original files
/external/hyphenation/patches/
D0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch14 2 files changed, 60 insertions(+), 12 deletions(-)
/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch.java1367 int deletions = 0; in diff_levenshtein() local
1374 deletions += aDiff.text.length(); in diff_levenshtein()
1378 levenshtein += Math.max(insertions, deletions); in diff_levenshtein()
1380 deletions = 0; in diff_levenshtein()
1384 levenshtein += Math.max(insertions, deletions); in diff_levenshtein()
/external/freetype/
DNOTICE114 (`FTL.TXT') unaltered; any additions, deletions or changes to
/external/iproute2/
DChangeLog213 * Warn about wildcard deletions and provide IFA_ADDRESS upon
214 deletions to enforce prefix length validation for IPv4.
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch19 7 files changed, 294 insertions(+), 12 deletions(-)
/external/zlib/src/doc/
Dalgorithm.txt29 The hash chains are singly linked. There are no deletions from the
Drfc1951.txt33 substantive changes or deletions from the original are clearly
814 deletions from the hash chains; the algorithm simply discards matches
Drfc1950.txt35 substantive changes or deletions from the original are clearly
Drfc1952.txt33 substantive changes or deletions from the original are clearly
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm700 …ard selector for all deletion operations since the autofill code treats all deletions the same way.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README138 unaltered; and any additions, deletions, or changes to the original files
/external/webkit/Tools/
DChangeLog-2009-06-1620939 Teach svn-apply and svn-unapply to use patch(1) for additions and deletions
20944 (patch): Use patch(1) for non-binary additions and deletions.
20947 (patch): Use patch(1) for reverting non-binary additions and deletions.
23518 * Scripts/svn-apply: Handle additions and deletions properly -- I've been noticing
DChangeLog-2011-02-1620143 deletions or changes that are far apart from each other in the
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0911682 … (-[WebHTMLView becomeFirstResponder]): Set startNewKillRingSequence flag, so that new deletions
11755 (-[WebHTMLView _selectionChanged]): Set startNewKillRingSequence flag, so that new deletions
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2329413 * khtml/xml/dom_position.h: Update header for deletions.
37069 I made some very big improvements to the code which handles deletions of selections
47060 the code to do deletions properly has been factored better. Big FIXME added.
DChangeLog-2006-12-316376 doesn't expose any new kinds of deletions, but we should start thinking about how
6377 those deletions should behave.
DChangeLog-2009-06-1668329 discrepancies between the behavior of JS deletions and manual deletions, so that we
DChangeLog-2010-05-2433323 …These functions keep track of in-progress deletions and creations, so that we can make sure nobody…
DChangeLog-2010-12-0643628 Limit number of AudioNode deletions per render quantum in AudioContext
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1622057 Prevent double deletions of the default web interface.