OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edict
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions.py
11
edict
= {}
17
edict
[e] = parsesetup.getsetupinfo(setup), liba
20
(mods, vars), liba =
edict
[e]
/external/python/cpython2/Tools/freeze/
checkextensions.py
11
edict
= {}
17
edict
[e] = parsesetup.getsetupinfo(setup), liba
20
(mods, vars), liba =
edict
[e]
/external/python/cpython3/Tools/freeze/
checkextensions.py
11
edict
= {}
17
edict
[e] = parsesetup.getsetupinfo(setup), liba
20
(mods, vars), liba =
edict
[e]
/external/python/cpython2/Mac/scripts/
mkestrres.py
39
def writeestr(dst,
edict
):
46
for num in
edict
.keys():
47
res = Res.Resource(Pstring(
edict
[num][0]))
/external/python/cpython2/Lib/plat-mac/
aetools.py
120
def enumsubst(arguments, key,
edict
):
122
if key not in arguments or
edict
is None:
125
ok =
edict
.values()
126
if v in
edict
:
127
arguments[key] = Enum(
edict
[v])
/external/selinux/python/sepolicy/sepolicy/
__init__.py
573
def read_file_equiv(
edict
, fc_path, modify):
579
edict
[f[0]] = {"equiv": f[1], "modify": modify}
583
return
edict
[
all
...]
gui.py
[
all
...]
Completed in 572 milliseconds