Home
last modified time | relevance | path

Searched refs:MAPPING (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py13 MAPPING = {"urllib": [ variable
46 MAPPING["urllib2"].append(MAPPING["urllib"][1])
51 for old_module, changes in MAPPING.items():
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
108 for change in MAPPING[mod_member.value]:
132 for change in MAPPING[mod_member.value]:
176 for change in MAPPING[module_dot.value]:
Dfix_imports.py8 MAPPING = {'StringIO': 'io', variable
65 def build_pattern(mapping=MAPPING):
90 mapping = MAPPING
Dfix_imports2.py6 MAPPING = { variable
16 mapping = MAPPING
Dfix_renames.py13 MAPPING = {"sys": {"maxint" : "maxsize"}, variable
23 for module, replace in MAPPING.items():
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_urllib.py12 MAPPING = {"urllib": [ variable
45 MAPPING["urllib2"].append(MAPPING["urllib"][1])
50 for old_module, changes in MAPPING.items():
87 for name in MAPPING[import_mod.value][:-1]:
89 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
107 for change in MAPPING[mod_member.value]:
131 for change in MAPPING[mod_member.value]:
175 for change in MAPPING[module_dot.value]:
Dfix_imports.py8 MAPPING = {'StringIO': 'io', variable
65 def build_pattern(mapping=MAPPING):
90 mapping = MAPPING
Dfix_imports2.py6 MAPPING = { variable
16 mapping = MAPPING
Dfix_renames.py13 MAPPING = {"sys": {"maxint" : "maxsize"}, variable
23 for module, replace in list(MAPPING.items()):
/external/icu/icu4c/source/data/translit/
DInterIndic_Telugu.txt22 \uE00D→ఎ; # FALLBACK MAPPING
26 \uE011→ఒ; # FALBACK MAPPING
DZawgyi_my.txt30 #### STAGE 1: CODEPOINT MAPPING FROM ZAWGYI TO UNICODE
Dmy_Zawgyi.txt34 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py1794 from ..fixes.fix_imports import MAPPING as modules
1815 from ..fixes.fix_imports2 import MAPPING as modules
1822 from ..fixes.fix_imports2 import MAPPING as mapping2
1824 from ..fixes.fix_imports import MAPPING as mapping1
1836 from ..fixes.fix_urllib import MAPPING as modules
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py1736 from ..fixes.fix_imports import MAPPING as modules
1757 from ..fixes.fix_imports2 import MAPPING as modules
1764 from ..fixes.fix_imports2 import MAPPING as mapping2
1766 from ..fixes.fix_imports import MAPPING as mapping1
1778 from ..fixes.fix_urllib import MAPPING as modules
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java67 public static final String MAPPING = "mapping"; field in LDMLConstants