OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alias_map
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/intl/
localealias.c
123
struct
alias_map
struct
137
libc_freeres_ptr (static struct
alias_map
*map);
146
static int alias_compare (const struct
alias_map
*map1,
147
const struct
alias_map
*map2);
154
struct
alias_map
*retval;
167
struct
alias_map
item;
172
retval = (struct
alias_map
*) bsearch (&item, map, nmap,
173
sizeof (struct
alias_map
),
360
qsort (map, nmap, sizeof (struct
alias_map
),
371
struct
alias_map
*new_map
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
localealias.c
123
struct
alias_map
struct
137
libc_freeres_ptr (static struct
alias_map
*map);
146
static int alias_compare PARAMS ((const struct
alias_map
*map1,
147
const struct
alias_map
*map2));
155
struct
alias_map
*retval;
168
struct
alias_map
item;
173
retval = (struct
alias_map
*) bsearch (&item, map, nmap,
174
sizeof (struct
alias_map
),
363
qsort (map, nmap, sizeof (struct
alias_map
),
374
struct
alias_map
*new_map
[
all
...]
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py
35
def _GetAliasForIdentifier(identifier,
alias_map
):
39
>>>
alias_map
= {'MyClass': 'goog.foo.MyClass'}
40
>>> _GetAliasForIdentifier('MyClass.prototype.action',
alias_map
)
48
alias_map
: A dictionary mapping a symbol to an alias.
54
aliased_symbol =
alias_map
.get(ns)
59
def _SetTypeAlias(js_type,
alias_map
):
64
alias_map
: A dictionary mapping a symbol to an alias.
66
aliased_symbol = _GetAliasForIdentifier(js_type.identifier,
alias_map
)
70
_SetTypeAlias(sub_type,
alias_map
)
206
alias_map
= global_alias_map.copy(
[
all
...]
Completed in 55 milliseconds