OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:greater_or_equal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/image/
image_family.cc
72
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
->first.aspect()
113
std::map<MapKey, gfx::Image>::const_iterator
greater_or_equal
=
local
[
all
...]
/external/e2fsprogs/intl/
plural-exp.h
53
greater_or_equal
, /* Comparison. */
enumerator in enum:expression::operator
Completed in 38 milliseconds