Searched refs:maxUint64 (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | ProcDiskStatsTest.cpp | 109 uint64_t maxUint64 = std::numeric_limits<uint64_t>::max(); in TEST() local 110 latestDiskStats = {{252, 32, "vdc", maxUint64, 130000, 100, maxUint64, 30000, 1305000, 1560000, in TEST() 118 {0, 0, "", maxUint64, 129240, maxUint64 - 900, maxUint64, in TEST() 119 15000, 1000000, 1000000, maxUint64 - 189200, 300000, 1100000, 100000, in TEST()
|
/aosp12/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 25 var maxUint64 uint64 = math.MaxUint64 var 148 …return maxUint64, maxUint64, fmt.Errorf("symbol end address does not seem valid, %x:%x", symbol.Ad… 160 return maxUint64, maxUint64, fmt.Errorf("symbol not found")
|