Searched defs:deleted (Results 1 - 25 of 56) sorted by relevance

123

/external/yaffs2/yaffs2/
H A Dyaffs_packedtags1.h14 unsigned deleted:1; member in struct:__anon17159
H A Dyaffs_tagscompat.c455 int deleted = local
458 eTags->chunkDeleted = deleted;
/external/webkit/Source/WebCore/storage/
H A DDatabase.h71 bool deleted() const { return m_deleted; } function in class:WebCore::Database
/external/chromium/base/
H A Dtask_queue_unittest.cc16 TrackCallsTask(bool* ran, bool* deleted) argument
18 deleted_(deleted) {
H A Dlazy_instance_unittest.cc109 void SetDeletedPtr(bool* deleted) { argument
110 deleted_ = deleted;
H A Dmessage_loop_proxy_impl_unittest.cc52 explicit DummyTask(bool* deleted) : deleted_(deleted) { } argument
112 bool deleted = false; local
114 FROM_HERE, new DummyTask(&deleted));
116 EXPECT_TRUE(deleted);
127 bool deleted = false; local
128 bool ret = message_loop_proxy->PostTask(FROM_HERE, new DummyTask(&deleted));
130 EXPECT_TRUE(deleted);
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java40 private boolean[] deleted = new boolean[ClassConstants.TYPICAL_VARIABLES_SIZE]; field in class:VariableEditor
54 if (deleted.length < maxLocals)
56 deleted = new boolean[maxLocals];
62 deleted[index] = false;
72 * @param variableIndex the index of the variable to be deleted.
76 deleted[variableIndex] = true;
83 * Returns whether the given variable at the given offset has deleted.
87 return deleted[instructionOffset];
116 variableMap[oldVariableIndex] = deleted[oldVariableIndex] ?
/external/qemu/
H A Daio-android.c38 int deleted; member in struct:AioHandler
49 if (!node->deleted)
70 /* If the lock is held, just mark the node as deleted */
72 node->deleted = 1;
75 * deleted because deleted nodes are only cleaned up after
176 if (!node->deleted && node->io_read) {
179 if (!node->deleted && node->io_write) {
204 if (!node->deleted &&
209 if (!node->deleted
[all...]
H A Daio.c37 int deleted; member in struct:AioHandler
48 if (!node->deleted)
69 /* If the lock is held, just mark the node as deleted */
71 node->deleted = 1;
74 * deleted because deleted nodes are only cleaned up after
176 if (!node->deleted && node->io_read) {
180 if (!node->deleted && node->io_write) {
207 if (!node->deleted &&
212 if (!node->deleted
[all...]
H A Dasync.c123 int deleted; member in struct:QEMUBH
145 if (!bh->deleted && bh->scheduled) {
154 /* remove deleted bhs */
158 if (bh->deleted) {
194 bh->deleted = 1;
202 if (!bh->deleted && bh->scheduled) {
H A Diohandler.c39 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) {
H A Dvl-android-ui.c71 int deleted; member in struct:IOHandlerRecord
85 if (!ioh->deleted && (events & LOOP_IO_WRITE) != 0) {
89 if (ioh->deleted) {
114 ioh->deleted = 1;
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_updates_command.cc78 const bool deleted = entry.has_deleted() && entry.deleted(); local
85 deleted,
127 DCHECK(!update.deleted());
H A Dverify_updates_command.cc56 if (update.deleted())
83 const bool deleted = entry.has_deleted() && entry.deleted(); local
93 if (name.empty() && !deleted) {
94 LOG(ERROR) << "Zero length name in non-deleted update";
100 result.value = SyncerUtil::VerifyNewEntry(entry, &same_id, deleted);
102 syncable::ModelType placement_type = !deleted ? entry.GetModelType()
111 if (deleted)
119 deleted, is_directory, model_type);
H A Dsyncer_util.cc384 if (update.deleted()) {
386 // If we already think the item is server-deleted, we're done.
388 // back and overriding subsequent undeletions. For non-deleted items,
397 // they're deleted, they go back to version 0.
443 target->Put(SERVER_IS_DEL, update.deleted());
593 // Drop deleted uncommitted entries.
647 // 1. Scan deleted unsynced entries looking up their pre-delete tree for any
648 // of the deleted folders.
672 // We've synced the deletion of this deleted entries parent.
688 const bool deleted) {
685 VerifyNewEntry( const SyncEntity& update, syncable::Entry* target, const bool deleted) argument
704 VerifyUpdateConsistency( syncable::WriteTransaction* trans, const SyncEntity& update, syncable::MutableEntry* target, const bool deleted, const bool is_directory, syncable::ModelType model_type) argument
[all...]
/external/kernel-headers/original/linux/
H A Dipc.h60 int deleted; member in struct:kern_ipc_perm
/external/llvm/unittests/Support/
H A DValueHandleTest.cpp248 virtual void deleted() { DeletedCalls++; CallbackVH::deleted(); } function in class:__anon10121::RecordingVH
272 virtual void deleted() { DeletedCalls++; CallbackVH::deleted(); } function in class:__anon10121::RecordingVH
302 virtual void deleted() { function in class:__anon10121::RecoveringVH
345 virtual void deleted() { function in class:__anon10121::DestroyingVH
348 CallbackVH::deleted();
392 virtual void deleted() { function in class:__anon10121::ClearingVH
395 CallbackVH::deleted();
403 // C.deleted() shoul
[all...]
/external/llvm/lib/IR/
H A DDebugLoc.cpp211 /// deleted - The MDNode this is pointing to got deleted, so this pointer needs
213 void DebugRecVH::deleted() { function in class:DebugRecVH
258 // the mdnode got deleted.
260 if (NewVal == 0) return deleted();
H A DValue.cpp605 // Mark that this value has been deleted by setting it to an invalid Value
615 static_cast<CallbackVH*>(Entry)->deleted();
699 void CallbackVH::deleted() { function in class:CallbackVH
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc419 // Find the substring that was deleted (if any) to get the new string
422 std::string deleted = old_value.substr( local
433 if (!inserted.empty() && !deleted.empty()) {
439 } else if (!deleted.empty()) {
440 // Speak deleted text.
441 AppendUtterance(deleted, out_spoken_description);
/external/chromium/chrome/common/deprecated/
H A Devent_sys-inl.h116 // Tell all the listeners that the channel is being deleted.
251 bool deleted = false; local
252 deleted_ = &deleted;
254 if (deleted) // The callback (legally) deleted this.
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc182 TrimTask(disk_cache::BackendImpl* backend, bool deleted, bool empty) argument
184 deleted_(deleted),
H A Deviction.cc473 bool deleted = false; local
478 deleted |= RemoveDeletedNode(node.get());
484 // deleted entries, so the total number of entries increases by 25%. Using
485 // 40% of that value for deleted entries leaves the size of the other three
489 if (deleted && !empty && !test_mode_ &&
/external/jdiff/src/jdiff/
H A DDiffMyers.java95 of deleted lines (counting only lines before the midpoint).
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
468 Each change represents one place where some lines are deleted
472 DELETED is the number of lines deleted here from file 0.
484 public int deleted; field in class:DiffMyers.change
485 /** Line number of 1st deleted line. */
492 DELETED is the number of lines deleted here from file 0.
497 change(int line0, int line1, int deleted, in argument
[all...]
/external/llvm/lib/Analysis/
H A DIVUsers.cpp330 void IVStrideUse::deleted() { function in class:IVStrideUse

Completed in 2289 milliseconds

123