Searched refs:package (Results 1 – 21 of 21) sorted by relevance
/tools/test/connectivity/tools/lab/ |
D | setup.py | 67 for package in required_packages: 68 self.announce('Installing %s...' % package, log.INFO) 69 pip.main(['install', package])
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 88 for package in required_packages: 89 self.announce('Installing %s...' % package, log.INFO) 90 pip.main(['install', '-v', '--no-cache-dir', package])
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveProjectFiTest.py | 177 def start_service(self, ad, package, service_id, extras, action_type): argument 187 ad.log.info('Starting service %s/.%s.', package, service_id) 190 ], package, package + '.' + service_id, _INTENT_FLAGS) 193 def start_activity(self, ad, package, activity_id, extras=None): argument 202 ad.log.info('Starting activity %s/.%s.', package, activity_id) 205 ], package, package + '.' + activity_id, _INTENT_FLAGS)
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder.py | 365 def find_test_by_package_name(self, package, module_name=None, argument 377 _, methods = test_finder_utils.split_methods(package) 389 package.replace('.', '/')) 393 test_filter = frozenset([test_info.TestFilter(package, frozenset())]) 417 module_name, package = module_package.split(':') 422 package, module_info.test_name,
|
D | test_finder_utils.py | 147 package = match.group('package') 149 return '%s.%s' % (package, cls)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_proto_utils_test.proto | 3 package bt_metrics_utils_test;
|
/tools/tradefederation/core/proto/ |
D | file_metadata.proto | 4 package posting_service_rpc;
|
D | metric_measurement.proto | 18 package tradefed.metric;
|
D | collector.proto | 4 package log_collector;
|
/tools/metalava/stub-annotations/ |
D | README.md | 30 package, local variable, annotation type, etc.
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 17 package acloud.internal.proto;
|
D | internal_config.proto | 17 package acloud.internal.proto;
|
D | user_config_pb2.py | 20 package='acloud.internal.proto',
|
D | internal_config_pb2.py | 20 package='acloud.internal.proto',
|
/tools/tradefederation/core/ |
D | Android.mk | 99 -package \
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1392 package = self.adb.shell("pm list packages -f | grep setupwizard | grep com.google.android") 1393 wizard_package = re.split("=", package)[1] 1394 activity = re.search("wizard/(.*?).apk", package, re.IGNORECASE).groups()[0]
|
/tools/repohooks/tools/ |
D | pylintrc | 45 # A comma-separated list of package or module names from where C extensions may 107 # Put messages in a separate file for each module / package specified on the 168 # install python-enchant package.
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 7 package clearcut.connectivity;
|
/tools/metalava/ |
D | README.md | 122 from package names such that you have 132 name instead of the full package name, e.g. `@UiThread` instead of 175 a public method inherited from a package protected super class, which the 177 anyway since it packages package private classes. Metalava strictly applies
|
/tools/test/connectivity/acts/ |
D | README.md | 82 line utilities. Components in ACTS are importable under the package "acts."
|
/tools/tradefederation/core/atest/ |
D | README.md | 193 Atest supports searching tests from package name as well.
|