Searched refs:max (Results 1 – 16 of 16) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | wear_ui.h | 29 void SetStage(int current, int max) override;
|
D | ui.h | 72 virtual void SetStage(int current, int max) = 0;
|
D | screen_ui.h | 212 void SetStage(int current, int max) override;
|
/bootable/recovery/tests/unit/ |
D | minui_test.cpp | 41 ASSERT_FALSE(GRSurface::Create(9, 101, std::numeric_limits<size_t>::max() / 100, 1)); in TEST()
|
D | install_test.cpp | 306 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST() 316 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST() 425 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST() 435 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST() 453 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST() 463 "post-timestamp=" + std::to_string(std::numeric_limits<int64_t>::max()), in TEST()
|
D | rangeset_test.cpp | 109 ASSERT_FALSE(rs.PushBack({ 5, std::numeric_limits<size_t>::max() - 2 })); in TEST()
|
D | screen_ui_test.cpp | 186 int expected = std::max(3 - i, 0); in TEST_F()
|
/bootable/recovery/recovery_utils/ |
D | thermalutil.cpp | 76 max_temperature = std::max(temperature, max_temperature); in GetMaxValueFromThermalZone()
|
D | roots.cpp | 121 block_device_size > std::numeric_limits<int64_t>::max()) { in get_file_size()
|
/bootable/recovery/applypatch/ |
D | freecache.cpp | 132 return std::numeric_limits<unsigned int>::max(); in GetLogIndex() 176 static_cast<uint64_t>(std::numeric_limits<int64_t>::max())) { in RemoveFilesInDirectory()
|
/bootable/recovery/otautil/ |
D | sysutil.cpp | 72 if (blocks > std::numeric_limits<uint32_t>::max() || range_count == 0 || in ParseBlockMapFile() 132 if (block_map_data.file_size() > std::numeric_limits<size_t>::max()) { in MapBlockFile()
|
D | rangeset.cpp | 264 to_insert.second = std::max(to_insert.second, it->second); in Insert()
|
/bootable/recovery/install/ |
D | install.cpp | 162 android::base::GetIntProperty("ro.build.date.utc", std::numeric_limits<int64_t>::max()); in CheckAbSpecificMetadata() 319 *max_temperature = std::max(*max_temperature, GetMaxValueFromThermalZone()); in log_max_temperature() 604 max_temperature = std::max(end_temperature, max_temperature); in InstallPackage()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 74 CHECK_LE(max_items, static_cast<size_t>(std::numeric_limits<int>::max())); in TextMenu() 119 CHECK_LE(ItemsCount(), static_cast<size_t>(std::numeric_limits<int>::max())); in Select() 212 CHECK_LE(graphic_items_.size(), static_cast<size_t>(std::numeric_limits<int>::max())); in Select() 1023 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() argument 1026 max_stage = max; in SetStage()
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 506 textWidth = Math.max(textWidth, lineInfo.mLineWidth); in measureTextWidth() 618 textWidth = Math.max(textWidth, measureTextWidth(localizedTextMap.get(locale), locale)); in generateImage()
|
/bootable/recovery/minui/ |
D | resources.cpp | 46 if (std::numeric_limits<size_t>::max() / row_bytes < height) return nullptr; in Create()
|