Searched refs:greater_or_equal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_family.cc72 std::map<MapKey, gfx::Image>::const_iterator greater_or_equal = local
75 if (greater_or_equal != map_.end() &&
76 greater_or_equal->first.aspect() == desired_aspect) {
80 // No exact match; |greater_or_equal| will point to the first image with
83 if (greater_or_equal != map_.begin()) {
85 greater_or_equal;
90 if (greater_or_equal != map_.end()) {
91 float wider_aspect = greater_or_equal->first.aspect();
99 DCHECK(greater_or_equal != map_.end());
100 float wider_aspect = greater_or_equal
113 std::map<MapKey, gfx::Image>::const_iterator greater_or_equal = local
[all...]
/external/e2fsprogs/intl/
H A Deval-plural.h86 case greater_or_equal:
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator in enum:expression::operator
H A Dplural.y315 lval->op = greater_or_equal;
H A Dplural.c1424 lval->op = greater_or_equal;

Completed in 166 milliseconds