Searched refs:deleted (Results 1 - 25 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue_unittest.cc43 DeletedLockChecker(MessageQueueTest* test, bool* was_locked, bool* deleted) argument
44 : test(test), was_locked(was_locked), deleted(deleted) { }
46 *deleted = true;
51 bool* deleted; member in struct:DeletedLockChecker
85 bool deleted = false; local
86 DeletedLockChecker* d = new DeletedLockChecker(this, &was_locked, &deleted);
90 EXPECT_TRUE(deleted);
96 explicit DeletedMessageHandler(bool* deleted) : deleted_(deleted) { } argument
106 bool deleted = false; local
136 bool deleted = false; local
[all...]
/external/chromium_org/sync/internal_api/public/
H A Dnon_blocking_sync_common.cc18 deleted(false) {
34 deleted(false) {
H A Dnon_blocking_sync_common.h75 bool deleted; member in struct:syncer::CommitRequestData
99 bool deleted; member in struct:syncer::UpdateResponseData
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java42 private boolean[] deleted = new boolean[ClassConstants.TYPICAL_VARIABLES_SIZE]; field in class:VariableEditor
56 if (deleted.length < maxLocals)
59 deleted = new boolean[maxLocals];
64 Arrays.fill(deleted, 0, maxLocals, false);
73 * @param variableIndex the index of the variable to be deleted.
77 deleted[variableIndex] = true;
84 * Returns whether the given variable at the given offset has deleted.
88 return deleted[instructionOffset];
117 variableMap[oldVariableIndex] = deleted[oldVariableIndex] ?
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatched_file_system.py20 added, deleted, modified = self._patcher.GetPatchedFiles()
21 if set(paths) & set(deleted):
33 added, deleted, modified = (
39 return list((set(original_listing) | set(added)) - set(deleted))
82 added, deleted, modified = (tuple(
87 deleted_files = [child for child in deleted if not child.endswith('/')]
90 modified += [child for child in deleted if child.endswith('/')]
94 def _PatchStat(self, stat_info, version, added, deleted, modified):
95 assert len(added) + len(deleted) + len(modified) > 0
105 for child in deleted
[all...]
H A Drietveld_patcher_test.py46 added, deleted, modified = self._patcher.GetPatchedFiles()
52 self.assertEqual(deleted,
74 # Applying to a deleted file doesn't throw exceptions. It just returns
/external/chromium_org/sync/engine/
H A Dprocess_updates_util.cc56 if (!existing_entry.good() && update.deleted()) {
68 update.deleted()) {
70 // deleted. The usual version comparison logic won't be able to detect
105 const bool deleted = entry.has_deleted() && entry.deleted(); local
115 if (name.empty() && !deleted) {
116 LOG(ERROR) << "Zero length name in non-deleted update";
122 result = VerifyNewEntry(entry, &same_id, deleted);
124 ModelType placement_type = !deleted ? GetModelType(entry)
132 if (deleted) {
161 const bool deleted = entry.has_deleted() && entry.deleted(); local
[all...]
H A Dentity_tracker.cc30 bool deleted,
42 deleted,
71 bool deleted,
83 deleted_(deleted),
123 bool deleted,
147 if (deleted && !IsServerKnown()) {
166 deleted_ = deleted;
22 FromCommitRequest( const std::string& id_string, const std::string& client_tag_hash, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
61 EntityTracker(const std::string& id, const std::string& client_tag_hash, int64 highest_commit_response_version, int64 highest_gu_response_version, bool is_commit_pending, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
116 RequestCommit(const std::string& id, const std::string& client_tag_hash, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
H A Dmodel_type_entity.cc37 bool deleted,
50 deleted,
65 bool deleted,
78 deleted_(deleted),
109 bool deleted,
157 request->deleted = deleted_;
31 FromServerUpdate( const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, int64 version, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
56 ModelTypeEntity(int64 sequence_number, int64 commit_requested_sequence_number, int64 acked_sequence_number, int64 base_version, bool is_dirty, const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
107 ApplyUpdateFromServer( int64 update_version, bool deleted, const sync_pb::EntitySpecifics& specifics, base::Time mtime, const std::string& encryption_key_name) argument
H A Dmodel_type_entity.h47 bool deleted,
81 bool deleted,
133 bool deleted,
188 // Whether or not the item is deleted. The |specifics_| field may be empty
/external/yaffs2/yaffs2/
H A Dyaffs_packedtags1.h14 unsigned deleted:1; member in struct:__anon34336
H A Dyaffs_packedtags1.c11 pt->deleted = (t->chunkDeleted) ? 0 : 1;
33 t->chunkDeleted = (pt->deleted) ? 0 : 1;
/external/chromium_org/v8/test/mjsunit/
H A Dundeletable-functions.js139 var deleted = delete type[prop];
140 assertTrue(deleted, "delete operator returned false: " + prop);
152 var deleted = delete type[prop];
153 assertFalse(deleted, "delete operator returned true: " + prop);
164 var deleted = delete type[prop];
165 assertFalse(deleted, "delete operator returned true: " + prop);
/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) {
/external/libnl/src/
H A Dnl-neigh-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
63 deleted++;
119 printf("Deleted %d neighbours\n", deleted);
H A Dnl-qdisc-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
61 deleted++;
113 printf("Deleted %d qdiscs\n", deleted);
H A Dnl-addr-delete.c17 static int deleted = 0; variable
68 deleted++;
137 printf("Deleted %d addresses\n", deleted);
H A Dnl-cls-delete.c15 static int deleted = 0; variable
61 deleted++;
130 printf("Deleted %d classifiers\n", deleted);
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestFileUtil.java47 boolean deleted = file.delete();
48 assert (deleted || !file.exists());
/external/chromium_org/base/
H A Dcallback_unittest.cc151 explicit CallbackOwner(bool* deleted) { argument
153 deleted_ = deleted;
157 // We are deleted here if no-one else had a ref to us.
174 bool deleted = false; local
175 CallbackOwner* owner = new CallbackOwner(&deleted);
177 ASSERT_TRUE(deleted);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Ddelayed_callback_runner_unittest.cc64 EXPECT_FALSE(callbacks_[name].deleted);
65 callbacks_[name].deleted = true;
75 // Returns a closure that calls |OnRun| when run and |OnDelete| when deleted
87 return callbacks_[name].deleted;
96 CallbackState() : run(), deleted() {}
98 bool deleted; member in struct:DelayedCallbackRunnerTest::CallbackState
104 // Tests that a callback is deleted when not run before the runner is destroyed.
113 // Tests that a callback is run and deleted while the runner is alive.
124 // deleted.
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSetTest.cpp84 Dummy(bool& deleted) : deleted(deleted) { } argument
88 deleted = true;
91 bool& deleted; member in struct:__anon11432::Dummy

Completed in 6664 milliseconds

12345678