HomeSort by relevance Sort by last modified time
    Searched refs:deletion (Results 1 - 21 of 21) sorted by null

  /external/webkit/Tools/Scripts/
svn-unapply 151 my $deletion = 0;
155 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/);
157 if (!$addition && !$deletion && !$isSvnBinary) {
168 # Either a deletion, an addition or a binary change.
175 } elsif ($deletion) {
176 # Reverse deletion
204 # FIXME: This should use the same logic as svn-apply's deletion
svn-apply 235 # Deletion
310 # Make sure $patch is initialized to some value. A deletion can have no
311 # svnConvertedText property in the case of a deletion resulting from a
319 my $deletion = 0;
323 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/);
325 if (!$addition && !$deletion && !$isBinary) {
337 # Either a deletion, an addition or a binary change.
347 } elsif ($deletion) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 241 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
242 deletions.add(deletion);
243 rootEdit.addChild(deletion);
340 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
341 rootEdit.addChild(deletion);
342 deletions.add(deletion);
371 for (DeleteEdit deletion : deletions) {
372 if (deletion.covers(newline)) {
VisualRefactoring.java 1047 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
1091 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
1113 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
    [all...]
  /external/v8/test/mjsunit/
delete-global-properties.js 43 // Check that deletion works.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 227 int deletion = d[i - 1][j] + 1; local
230 d[i][j] = Math.min(deletion, Math.min(insertion, substitution));
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableSectionElement22.js 82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement23.js 82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement24.js 82 the deletion of the row is two. After the row is deleted the number
HTMLTableSectionElement31.js 85 the deletion of the row is two. After the row is deleted the number
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableSectionElement22.js 82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement23.js 82 the deletion of the row is one. After the row is deleted the number
HTMLTableSectionElement24.js 82 the deletion of the row is two. After the row is deleted the number
HTMLTableSectionElement31.js 85 the deletion of the row is two. After the row is deleted the number
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 206 private void unExpandViews(boolean deletion) {
210 if (deletion) {
  /external/v8/test/mjsunit/regress/
regress-70066.js 88 // normally DONT_DELETE in JavaScript but deletion is allowed by V8.
  /external/v8/tools/
profile.js 187 * Reports about deletion of a dynamic code entry.
  /external/chromium/chrome/browser/resources/net_internals/
main.js 227 // Needed to simplify deletion, identify associated GUI elements, etc.
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 210 milliseconds