/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/repohooks/rh/ |
D | git.py | 107 def get_file_content(commit, path): argument 136 def raw_diff(path, target): argument 187 def find_repo_root(path=None): argument 202 def is_git_repository(path): argument
|
/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/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/src/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/src/com/android/tradefed/testtype/binary/ |
D | ExecutableBaseTest.java | 64 String path = findBinary(binary); in run() local 146 private IRemoteTest getTestShard(String path) { in getTestShard()
|
/tools/tradefederation/core/proto/ |
D | log_file.proto | 24 string path = 1; field
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | audio_test_utils.py | 41 def __init__(self, test_params, path): argument 162 def audio_quality_analysis(self, path): argument
|
D | bluez_test_utils.py | 176 def get_properties(self, props, path, check): argument 186 def properties_changed(self, interface, changed, invalidated, path): argument 346 def call_manager(self, path): argument 359 def answer_call_interface(self, path): argument
|
/tools/tradefederation/core/src/com/android/tradefed/config/remote/ |
D | GcsRemoteFileResolver.java | 40 String path = consideredFile.getPath(); in resolveRemoteFiles() local
|
/tools/tradefederation/core/atest/test_finders/ |
D | tf_integration_finder.py | 86 def _load_xml_file(self, path): argument 214 def find_int_test_by_path(self, path): argument
|
D | module_finder.py | 56 def _determine_testable_module(self, path): argument 215 def _get_test_info_filter(self, path, methods, **kwargs): argument 458 def find_test_by_path(self, path): argument
|
D | suite_plan_finder.py | 65 def _get_test_info_from_path(self, path, suite_name=None): argument
|
/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/test/connectivity/acts/framework/tests/libs/uicd/ |
D | uicd_cli_test.py | 28 def _mock_walk(path, **_): argument
|
/tools/tradefederation/core/atest/ |
D | unittest_utils.py | 102 def realpath_side_effect(path): argument
|
D | cli_translator.py | 258 def _find_files(self, path, file_name=TEST_MAPPING): argument 317 self, path='', test_group=constants.TEST_GROUP_PRESUBMIT, argument
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolver.java | 221 String path = consideredFile.getPath(); in resolveRemoteFiles() local 235 private String getProtocol(String path) { in getProtocol()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | AdditionalFilesInstaller.java | 97 private String getContents(ITestDevice device, String path) throws DeviceNotAvailableException { in getContents()
|
D | PreloadedClassesPreparer.java | 133 protected void setPreloadToolPath(String path) { in setPreloadToolPath()
|
/tools/external_updater/ |
D | archive_utils.py | 115 def find_archive_root(path): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | CommonLogRemoteFileUtil.java | 77 public String path; field in CommonLogRemoteFileUtil.KnownLogFileEntry 81 KnownLogFileEntry(String path, String logName, LogDataType type) { in KnownLogFileEntry()
|