/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-unapply | 152 my $deletion = 0; 156 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/); 158 if (!$addition && !$deletion && !$isSvnBinary && $hasTextChunks) { 169 # Either a deletion, an addition or a binary change. 177 } elsif ($deletion) { 178 # Reverse deletion 206 # FIXME: This should use the same logic as svn-apply's deletion
|
svn-apply | 240 # Deletion 315 # Make sure $patch is initialized to some value. A deletion can have no 316 # svnConvertedText property in the case of a deletion resulting from a 325 my $deletion = 0; 329 $deletion = 1 if ($diffHashRef->{isDeletion} || $patch =~ /\n@@ .* \+0,0 @@/); 331 if (!$addition && !$deletion && !$isBinary && $hasTextChunks) { 343 # Either a deletion, an addition or a binary change. 353 } elsif ($deletion) {
|
/external/chromium_org/chrome/browser/history/ |
web_history_service.cc | 265 // Creates a DictionaryValue to hold the parameters for a deletion. 267 // |url| may be empty, indicating a time-range deletion. 272 DictionaryValue* deletion = new DictionaryValue; local 273 deletion->SetString("type", "CHROME_HISTORY"); 275 deletion->SetString("url", url.spec()); 276 deletion->SetString("min_timestamp_usec", min_time); 277 deletion->SetString("max_timestamp_usec", max_time); 278 return 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/chromium_org/v8/test/mjsunit/ |
delete-global-properties.js | 43 // Check that deletion works.
|
/external/chromium_org/v8/test/webkit/ |
string-property-deletion.js | 24 description("This page tests deletion of properties on a string object.");
|
delete-getters-setters.js | 25 "This test checks that deletion of properties works properly with getters and setters."
|
/external/v8/test/mjsunit/ |
delete-global-properties.js | 43 // Check that deletion works.
|
/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/chromium_org/chrome/browser/ui/webui/ |
history_ui.cc | 550 DictionaryValue* deletion = NULL; local 555 if (!((*it)->GetAsDictionary(&deletion) && 556 deletion->GetString("url", &url) && 557 deletion->GetList("timestamps", ×tamps))) { [all...] |
/external/chromium_org/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/chromium_org/v8/test/webkit/fast/js/ |
JSON-parse-reviver.js | 72 debug("Ensure that we visited a value that we have deleted, and that deletion is reflected while filtering."); 153 debug("Ensure that we visited a value that we have deleted, and that deletion is reflected while filtering.");
|
/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/chromium_org/remoting/webapp/ |
host_table_entry.js | 244 * Prompt the user to confirm or cancel deletion of a host. 261 * Confirm deletion of a host. 272 * Cancel deletion of a host.
|
paired_client_manager.js | 127 * graphic shown while a deletion is in progress.
|
/external/v8/test/mjsunit/harmony/ |
collections.js | 131 // Test expected deletion behavior of Maps and WeakMaps
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
main.js | 20 * deletion action. This is used for implementing undo. 828 * the user needs to undo the deletion. 845 // When all nodes have been saved, perform the deletion. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_copy_manager.js | [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
collections.js | 135 // Test expected deletion behavior of Maps and WeakMaps
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1.c | [all...] |
/external/chromium_org/v8/tools/ |
profile.js | 195 * Reports about deletion of a dynamic code entry.
|
/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...] |