Home
last modified time | relevance | path

Searched refs:enabled_features (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest/
Dbazel_mode_unittest.py92 enabled_features=None, argument
104 enabled_features=enabled_features,
109 def run_generator(self, mod_info, enabled_features=None, jdk_path=None): argument
117 enabled_features=enabled_features,
223 enabled_features={bazel_mode.Features.NULL_FEATURE})
235 enabled_features={bazel_mode.Features.NULL_FEATURE})
247 enabled_features=set(args.bazel_mode_features))
255 enabled_features={bazel_mode.Features.NULL_FEATURE})
260 enabled_features={bazel_mode.Features.NULL_FEATURE})
457 self.run_generator(mod_info, enabled_features=set([
[all …]
Dbazel_mode.py155 enabled_features: Set[Features] = None):
178 enabled_features=enabled_features,
347 enabled_features: Set[Features] = None,
358 self.enabled_features = enabled_features or set()
378 f.name for f in self.enabled_features if f.affects_workspace))
427 self.enabled_features and
436 self.enabled_features and
441 self.enabled_features and
1107 enabled_features = gen.enabled_features
1116 gen.resource_manager.get_src_file_path(), enabled_features),
[all …]
Dcli_translator.py142 enabled_features=self._bazel_mode_features
Datest_main.py1070 enabled_features=set(args.bazel_mode_features or []))