Home
last modified time | relevance | path

Searched defs:sort_items (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c846 boolean dyn_ceiling, boolean sort_items) in hud_pane_create()
1060 boolean *reset_colors, boolean *sort_items) in read_pane_settings()
1166 boolean sort_items = false; in hud_parse_env_var() local
Dhud_private.h136 boolean sort_items; member
/external/python/apitools/apitools/base/py/
Dencoding.py121 def DictToProtoMap(properties, additional_property_type, sort_items=False): argument