/external/chromium_org/sync/engine/ |
D | syncer_unittest.cc | 328 parent_id_ = ids_.MakeServer("parent id"); in SetUp() 329 child_id_ = ids_.MakeServer("child id"); in SetUp() 584 TestIdFactory ids_; member in syncer::SyncerTest 639 MutableEntry A(&wtrans, GET_BY_ID, ids_.FromNumber(1)); in TEST_F() 658 Entry entryA(&rtrans, syncable::GET_BY_ID, ids_.FromNumber(1)); in TEST_F() 669 Entry entryA(&rtrans, syncable::GET_BY_ID, ids_.FromNumber(1)); in TEST_F() 730 MutableEntry A(&wtrans, GET_BY_ID, ids_.FromNumber(1)); in TEST_F() 736 MutableEntry B(&wtrans, GET_BY_ID, ids_.FromNumber(2)); in TEST_F() 742 MutableEntry C(&wtrans, GET_BY_ID, ids_.FromNumber(3)); in TEST_F() 747 MutableEntry D(&wtrans, GET_BY_ID, ids_.FromNumber(4)); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/extensions/ |
D | pending_enables.cc | 26 ids_.insert(extension_id); in OnExtensionEnabled() 31 ids_.erase(extension_id); in OnExtensionDisabled() 35 for (std::set<std::string>::const_iterator it = ids_.begin(); in OnSyncStarted() 36 it != ids_.end(); ++it) { in OnSyncStarted() 41 ids_.clear(); in OnSyncStarted() 45 return ids_.find(extension_id) != ids_.end(); in Contains()
|
D | install_signer.cc | 228 : ids_(ids), context_getter_(context_getter) { in InstallSigner() 347 if (ids_.empty()) { in GetSignature() 386 for (ExtensionIdSet::const_iterator i = ids_.begin(); i != ids_.end(); ++i) { in GetSignature() 486 base::STLSetDifference<ExtensionIdSet>(ids_, invalid_ids); in HandleSignatureResult()
|
D | pending_enables.h | 57 std::set<std::string> ids_; variable
|
D | install_signer.h | 109 ExtensionIdSet ids_; variable
|
/external/chromium_org/v8/src/ |
D | heap-profiler.cc | 16 : ids_(new HeapObjectsMap(heap)), in HeapProfiler() 79 ids_->RemoveDeadEntries(); in TakeSnapshot() 94 ids_->UpdateHeapObjectsMap(); in StartHeapObjectsTracking() 98 allocation_tracker_.Reset(new AllocationTracker(ids_.get(), names_.get())); in StartHeapObjectsTracking() 105 return ids_->PushHeapObjectsStats(stream); in PushHeapObjectsStats() 110 ids_->StopHeapObjectsTracking(); in StopHeapObjectsTracking() 121 size += ids_->GetUsedMemorySize(); in GetMemorySizeUsedByProfiler() 143 return ids_->FindEntry(HeapObject::cast(*obj)->address()); in GetSnapshotObjectId() 148 bool known_object = ids_->MoveObject(from, to, size); in ObjectMoveEvent() 164 ids_->UpdateObjectSize(addr, size); in UpdateObjectSizeEvent() [all …]
|
D | heap-profiler.h | 38 HeapObjectsMap* heap_object_map() const { return ids_.get(); } in heap_object_map() 70 Heap* heap() const { return ids_->heap(); } in heap() 73 SmartPointer<HeapObjectsMap> ids_; variable
|
D | allocation-tracker.cc | 197 : ids_(ids), in AllocationTracker() 226 Heap* heap = ids_->heap(); in AllocationEvent() 240 SnapshotObjectId id = ids_->FindOrAddEntry( in AllocationEvent()
|
D | allocation-tracker.h | 133 HeapObjectsMap* ids_; variable
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | progress_center.js | 50 this.ids_ = {}; 92 var newlyAdded = !(item.id in this.ids_); 102 this.ids_[item.id] = NotificationState.VISIBLE; 103 else if (this.ids_[item.id] === NotificationState.DISMISSED) 107 var previousState = this.ids_[item.id]; 108 delete this.ids_[item.id]; 146 if (id in this.ids_) 156 if (id in this.ids_) 157 this.ids_[id] = ProgressCenter.Notifications_.NotificationState_.DISMISSED;
|
/external/chromium_org/tools/grit/grit/gather/ |
D | skeleton_gatherer.py | 31 self.ids_ = [] 60 return self.ids_ 63 self.ids_.append(id)
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_codec.cc | 97 ids_.clear(); in Decode() 280 ids_.count(id) != 0) { in DecodeNode() 283 ids_.insert(id); in DecodeNode()
|
D | bookmark_codec.h | 188 std::set<int64> ids_; variable
|
/external/chromium_org/cc/resources/ |
D | resource_provider.cc | 46 ids_(new GLuint[id_allocation_chunk_size]), in IdAllocator() 53 scoped_ptr<GLuint[]> ids_; member in cc::IdAllocator 142 ids_.get() + next_id_index_); in ~TextureIdAllocator() 148 gl_->GenTextures(id_allocation_chunk_size_, ids_.get()); in NextId() 152 return ids_[next_id_index_++]; in NextId() 165 ids_.get() + next_id_index_); in ~BufferIdAllocator() 171 gl_->GenBuffers(id_allocation_chunk_size_, ids_.get()); in NextId() 175 return ids_[next_id_index_++]; in NextId()
|
/external/chromium_org/testing/gtest/src/ |
D | gtest.cc | 1052 IdMap::iterator it = ids_.find(str); in GetId() 1053 if (it != ids_.end()) return it->second; in GetId() 1054 size_t id = ids_.size(); in GetId() 1055 return ids_[str] = id; in GetId() 1060 IdMap ids_; member in testing::internal::edit_distance::__anon1fb680370111::InternalStrings
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 809 …m severity_, const vector<GLuint>& ids_, bool enabled_) : source(source_), type(type_), severity(s… in MessageFilter()
|
/external/chromium_org/sync/internal_api/ |
D | sync_encryption_handler_impl_unittest.cc | 118 node.PutId(ids_.MakeServer(tag_name)); in CreateRootForType() 339 TestIdFactory ids_; member in syncer::SyncEncryptionHandlerImplTest
|