Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 95) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java72 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testStringUploadThenDownLoad() local
166 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testLs_file() local
176 Path path = Paths.get(mRemoteRoot, FOLDER_NAME, FILE_NAME); in testIsFile() local
183 Path path = Paths.get(mRemoteRoot, FOLDER_NAME, FILE_NAME); in testIsFile_folder() local
195 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testStat() local
204 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testmd5Hash() local
/tools/asuite/atest/unittest_data/
Dmodule-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array
4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array
5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array
6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array
7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array
8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array
9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array
11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
12 …"module2": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
[all …]
/tools/tradefederation/core/atest/unittest_data/
Dmodule-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array
4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array
5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array
6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array
7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array
8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array
9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array
11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
12 …"module2": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
[all …]
/tools/repohooks/rh/
Dgit.py95 def get_file_content(commit, path): argument
135 def raw_diff(path, target): argument
187 def find_repo_root(path=None): argument
202 def is_git_repository(path): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_import_unit_test.py32 def import_module(name, path): argument
41 def import_module(name, path): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java190 String path = mGCSConfigLoader.getPath("path/to/file.xml", "file1.xml"); in getPath() local
196 String path = mGCSConfigLoader.getPath("path/to/file.xml", "../file1.xml"); in getPath_withRelative() local
202 String path = mGCSConfigLoader.getPath("file1.xml", "file2.xml"); in getPath_parentSameLevel() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DApkZFileTestUtils.java78 public static File getResource(@Nonnull String path) { in getResource()
91 public static ByteSource getResourceBytes(@Nonnull String path) { in getResourceBytes()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DLogFile.java40 public LogFile(String path, String url, LogDataType type) { in LogFile()
61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) { in LogFile()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DAlignmentRule.java38 int alignment(@Nonnull String path); in alignment()
/tools/metalava/src/main/java/com/android/tools/metalava/
DFileReadSandbox.kt91 System.getenv(it)?.let { path -> in <lambda>() method
142 val path = file.absolutePath in <lambda>() constant
162 val path = parent.absolutePath in <lambda>() constant
/tools/tradefederation/core/proto/
Dlog_file.proto24 string path = 1; field
/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DLocalFileResolver.java33 String path = consideredFile.getPath(); in resolveRemoteFiles() local
DGcsRemoteFileResolver.java42 String path = consideredFile.getPath(); in resolveRemoteFiles() local
DHttpRemoteFileResolver.java41 String path = consideredFile.getPath(); in resolveRemoteFiles() local
/tools/asuite/aidegen/sdk/
Dandroid_sdk.py155 def _gen_platform_mapping(self, path): argument
176 def is_android_sdk_path(self, path): argument
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py88 def _load_xml_file(self, path): argument
232 def find_int_test_by_path(self, path): argument
Dmodule_finder.py54 def _determine_testable_module(self, path): argument
223 def _get_test_info_filter(self, path, methods, **kwargs): argument
538 def find_test_by_path(self, path): argument
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py86 def _load_xml_file(self, path): argument
228 def find_int_test_by_path(self, path): argument
Dmodule_finder.py52 def _determine_testable_module(self, path): argument
221 def _get_test_info_filter(self, path, methods, **kwargs): argument
527 def find_test_by_path(self, path): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java252 String getUriForGcsPath(Path path) { in getUriForGcsPath()
349 public boolean isFile(String path) throws IOException { in isFile()
570 String path = getUriForGcsPath(Paths.get(pattern)); in remove() local
618 public CommandResult remove(Path path, boolean force) throws IOException { in remove()
627 public CommandResult remove(Path path) throws IOException { in remove()
/tools/test/openhst/
Dstress_test_common.py36 def MakeDirsIfNeeded(path): argument
/tools/test/connectivity/acts/framework/tests/libs/uicd/
Duicd_cli_test.py28 def _mock_walk(path, **_): argument
/tools/tradefederation/core/atest/
Dunittest_utils.py102 def realpath_side_effect(path): argument
/tools/asuite/atest/
Dunittest_utils.py106 def realpath_side_effect(path): argument
/tools/asuite/asuite_plugin/src/java/com/android/atest/
DAtestUtils.java34 public static boolean hasTestMapping(String path) { in hasTestMapping()

1234