Home
last modified time | relevance | path

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

123

/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/repohooks/rh/
Dgit.py107 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/
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/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/src/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/tradefederation/core/src/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java64 String path = findBinary(binary); in run() local
146 private IRemoteTest getTestShard(String path) { in getTestShard()
/tools/tradefederation/core/proto/
Dlog_file.proto24 string path = 1; field
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_test_utils.py41 def __init__(self, test_params, path): argument
162 def audio_quality_analysis(self, path): argument
Dbluez_test_utils.py176 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/
DGcsRemoteFileResolver.java40 String path = consideredFile.getPath(); in resolveRemoteFiles() local
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py86 def _load_xml_file(self, path): argument
214 def find_int_test_by_path(self, path): argument
Dmodule_finder.py56 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
Dsuite_plan_finder.py65 def _get_test_info_from_path(self, path, suite_name=None): 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/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
Dcli_translator.py258 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/
DDynamicRemoteFileResolver.java221 String path = consideredFile.getPath(); in resolveRemoteFiles() local
235 private String getProtocol(String path) { in getProtocol()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAdditionalFilesInstaller.java97 private String getContents(ITestDevice device, String path) throws DeviceNotAvailableException { in getContents()
DPreloadedClassesPreparer.java133 protected void setPreloadToolPath(String path) { in setPreloadToolPath()
/tools/external_updater/
Darchive_utils.py115 def find_archive_root(path): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java77 public String path; field in CommonLogRemoteFileUtil.KnownLogFileEntry
81 KnownLogFileEntry(String path, String logName, LogDataType type) { in KnownLogFileEntry()

123