HomeSort by relevance Sort by last modified time
    Searched refs:lhs_count (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/ui/
Region.cpp 596 size_t lhs_count; local
597 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
602 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
621 for (size_t i=0 ; i<lhs_count ; i++)
711 size_t lhs_count; local
712 Rect const * const lhs_rects = lhs.getArray(&lhs_count);
714 region_operator<Rect>::region lhs_region(lhs_rects, lhs_count);
  /art/runtime/mirror/
string.cc 337 int32_t lhs_count = lhs->GetLength(); local
339 int32_t count_diff = lhs_count - rhs_count;
340 int32_t min_count = (count_diff < 0) ? lhs_count : rhs_count;

Completed in 217 milliseconds