Home
last modified time | relevance | path

Searched refs:is_within_bounds (Results 1 – 2 of 2) sorted by relevance

/external/tinyalsa/
Dtinyplay.c168 int is_within_bounds = 1; in check_param() local
174 is_within_bounds = 0; in check_param()
181 is_within_bounds = 0; in check_param()
184 return is_within_bounds; in check_param()
/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc79 bool is_within_bounds = ComputeBoundsForNextPanel(&bounds, true); in CreatePanel() local
82 if (is_within_bounds) in CreatePanel()