Searched refs:MAPPING (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 13 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]:
|
D | fix_imports2.py | 6 MAPPING = { variable 16 mapping = MAPPING
|
D | fix_imports.py | 8 MAPPING = {'StringIO': 'io', variable 65 def build_pattern(mapping=MAPPING): 90 mapping = MAPPING
|
D | fix_renames.py | 13 MAPPING = {"sys": {"maxint" : "maxsize"}, variable 23 for module, replace in MAPPING.items():
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 12 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]:
|
D | fix_imports2.py | 6 MAPPING = { variable 16 mapping = MAPPING
|
D | fix_imports.py | 8 MAPPING = {'StringIO': 'io', variable 65 def build_pattern(mapping=MAPPING): 90 mapping = MAPPING
|
D | fix_renames.py | 13 MAPPING = {"sys": {"maxint" : "maxsize"}, variable 23 for module, replace in list(MAPPING.items()):
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | gnu-section-mapping.test | 7 # RUN: | FileCheck %s --check-prefix=MAPPING --strict-whitespace --match-full-lines --implicit-ch… 9 # MAPPING: Section to Segment mapping: 10 # MAPPING-NEXT: Segment Sections... 11 # MAPPING-NEXT: 00 .foo.begin .foo.end {{$}} 12 # MAPPING-NEXT: 01 .bar.begin .bar.end {{$}} 13 # MAPPING-NEXT: None .strtab .shstrtab {{$}} 56 # RUN: | FileCheck %s --check-prefix=SEC-MAPPING-FALSE --implicit-check-not="Section to Segment m… 58 # SEC-MAPPING-FALSE: Program Headers: 63 # RUN: | FileCheck %s --check-prefix=MAPPING --implicit-check-not="Section to Segment mapping:"
|
D | program-headers.test | 22 # RUN: FileCheck %s --check-prefixes=ELF32,MAPPING \ 29 # RUN: FileCheck %s --check-prefixes=ELF64,MAPPING --strict-whitespace --match-full-lines 92 # MAPPING: Section to Segment mapping: 93 # MAPPING-NEXT: Segment Sections... 94 # MAPPING-NEXT: 00 .foo.begin .foo.end {{$}} 95 # MAPPING-NEXT: 01 .bar.begin .bar.end {{$}} 96 # MAPPING-NEXT: 02 .bar.begin .bar.end {{$}} 97 # MAPPING-NEXT: 03 .foo.begin .foo.end {{$}} 98 # MAPPING-NEXT: 04 .interp {{$}} 99 # MAPPING-NEXT: 05 .foo.begin .foo.end {{$}} [all …]
|
/external/llvm-project/compiler-rt/test/profile/ |
D | instrprof-order-file.test | 9 // RUN: cat mapping.txt | FileCheck %s --check-prefix=MAPPING 15 // MAPPING: MD5 cc914f75dd4ca18f f 16 // MAPPING: MD5 b671664347fff5b2 g 17 // MAPPING: MD5 db956436e78dd5fa main
|
/external/icu/icu4c/source/data/translit/ |
D | InterIndic_Telugu.txt | 23 \uE00D→ఎ; # FALLBACK MAPPING 27 \uE011→ఒ; # FALBACK MAPPING
|
D | my_Zawgyi.txt | 35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
|
D | Zawgyi_my.txt | 31 #### STAGE 1: CODEPOINT MAPPING FROM ZAWGYI TO UNICODE
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_fixers.py | 1794 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/ |
D | test_fixers.py | 1736 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/ |
D | LDMLConstants.java | 67 public static final String MAPPING = "mapping"; field in LDMLConstants
|