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

1 2

  /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 247 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
248 deletions.add(deletion);
249 rootEdit.addChild(deletion);
346 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
347 rootEdit.addChild(deletion);
348 deletions.add(deletion);
377 for (DeleteEdit deletion : deletions) {
378 if (deletion.covers(newline)) {
VisualRefactoring.java 1059 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
1103 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
1125 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
    [all...]
  /external/v8/test/mjsunit/
delete-global-properties.js 43 // Check that deletion works.
  /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) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintUtils.java 281 int deletion = d[i - 1][j] + 1; local
284 d[i][j] = Math.min(deletion, Math.min(insertion, substitution));
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 54 * single token insertion or deletion error recovery. If
57 * To turn off single token insertion or deletion error
124 * to get single token insertion and deletion. Use this to turn of
125 * single token insertion and deletion. Override mismatchRecover
325 * single token insertion and deletion, this will usually not
577 // can't recover with single token deletion, try insertion
600 // TODO do single token deletion like above for Token mismatch
  /external/v8/test/mjsunit/harmony/
collections.js 131 // Test expected deletion behavior of Maps and WeakMaps
proxies.js 840 // Property deletion (delete).
    [all...]
  /external/v8/tools/
profile.js 195 * 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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 710 /// single token insertion or deletion error recovery. If
714 /// To turn off single token insertion or deletion error
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 734 milliseconds

1 2