Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 253) sorted by relevance

1234567891011

/tools/test/connectivity/acts/framework/tests/event/
Dsubscription_bundle_test.py38 package = SubscriptionBundle()
39 package.add_subscription = Mock()
41 package.add(event, func, event_filter=event_filter, order=order)
43 self.assertEqual(package.add_subscription.call_count, 1)
44 subscription = package.add_subscription.call_args[0][0]
55 package = SubscriptionBundle()
56 package._registered = True
59 package.add_subscription(mock_subscription)
67 package = SubscriptionBundle()
69 package.add_subscription(mock_subscription)
[all …]
/tools/security/remote_provisioning/hwtrust/
DCargo.lock5 [[package]]
14 [[package]]
20 [[package]]
29 [[package]]
35 [[package]]
50 [[package]]
56 [[package]]
62 [[package]]
68 [[package]]
74 [[package]]
[all …]
/tools/external_updater/
Dpoetry.lock3 [[package]]
14 [[package]]
25 [[package]]
36 [package.extras]
40 [[package]]
51 [[package]]
62 [package.extras]
65 [[package]]
76 [[package]]
112 [package.dependencies]
[all …]
Dcrates_updater.py60 package: str
68 self.package = match.group(1)
72 url = "https://crates.io/api/v1/crates/" + self.package
126 url = "https://crates.io/api/v1/crates/" + self.package
168 shutil.move(Path(tmp_dir.name) / self.package, self.package_dir)
/tools/tradefederation/core/javatests/res/testconfigs/yaml/
Dnot-target-preparer.tf_yaml8 - package: "android.package"
13 - package: "android.package"
Dtest-config-no-options.tf_yaml10 - package: "android.package"
Dtest-config.tf_yaml27 - package: "android.package"
/tools/asuite/atest/
Dbazel_mode_unittest.py164 def assertTargetInWorkspace(self, name, package=''): argument
165 build_file = self.workspace_out_path.joinpath(package, 'BUILD.bazel')
175 def assertTargetNotInWorkspace(self, name, package=''): argument
176 build_file = self.workspace_out_path.joinpath(package, 'BUILD.bazel')
189 def assertInBuildFile(self, substring, package=''): argument
190 build_file = self.workspace_out_path.joinpath(package, 'BUILD.bazel')
193 def assertNotInBuildFile(self, substring, package=''): argument
194 build_file = self.workspace_out_path.joinpath(package, 'BUILD.bazel')
197 def assertFileInWorkspace(self, relative_path, package=''): argument
198 path = self.workspace_out_path.joinpath(package, relative_path)
[all …]
Datest_run_unittests.py55 package = unittest_constants.ATEST_PKG_DIR
56 base_path = os.path.dirname(package)
58 for dirpath, _, files in os.walk(package):
Dunittest_constants.py52 package = os.path.dirname(os.path.realpath(__file__))
53 if not os.path.isdir(package):
54 par_file_path = os.path.dirname(package)
66 package = os.path.join(destination_path, 'atest')
68 return package
/tools/acloud/
Drevert_host_setup.sh12 for package in ${PACKAGES[@]};
14 echo " - uninstalling $package"
15 sudo su -c "apt-get purge $package -y && apt-get autoremove -y"
/tools/asuite/atest/asuite_lib_test/
Dasuite_lib_run_tests.py35 package = os.path.dirname(os.path.realpath(__file__))
36 base_path = os.path.dirname(package)
38 for dirpath, _, files in os.walk(package):
/tools/asuite/plugin_lib/
Dplugin_run_unittests.py38 package = os.path.dirname(os.path.realpath(__file__))
39 base_path = os.path.dirname(package)
41 for dirpath, _, files in os.walk(package):
/tools/asuite/aidegen/
Daidegen_run_unittests.py39 package = os.path.dirname(os.path.realpath(__file__))
40 base_path = os.path.dirname(package)
42 for dirpath, _, files in os.walk(package):
/tools/netsim/testing/netsim-grpc/
DREADME.md34 have TLS support, so all the package must be made available locally!
36 If you need to add a package, make the source package available under the
40 pip3 download --no-binary ":all:" my-package=1.2.3 -d repo
/tools/acloud/setup/
Dsetup_common_test.py55 package = "fake_pkg"
57 setup_common.InstallPackage(package)
64 setup_common.InstallPackage(package)
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DOWNERS2 # This is a mirror of the tradefederation/core package and can be used to bypass visibility
3 # Please avoid using this package path
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Daudiowear.proto3 //package audiowear;
4 package apollo.lib.apollo_dev_util_lib.proto;
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py172 def start_service(self, ad, package, service_id, extras, action_type): argument
182 ad.log.info('Starting service %s/.%s.', package, service_id)
185 package, package + '.' + service_id,
189 def start_activity(self, ad, package, activity_id, extras=None): argument
198 ad.log.info('Starting activity %s/.%s.', package, activity_id)
201 package, package + '.' + activity_id,
/tools/security/fuzzing/example_fuzzer/
DAndroid.bp1 package {
12 // The advanced features below allow you to package your corpus and
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DAndroid.bp15 package {
22 // Only compile source java files in this package.
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py261 def start_service(self, ad, package, service_id, extras, action_type): argument
271 ad.log.info('Starting service %s/.%s.', package, service_id)
274 package, package + '.' + service_id,
278 def start_activity(self, ad, package, activity_id, extras=None): argument
287 ad.log.info('Starting activity %s/.%s.', package, activity_id)
290 package, package + '.' + activity_id,
/tools/test/mobly_snippets/gft/
DAndroid.bp15 package {
25 // TODO: use prebuilt package when available
/tools/test/mobly_extensions/scripts/
Dlocal_mobly_runner.py241 for package in args.packages.split(','):
242 mobly_bins.append(os.path.abspath(package))
243 unzip_dir = os.path.join(unzip_root, os.path.basename(package))
246 with zipfile.ZipFile(package) as zf:
/tools/treble/
DAndroid.bp1 package {

1234567891011