/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartDelta.java | 226 private enum ChangeType { enum in ChartDelta 228 public static ChangeType get(String oldValue, String currentValue) { in get() 236 private Counter<ChangeType> counter = new Counter<>(); 237 private Map<String, Counter<ChangeType>> fileCounters = new TreeMap<>(); 240 private void addChange(String file, ChangeType changeType, int count) { in addChange() 242 Counter<ChangeType> fileCounter = fileCounters.get(file); in addChange() 253 for (ChangeType item : ChangeType.values()) { in showTotals() 254 pw.print("\t" + (item == ChangeType.same ? "total" : item.toString())); in showTotals() 259 for (Entry<String, Counter<ChangeType>> entry : fileCounters.entrySet()) { in showTotals() 271 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() [all …]
|
/external/openscreen/discovery/mdns/ |
D | mdns_record_changed_callback.h | 25 enum ChangeType { kStartQuery, kStopQuery }; enum 30 ChangeType change_type;
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 453 bool ChangeType(Reference ref, 551 if (!ChangeType(ref, kTypeIdTransitioning, from_type_id, clear)) in New() 559 ChangeType(ref, T::kPersistentTypeId, kTypeIdTransitioning, false); in New() 574 if (!ChangeType(ref, kTypeIdTransitioning, T::kPersistentTypeId, false)) in Delete() 580 bool success = ChangeType(ref, new_type, kTypeIdTransitioning, false); in Delete()
|
D | persistent_memory_allocator_unittest.cc | 223 allocator_->ChangeType(block2, 3, 2, false); in TEST_F() 630 local.ChangeType(r456, 654, 456, false); in TEST() 708 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 119, 911, false)); in TEST() 713 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 191, 119, true)); in TEST() 738 local.ChangeType(r456, 654, 456, false); in TEST()
|
D | persistent_memory_allocator.cc | 554 bool PersistentMemoryAllocator::ChangeType(Reference ref, in ChangeType() function in base::PersistentMemoryAllocator 1189 allocator_->ChangeType(ref, 0, type_, /*clear=*/false); in Get()
|
D | persistent_histogram_allocator.cc | 440 memory_allocator_->ChangeType(ref, 0, in FinalizeHistogram()
|
D | field_trial.cc | 1161 allocator->ChangeType(prev_ref, 0, in ClearParamsFromSharedMemoryForTesting()
|
/external/gptfdisk/ |
D | gptcurses.h | 109 void ChangeType(int partNum);
|
D | gptpart.h | 99 void ChangeType(void); // Change the type code
|
D | gptcurses.cc | 371 void GPTDataCurses::ChangeType(int partNum) { in ChangeType() function in GPTDataCurses 460 ChangeType(partNum); in MakeNewPart() 721 ChangeType(currentSpace->partNum); in Dispatch()
|
D | gpttext.cc | 255 partitions[partNum].ChangeType(); in CreatePartition() 287 partitions[partNum].ChangeType(); in ChangePartType()
|
D | gptpart.cc | 436 void GPTPart::ChangeType(void) { function in GPTPart
|
/external/libchrome/base/debug/ |
D | activity_tracker_unittest.cc | 573 global->allocator()->ChangeType( in TEST_F() 576 global->allocator()->ChangeType( in TEST_F() 579 global->allocator()->ChangeType( in TEST_F()
|
D | activity_tracker.cc | 85 if (allocator->ChangeType(ref, to_type, from_type, /*clear=*/false)) in AllocateFrom() 201 if (allocator_->ChangeType(cached, object_type_, object_free_type_, false)) in GetObjectReference() 219 if (allocator_->ChangeType(found, object_type_, object_free_type_, false)) in GetObjectReference() 241 bool success = allocator_->ChangeType(ref, object_free_type_, object_type_, in ReleaseObjectReference() 1591 allocator_->ChangeType(ref, ~type, type, /*clear=*/true); in CleanupAfterProcess()
|
/external/openscreen/discovery/dnssd/impl/ |
D | querier_impl_unittest.cc | 226 PendingQueryChange::ChangeType change_type) { in ValidateRecordChangeResult()
|