Searched refs:occupancy (Results 1 – 15 of 15) sorted by relevance
/external/v8/test/cctest/ |
D | test-hashmap.cc | 75 uint32_t occupancy() const { in occupancy() function in IntSet 80 CHECK_EQ(map_.occupancy(), static_cast<double>(count)); in occupancy() 96 CHECK_EQ(0u, set.occupancy()); in TestSet() 101 CHECK_EQ(3u, set.occupancy()); in TestSet() 105 CHECK_EQ(3u, set.occupancy()); in TestSet() 111 CHECK_EQ(3u, set.occupancy()); in TestSet() 117 CHECK_EQ(2u, set.occupancy()); in TestSet() 123 CHECK_EQ(1u, set.occupancy()); in TestSet() 126 CHECK_EQ(0u, set.occupancy()); in TestSet() 136 CHECK_EQ(i, static_cast<double>(set.occupancy())); in TestSet() [all …]
|
D | test-api.cc | 14329 CHECK_LT(0u, code.occupancy()); in UNINITIALIZED_TEST()
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 198 occupancy = used * 100. / total variable 200 print "}; /* Table items: %d; occupancy: %d%% */" % (offset, occupancy) 237 if occupancy < 30: 238 raise Exception ("Table too sparse, please investigate: ", occupancy)
|
D | gen-use-table.py | 436 occupancy = used * 100. / total variable 438 print "}; /* Table items: %d; occupancy: %d%% */" % (offset, occupancy) 475 if occupancy < 50: 476 raise Exception ("Table too sparse, please investigate: ", occupancy)
|
D | gen-arabic-table.py | 120 occupancy = num * 100. / offset 121 print "}; /* Table items: %d; occupancy: %d%% */" % (offset, occupancy)
|
/external/v8/src/ |
D | cancelable-task.cc | 94 while (cancelable_tasks_.occupancy() > 0) { in CancelAndWait() 108 if (cancelable_tasks_.occupancy() > 0) { in CancelAndWait()
|
D | hashmap.h | 63 uint32_t occupancy() const { return occupancy_; } in occupancy() function
|
/external/v8/src/ast/ |
D | modules.h | 56 return exports ? exports->occupancy() : 0; in Length()
|
D | scopes.cc | 689 ZoneList<VarAndOrder> vars(variables_.occupancy(), zone()); in CollectStackAndContextLocals() 1359 DCHECK(outer_scope_->variables_.occupancy() <= 1); in ClassVariableForMethod() 1360 if (outer_scope_->variables_.occupancy() == 0) return nullptr; in ClassVariableForMethod() 1594 ZoneList<VarAndOrder> vars(variables_.occupancy(), zone()); in AllocateNonParameterLocalsAndDeclaredGlobals()
|
/external/autotest/client/site_tests/power_PSROccupancyTest/ |
D | control | 7 PURPOSE = "Test panel self refresh (PSR) occupancy when the display is static."
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 438 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); in FindEntry() 446 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); in FindOrAddEntry() 467 DCHECK(static_cast<uint32_t>(entries_.length()) > entries_map_.occupancy()); in FindOrAddEntry() 480 entries_map_.occupancy()); in UpdateHeapObjectsMap() 499 entries_map_.occupancy()); in UpdateHeapObjectsMap() 581 entries_map_.occupancy()); in FindUntrackedObjects() 609 entries_map_.occupancy()); in FindUntrackedObjects() 692 entries_map_.occupancy()); in RemoveDeadEntries() 2326 return objects_by_info_.occupancy(); in EstimateObjectsCount() 3153 strings_.occupancy() + 1); in SerializeStrings()
|
D | profile-generator.h | 152 unsigned int GetHitLineCount() const { return line_ticks_.occupancy(); } in GetHitLineCount()
|
D | heap-snapshot-generator.h | 316 bool is_empty() const { return entries_.occupancy() == 0; } in is_empty()
|
D | profile-generator.cc | 188 unsigned line_count = line_ticks_.occupancy(); in GetLineTicks()
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 880 limited occupancy is known to be an important factor for the
|