HomeSort by relevance Sort by last modified time
    Searched refs:deletion (Results 1 - 25 of 29) 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 248 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
249 deletions.add(deletion);
250 rootEdit.addChild(deletion);
347 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
348 rootEdit.addChild(deletion);
349 deletions.add(deletion);
378 for (DeleteEdit deletion : deletions) {
379 if (deletion.covers(newline)) {
VisualRefactoring.java 1061 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
1105 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
1127 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) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 350 deletion = distance[i][j+1] + 1
356 if deletion <= insertion and deletion <= substitution:
357 # Deletion is best.
358 best = deletion
  /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...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /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 

Completed in 1592 milliseconds

1 2