Searched refs:alias_map (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/intl/ |
D | localealias.c | 123 struct alias_map struct 137 libc_freeres_ptr (static struct alias_map *map); argument 146 static int alias_compare (const struct alias_map *map1, 147 const struct alias_map *map2); 154 struct alias_map *retval; in _nl_expand_alias() 167 struct alias_map item; in _nl_expand_alias() 172 retval = (struct alias_map *) bsearch (&item, map, nmap, in _nl_expand_alias() 173 sizeof (struct alias_map), in _nl_expand_alias() 360 qsort (map, nmap, sizeof (struct alias_map), in read_alias_file() 371 struct alias_map *new_map; in extend_alias_table() [all …]
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | aliaspass.py | 35 def _GetAliasForIdentifier(identifier, alias_map): argument 54 aliased_symbol = alias_map.get(ns) 59 def _SetTypeAlias(js_type, alias_map): argument 66 aliased_symbol = _GetAliasForIdentifier(js_type.identifier, alias_map) 70 _SetTypeAlias(sub_type, alias_map) 206 alias_map = global_alias_map.copy() 228 symbol = _GetAliasForIdentifier(symbol, alias_map) or symbol 231 alias_map[alias] = symbol 239 aliased_symbol = _GetAliasForIdentifier(identifier, alias_map) 246 _SetTypeAlias(flag.jstype, alias_map)
|