HomeSort by relevance Sort by last modified time
    Searched refs:MAPPING (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
fix_imports.py 8 MAPPING = {'StringIO': 'io',
65 def build_pattern(mapping=MAPPING):
66 mod_list = ' | '.join(["module_name='%s'" % key for key in mapping])
67 bare_names = alternates(mapping.keys())
90 mapping = MAPPING variable in class:FixImports
97 return "|".join(build_pattern(self.mapping))
100 # We override this, so MAPPING can be pragmatically altered and the
126 new_name = unicode(self.mapping[mod_name]
    [all...]
fix_urllib.py 13 MAPPING = {"urllib": [
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]:
fix_renames.py 13 MAPPING = {"sys": {"maxint" : "maxsize"},
23 for module, replace in MAPPING.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_imports2.py 6 MAPPING = {
16 mapping = MAPPING variable in class:FixImports2
fix_imports.py 8 MAPPING = {'StringIO': 'io',
65 def build_pattern(mapping=MAPPING):
66 mod_list = ' | '.join(["module_name='%s'" % key for key in mapping])
67 bare_names = alternates(mapping.keys())
90 mapping = MAPPING variable in class:FixImports
97 return "|".join(build_pattern(self.mapping))
100 # We override this, so MAPPING can be pragmatically altered and the
126 new_name = unicode(self.mapping[mod_name]
    [all...]
fix_urllib.py 13 MAPPING = {"urllib": [
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]:
fix_renames.py 13 MAPPING = {"sys": {"maxint" : "maxsize"},
23 for module, replace in MAPPING.items():
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 743 L</MAPPING> section below to learn about those.
879 See L<MAPPING>, below, for more information on how JSON values are mapped to
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 743 L</MAPPING> section below to learn about those.
879 See L<MAPPING>, below, for more information on how JSON values are mapped to
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 743 L</MAPPING> section below to learn about those.
879 See L<MAPPING>, below, for more information on how JSON values are mapped to
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm     [all...]

Completed in 247 milliseconds