Home
last modified time | relevance | path

Searched refs:CheckBounds (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/strings/
Dstring_number_conversions.cc196 if (!Sign::CheckBounds(output, new_digit)) { in Invoke()
210 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() function in base::__anonafe4cec20111::IteratorRangeToNumber::Positive
226 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds() function in base::__anonafe4cec20111::IteratorRangeToNumber::Negative
/external/skia/tests/
DGrShapeTest.cpp295 static void CheckBounds(skiatest::Reporter* r, const GrShape& shape, const SkRect& bounds) { in CheckBounds() function in __anon026913a40111::TestCase
353 CheckBounds(r, fBase, fBase.bounds()); in init()
354 CheckBounds(r, fAppliedPE, fAppliedPE.bounds()); in init()
355 CheckBounds(r, fAppliedPEThenStroke, fAppliedPEThenStroke.bounds()); in init()
356 CheckBounds(r, fAppliedFull, fAppliedFull.bounds()); in init()
358 CheckBounds(r, fAppliedFull, styledBounds); in init()
360 CheckBounds(r, fAppliedFull, styledBounds); in init()
/external/v8/src/compiler/
Djs-native-context-specialization.cc936 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in ReduceElementAccess()
1185 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in ReduceKeyedAccess()
1860 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in BuildElementAccess()
1865 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in BuildElementAccess()
1966 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in BuildElementAccess()
1971 index = effect = graph()->NewNode(simplified()->CheckBounds(), index, in BuildElementAccess()
Dsimplified-operator.h382 const Operator* CheckBounds(); in NON_EXPORTED_BASE()
Dopcodes.h314 V(CheckBounds) \
Dsimplified-operator.cc503 V(CheckBounds, 2, 1) \