HomeSort by relevance Sort by last modified time
    Searched full:deleted (Results 101 - 125 of 5561) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/protocol/
history_delete_directive_specifics.proto 44 // The time on or after which entries must be deleted.
46 // The time on or before which entries must be deleted.
  /external/chromium_org/tools/grit/grit/testdata/
deleted.html 2 <html><head><title>Database Deleted</title>
17 <center>The database has been deleted. Click <a href="[$~HOMEPAGE~$]">here</a> to continue.</center>
  /external/chromium_org/webkit/browser/blob/
blob_data_handle.h 27 // maybe deleted on any thread.
31 virtual ~BlobDataHandle(); // Maybe be deleted on any thread.
  /external/clang/test/SemaCXX/
cxx0x-delegating-ctors.cpp 46 ~deleted_dtor() = delete; // expected-note{{function has been explicitly marked deleted here}}
48 deleted_dtor(int) : deleted_dtor() // expected-error{{attempt to use a deleted function}}
defaulted-private-dtor.cpp 19 V v; // expected-error {{deleted function}}
23 W w; // expected-error {{deleted function}}
aggregate-initialization.cpp 52 A(const A&) = delete; // expected-note 2 {{function has been explicitly marked deleted here}}
65 A as2[1] = { 1 }; // expected-error {{copying array element of type 'A' invokes deleted constructor}}
68 B b2 = { 1 }; // expected-error {{copying member subobject of type 'A' invokes deleted constructor}}
  /external/e2fsprogs/tests/f_noroot/
expect.1 7 Entry '..' in /lost+found (11) has deleted/unused inode 2. Clear? yes
9 Entry '..' in /foo (12) has deleted/unused inode 2. Clear? yes
  /external/smack/src/org/jivesoftware/smackx/pubsub/
RetractItem.java 20 * Represents and item that has been deleted from a node.
31 * @param itemId The id if the item deleted
ItemsExtension.java 23 * <li>It can represent an event containing a list of retracted (deleted) items.
67 * Construct an instance with a list representing items that have been published or deleted.
76 * <li>Items deleted event - itemsType = {@link ItemsElementType#items}, items = list of {@link RetractItem} and
80 * @param nodeId The node to which the items are being sent or deleted
92 * Construct an instance with a list representing items that have been published or deleted.
101 * <li>Items deleted event - itemsType = {@link ItemsElementType#items}, items = list of {@link RetractItem} and
105 * @param nodeId The node to which the items are being sent or deleted
  /external/smack/src/org/jivesoftware/smackx/pubsub/listener/
ItemDeleteListener.java 29 * Called when items are deleted from a node the listener is
37 * Called when <b>all</b> items are deleted from a node the listener is
  /external/yaffs2/yaffs2/
yaffs_packedtags1.c 11 pt->deleted = (t->chunkDeleted) ? 0 : 1;
33 t->chunkDeleted = (pt->deleted) ? 0 : 1;
  /external/chromium_org/sync/syncable/
syncable_delete_journal.h 24 // DeleteJournal manages deleted entries that are not in sync directory until
49 // detect deleted sync data that's not persisted in native model to
84 // Contains deleted entries that may not be persisted in native models. And
86 // bookkeeping to prevent back-from-dead entries that are deleted elsewhere
90 // Contains meta handles of deleted entries that have been persisted or
  /external/chromium/chrome/browser/history/
expire_history_backend.h 80 // will continue until the object is deleted.
118 // knows that the visits will be deleted after the call.
129 // Deleted information is the visits themselves and the full-text index
139 // etc.) is deleted.
145 // This includes some of the things deleted that are needed elsewhere, plus
161 // database will not be affected (the URL will have to be deleted later).
172 // there and delete any orphaned URLs. These will be added to the deleted URLs
176 // When a URL is not deleted and |archive| is not set, the last visit time and
181 // The visits in the given vector should have already been deleted from the
185 // Starred URLs will not be deleted. The information in the dependencies tha
    [all...]
history_indexer.idl 38 // deleted. It is given in UTC.
40 // deleted. It is given in UTC
42 // deleted.
  /external/chromium_org/ui/views/controls/menu/
menu_runner.h 37 // deleted while the menu is showing the delegate of the menu is reset. This is
38 // done to ensure delegates aren't notified after they may have been deleted.
48 // resulting in possible callbacks to your now deleted object. Instead you
77 // Indicates RunMenuAt is returning because the MenuRunner was deleted.
80 // Indicates RunMenuAt returned and MenuRunner was not deleted.
92 // Takes ownership of |menu|, deleting it when MenuRunner is deleted. You
98 // MENU_DELETED the method is returning because the MenuRunner was deleted.
  /external/qemu/
iohandler.c 39 int deleted; member in struct:IOHandlerRecord
61 ioh->deleted = 1;
78 ioh->deleted = 0;
96 if (ioh->deleted)
119 if (!ioh->deleted && ioh->fd_read && FD_ISSET(ioh->fd, readfds)) {
122 if (!ioh->deleted && ioh->fd_write && FD_ISSET(ioh->fd, writefds)) {
127 if (ioh->deleted) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 103 // |deleted| (like all interstitial related tests do at this point), make sure
109 // method and will dereference the |deleted| local variable which by then is
115 bool* deleted)
121 deleted_(deleted),
443 // non-zero so that orig_rvh doesn't get deleted when it gets
476 // non-zero so that orig_rvh doesn't get deleted when it gets
512 // The pending RVH should now be swapped out, not deleted.
517 // Close contents and ensure RVHs are deleted.
563 // Close contents and ensure RVHs are deleted.
669 // non-zero so that orig_rvh doesn't get deleted when it get
1245 bool deleted = false; local
1292 bool deleted = false; local
1337 bool deleted = false; local
1388 bool deleted = false; local
1446 bool deleted = false; local
1503 bool deleted = false; local
1545 bool deleted = false; local
1573 bool deleted = false; local
1608 bool deleted = false; local
1648 bool deleted = false; local
1670 bool deleted = false; local
1692 bool deleted = false; local
1727 bool deleted = false; local
1867 bool deleted = false; local
1938 bool deleted = false; local
1980 bool deleted = false; local
2028 bool deleted = false; local
2061 bool deleted = false; local
2112 bool deleted = false; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change_unittest.cc 47 FileChange::DELETED);
62 FileChange::DELETED);
70 FileChange::DELETED);
  /external/chromium_org/chrome/browser/history/
expire_history_backend.h 38 // Trigger handling of deleted urls in typed url sync code
81 // will continue until the object is deleted.
136 // is specific to this URL (URL row, thumbnails, etc.) is deleted.
142 // This includes some of the things deleted that are needed elsewhere, plus
158 // database will not be affected (the URL will have to be deleted later).
169 // there and delete any orphaned URLs. These will be added to the deleted URLs
173 // When a URL is not deleted and |archive| is not set, the last visit time and
178 // The visits in the given vector should have already been deleted from the
182 // Starred URLs will not be deleted. The information in the dependencies that
191 // visits will have to be deleted in another pass
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher_test.py 45 added, deleted, modified = self._patcher.GetPatchedFiles()
51 self.assertEqual(deleted,
72 # Applying to a deleted file doesn't throw exceptions. It just returns
  /external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service.h 33 // thread ID, your service will be deleted on that thread. We can't use
50 // If your service does not need to be deleted on a specific thread, use the
54 // If you need your service to be deleted on a specific thread (for example,
  /external/chromium_org/content/browser/android/in_process/
synchronous_input_event_filter.cc 52 // bound to has already been deleted.
61 // bound to has already been deleted.
72 // bound to has already been deleted.
  /external/chromium_org/content/browser/webui/
url_data_manager.h 24 // deleted on the UI thread). Internally the DataSources are maintained by
35 // release the old |DataSource|, most likely resulting in it getting deleted
62 // If invoked on the UI thread the DataSource is deleted immediatlye,
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrFakeRefObj.h 64 // couldn't be deleted earlier due to refs
75 // The deleted flag is only set when OpenGL thinks the object is deleted
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 64 // couldn't be deleted earlier due to refs
75 // The deleted flag is only set when OpenGL thinks the object is deleted

Completed in 1165 milliseconds

1 2 3 45 6 7 8 91011>>