Searched refs:module (Results 1 – 25 of 48) sorted by relevance
12
219 for module in modules:220 if self.modules_info.is_robolectric_test(module):226 for module in _EXCLUDE_MODULES:227 self.dep_modules.pop(module, None)361 module = self._generate_moduledata(module_name, module_data)362 module.locate_sources_path()363 self.source_path['source_folder_path'].update(set(module.src_dirs))364 self.source_path['test_folder_path'].update(set(module.test_dirs))365 self.source_path['r_java_path'].update(set(module.r_java_paths))366 self.source_path['srcjar_path'].update(set(module.srcjar_paths))[all …]
285 for module in mk_dict.keys():286 merged_dict[module] = dict()287 for key in mk_dict[module].keys():288 if key in _MERGE_NEEDED_ITEMS and mk_dict[module][key] != []:289 merged_dict[module][key] = mk_dict[module][key]307 for module in bp_dict.keys():308 if module not in merged_dict.keys():309 merged_dict[module] = dict()310 _merge_module_keys(merged_dict[module], bp_dict[module])
383 module = mock.Mock()384 mock_module_data.return_value = module427 module = mock.Mock()428 mock_module_data.return_value = module456 module = mock.Mock()457 mock_module_data.return_value = module
191 module = '\n'.join(module_list)193 content = content.replace(_MODULE_TOKEN, module)
224 def module_has_valid_path(module): argument225 return ("path" in module_info[module] and module_info[module]["path"] and226 not module_info[module]["path"][0].startswith("out/"))229 module: module_info[module]["path"][0]230 for module in module_info231 if module_has_valid_path(module)234 module: scan_repo_projects(repo_projects, module_paths[module])235 for module in module_paths238 for module, project_path in module_project_paths.items():241 (module, module_info[module]))[all …]
69 local module=$(echo $1| awk -F: '{print $1}')72 echo -en "Module $RED$module$NC is missing. Start to install..."73 cmd="python3 -m pip install $module $FLAG"74 eval "$cmd" >/dev/null || { echo Failed to install $module; exit 1; }
8 * Configure Android Studio of IntelliJ project files with the relevant module31 ### Example 1: Launch IDE with module name39 ### Example 2: Launch IDE with module path62 | `-d` | `--depth` | The depth of module referenced by source. |
5 # module names must be listed one per line.
25 2. Fill in the test module.26 * Enter a target module, e.g. aidegen_unittests.
45 module = importlib.import_module(module_name)46 objs.append(module.Sniffer(interface,
93 module = importlib.import_module(module_name)94 return module.PduDevice(host, username, password)
36 module = importlib.import_module(module_name)38 attn_inst = module.AttenuatorInstrument(inst_cnt)
92 module = import_module(fake_module_name, path)93 self.assertIsNotNone(module)
52 # A comma-separated list of package or module names from where C extensions may103 import-star-module-level,179 # Put messages in a separate file for each module / package specified on the223 # List of module names for which member attributes should not be checked226 # supports qualified module names, as well as Unix pattern matching.300 # Maximum number of lines in a module301 max-module-lines=1000386 # Regular expression matching correct module names387 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$389 # Naming hint for module names[all …]
167 module = importlib.import_module(name)185 for member_name in dir(module):188 test_class = getattr(module, member_name)
214 module = importlib.import_module("acts.controllers.%s" %216 builtin_controllers.append(module)343 for module in self._import_builtin_controllers():344 self.register_controller(module, builtin=True)
53 // The module name if running in a suite.55 // The Abi of the module.
1 module android.googlesource.com/platform/tools/treble.git/hacksaw
488 module = ''490 module = mod_list[1]491 if module and self.flakes_info:492 flakes_info = au.get_flakes(test_module=module)
40 module = {52 self.iml = iml.IMLGenerator(module)
4 # module names must be listed one per line.
365 mock_module_info.is_module.side_effect = lambda module: (366 not module == 'is_not_module')380 mock_module_info.is_module.side_effect = lambda module: (381 not module == 'is_not_module')394 mock_module_info.is_module.side_effect = lambda module: (395 not module == 'is_not_module')
6 # TODO(albaltai@):Remove "fixme" when each module implement finished.
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...