Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 29) sorted by relevance

12

/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils_unittest.py125 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
127 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
128 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
130 self, test_finder_utils.extract_test_path(FIND_TWO), paths)
132 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
134 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths)
162 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
164 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
165 paths = [os.path.join(uc.ROOT, OTHER_DIR, OTHER_CLASS_NAME)]
168 self, test_finder_utils.extract_test_path(FIND_TWO), paths)
[all …]
Dtf_integration_finder.py210 paths = test_finder_utils.find_class_file(self.root_dir,
212 if not paths:
214 for path in paths:
/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py142 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
144 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
145 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
147 self, test_finder_utils.extract_test_path(FIND_TWO), paths)
149 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
151 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths)
192 paths = [os.path.join(uc.ROOT, CLASS_DIR, uc.CLASS_NAME + '.java')]
194 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
195 paths = [os.path.join(uc.ROOT, OTHER_DIR, OTHER_CLASS_NAME)]
198 self, test_finder_utils.extract_test_path(FIND_TWO), paths)
[all …]
Dtf_integration_finder.py300 paths = test_finder_utils.find_class_file(self.root_dir,
302 if not paths:
304 for path in paths:
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveSettingsTest.py137 paths = {}
167 paths[path_key] = path
168 if not paths:
171 self.log.info("paths = %s", paths)
173 if paths.get("radio_image"):
175 flash_radio(ad, paths["radio_image"])
177 if not paths.get("mbn_path") or "mbn" not in ad.adb.shell(
197 if not system_file_push(ad, paths["mbn_path"],
/tools/repohooks/rh/
Dconfig.py293 def from_paths(cls, paths): argument
302 for path in paths:
334 def __init__(self, paths=('',), global_paths=()): argument
345 self.paths = []
348 LocalPreUploadFile.from_paths(paths)):
349 self.paths.append(config.path)
354 self.source = '{%s}' % '|'.join(self.paths)
Dconfig_unittest.py158 config = rh.config.PreUploadSettings(paths=(self.tempdir,),
/tools/asuite/aidegen/vscode/
Dvscode_native_project_file_gen.py107 paths = _make_header_file_paths(includes)
108 configs[_INC_PATH] = paths
109 browse[_PATH] = paths
139 def _make_header_file_paths(paths): argument
149 for path in paths:
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py171 paths = {}
180 paths["radio_image"] = os.path.join(path, path_key)
181 os.system("chmod -R 777 %s" % paths["radio_image"])
182 self.ad.log.info("radio_image = %s" % paths["radio_image"])
188 paths["mbn_path"] = dest_path
189 os.system("chmod -R 777 %s" % paths["mbn_path"])
190 self.ad.log.info("mbn_path = %s" % paths["mbn_path"])
191 self.ad.log.info(os.listdir(paths["mbn_path"]))
192 if not paths.get("radio_image"):
198 flash_radio(self.ad, paths["radio_image"])
[all …]
/tools/external_updater/
Dexternal_updater.py165 def _check_path(args: argparse.Namespace, paths: Iterator[str],
168 for path in paths:
193 paths = _list_all_metadata() if args.all else args.paths
194 results = _check_path(args, paths, args.delay)
Dnotifier.py212 params += args.paths
/tools/acloud/create/
Dlocal_image_local_instance_test.py264 paths = self.local_image_local_instance.GetImageArtifactsPath(
268 self.assertEqual(paths, (image_dir, cvd_dir, None, None, None, None))
299 paths = self.local_image_local_instance.GetImageArtifactsPath(
303 self.assertEqual(paths,
332 paths = self.local_image_local_instance.GetImageArtifactsPath(
336 self.assertEqual(paths,
Dremote_image_local_instance_test.py67 paths = self.RemoteImageLocalInstance.GetImageArtifactsPath(avd_spec)
69 self.assertEqual(paths.image_dir, "/unit/test")
70 self.assertEqual(paths.host_bins, "/unit/test")
/tools/asuite/atest-py2/
Datest_execution_info.py96 paths = glob.glob(target)
97 paths.sort(reverse=True)
103 for path in paths[0: int(history_arg)+1]:
/tools/asuite/atest/
Datest_execution_info.py99 paths = glob.glob(target)
100 paths.sort(reverse=True)
114 for path in paths[0: int(history_arg)+1]:
/tools/repohooks/
DREADME.md79 Hooks are executed in the top directory of the git repository. All paths should
242 An entry must completely match the project's `REPO_PATH`. The paths can use the
262 default it will call those tools from the user's `$PATH`, but the paths of those
284 # Pass absolute paths.
286 # Or paths relative to the top of the git project.
288 # Or paths relative to the repo root.
Dpre-upload.py213 paths = (
217 return rh.config.PreUploadSettings(paths=paths, global_paths=global_paths)
/tools/treble/build/sandbox/
Doverlay.py413 paths = set()
415 paths.add(child.attrib.get("path", child.attrib["name"]))
416 return paths
/tools/test/connectivity/acts/framework/acts/
Dutils.py206 def find_files(paths, file_predicate): argument
219 if not isinstance(paths, list):
220 paths = [paths]
221 for path in paths:
/tools/asuite/aidegen/lib/
Dcommon_util.py140 paths = atest_module_info.get_paths(target)
141 if paths:
142 rel_path = paths[0].strip(os.sep)
/tools/asuite/atest-py2/tools/
Datest_tools.py96 paths = os.getenv('PATH', '').split(':')
97 for path in paths:
/tools/test/connectivity/acts/
DREADME.md105 a list of paths where the python test case files are located. Below are the
124 respectively. To specify multiple test paths, the key should follow
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt191 val paths = mutableListOf<String>() in <lambda>() constant
199 paths.add(file.path) in <lambda>()
202 if (paths.isEmpty()) { in <lambda>()
205 return paths in <lambda>()
/tools/asuite/aidegen/
DREADME.md70 | `-e` | `--exclude-paths` | Exclude the directories in IDE. |
/tools/asuite/atest-py2/docs/
Ddevelop_test_finders.md25 default test finder classes use the module-info.json and specific dir paths

12