Searched refs:CheckBounds (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_kvs/ |
D | flash_memory.cc | 73 PW_TRY(CheckBounds(address, num_sectors * sector_size_bytes())); in Erase() 81 PW_TRY_WITH_SIZE(CheckBounds(address, output.size())); in Read() 90 PW_TRY_WITH_SIZE(CheckBounds(address, data.size())); in Write() 150 Status FlashPartition::CheckBounds(Address address, size_t length) const { in CheckBounds() function in pw::kvs::FlashPartition
|
/external/libchrome/base/strings/ |
D | string_number_conversions.cc | 198 if (!Sign::CheckBounds(output, new_digit)) { in Invoke() 212 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() function in base::__anonb3d05faa0111::IteratorRangeToNumber::Positive 228 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() function in base::__anonb3d05faa0111::IteratorRangeToNumber::Negative
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | flash_memory.h | 289 Status CheckBounds(Address address, size_t len) const;
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 562 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) { in CheckBounds() function in __anon2695f3e30111::TestCase 628 CheckBounds(r, *fBase, fBase->bounds()); in init() 629 CheckBounds(r, *fAppliedPE, fAppliedPE->bounds()); in init() 630 CheckBounds(r, *fAppliedPEThenStroke, fAppliedPEThenStroke->bounds()); in init() 631 CheckBounds(r, *fAppliedFull, fAppliedFull->bounds()); in init() 633 CheckBounds(r, *fAppliedFull, styledBounds); in init() 635 CheckBounds(r, *fAppliedFull, styledBounds); in init()
|
/external/skia/tests/ |
D | GrStyledShapeTest.cpp | 570 static void CheckBounds(skiatest::Reporter* r, const GrStyledShape& shape, in CheckBounds() function in __anon3164c2810111::TestCase 637 CheckBounds(r, *fBase, fBase->bounds()); in init() 638 CheckBounds(r, *fAppliedPE, fAppliedPE->bounds()); in init() 639 CheckBounds(r, *fAppliedPEThenStroke, fAppliedPEThenStroke->bounds()); in init() 640 CheckBounds(r, *fAppliedFull, fAppliedFull->bounds()); in init() 642 CheckBounds(r, *fAppliedFull, styledBounds); in init() 644 CheckBounds(r, *fAppliedFull, styledBounds); in init()
|