| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | GCSBucketUtilFuncTest.java | 72 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/tradefederation/core/atest/unittest_data/ |
| D | module-info.json | 2 …"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/asuite/atest/unittest_data/ |
| D | module-info.json | 2 …"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/ |
| D | git.py | 92 def get_file_content(commit, path): argument 132 def raw_diff(path, target): argument 184 def find_repo_root(path=None): argument 199 def is_git_repository(path): argument
|
| /tools/test/connectivity/acts/framework/tests/ |
| D | acts_import_unit_test.py | 32 def import_module(name, path): argument 41 def import_module(name, path): argument
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/ |
| D | GCSConfigurationFactoryTest.java | 190 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/ |
| D | ApkZFileTestUtils.java | 78 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/ |
| D | LogFile.java | 40 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/ |
| D | AlignmentRule.java | 38 int alignment(@Nonnull String path); in alignment()
|
| /tools/tradefederation/core/proto/ |
| D | log_file.proto | 24 string path = 1; field
|
| /tools/tradefederation/core/src/com/android/tradefed/config/remote/ |
| D | LocalFileResolver.java | 33 String path = consideredFile.getPath(); in resolveRemoteFiles() local
|
| D | HttpRemoteFileResolver.java | 41 String path = consideredFile.getPath(); in resolveRemoteFiles() local
|
| D | GcsRemoteFileResolver.java | 41 String path = consideredFile.getPath(); in resolveRemoteFiles() local
|
| /tools/asuite/aidegen/sdk/ |
| D | android_sdk.py | 155 def _gen_platform_mapping(self, path): argument 176 def is_android_sdk_path(self, path): argument
|
| /tools/asuite/atest/test_finders/ |
| D | tf_integration_finder.py | 88 def _load_xml_file(self, path): argument 232 def find_int_test_by_path(self, path): argument
|
| D | module_finder.py | 54 def _determine_testable_module(self, path): argument 223 def _get_test_info_filter(self, path, methods, **kwargs): argument 530 def find_test_by_path(self, path): argument
|
| /tools/tradefederation/core/atest/test_finders/ |
| D | tf_integration_finder.py | 86 def _load_xml_file(self, path): argument 228 def find_int_test_by_path(self, path): argument
|
| D | module_finder.py | 52 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/metalava/src/main/java/com/android/tools/metalava/ |
| D | FileReadSandbox.kt | 142 val path = file.absolutePath in allowAccess() constant 162 val path = parent.absolutePath in allowAccess() constant
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | GCSBucketUtil.java | 252 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/tradefederation/core/atest/ |
| D | unittest_utils.py | 102 def realpath_side_effect(path): argument
|
| /tools/test/connectivity/acts/framework/tests/libs/uicd/ |
| D | uicd_cli_test.py | 28 def _mock_walk(path, **_): argument
|
| /tools/asuite/asuite_plugin/src/java/com/android/atest/ |
| D | AtestUtils.java | 34 public static boolean hasTestMapping(String path) { in hasTestMapping()
|
| /tools/asuite/atest/ |
| D | unittest_utils.py | 106 def realpath_side_effect(path): argument
|
| /tools/ndkports/src/main/kotlin/com/android/ndkports/ |
| D | Ndk.kt | 22 class Ndk(val path: File) { constant in com.android.ndkports.Ndk
|