OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:greater_or_equal
(Results
1 - 5
of
5
) 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/
eval-plural.h
86
case
greater_or_equal
:
plural-exp.h
53
greater_or_equal
, /* Comparison. */
enumerator in enum:expression::operator
plural.y
315
lval->op =
greater_or_equal
;
plural.c
[
all
...]
Completed in 60 milliseconds