Searched refs:old_module (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 50 for old_module, changes in MAPPING.items(): 56 """ % (old_module, old_module) 60 """ % (old_module, members, members) 62 """ % old_module 65 """ % old_module 68 """ % (old_module, members)
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_urllib.py | 51 for old_module, changes in MAPPING.items(): 57 """ % (old_module, old_module) 61 """ % (old_module, members, members) 63 """ % old_module 66 """ % old_module 69 """ % (old_module, members)
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | rename_check.py | 227 old_module = args.old_check_name.split('-')[0] 244 (old_module + '_' + check_name_camel).upper(), 245 (old_module + '_' + new_check_name_camel).upper(), 249 old_module_path = os.path.join(clang_tidy_path, old_module) 262 lambda p: p.lower() == old_module.lower() + 'tidymodule.cpp', 286 replaceInFile(filename, old_module + '::' + check_name_camel, 288 replaceInFile(filename, old_module + '/' + check_name_camel, 292 if old_module != new_module or new_module == 'llvm': 302 replaceInFileRegex(filename, 'namespace ' + old_module + '[^ \n]*',
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_group_test.cc | 209 auto old_module = CreateNewVerifiedModule(); in TEST_F() local 210 int old_module_id = old_module->unique_id(); in TEST_F() 211 old_module->metadata()->RecordPassStart(); in TEST_F() 212 TF_EXPECT_OK(old_module->metadata()->set_current_pass_name("fake pass")); in TEST_F() 214 HloModuleGroup group(std::move(old_module)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_extractor.cc | 43 const HloModule& old_module, in ExtractionVisitor() argument 45 : old_module_(old_module), in ExtractionVisitor()
|
/external/rust/crates/bindgen/src/ir/ |
D | context.rs | 1080 let old_module = { in process_replacements() localVariable 1092 let old_module = old_module in process_replacements() localVariable 1103 if new_module == old_module { in process_replacements() 1108 self.items[old_module.0] in process_replacements()
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 54 old_module = sys.modules.pop(name, None) 60 if old_module is not None: 61 sys.modules[name] = old_module
|