Home
last modified time | relevance | path

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

12

/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
/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java133 Path path = pathOptional.get(); in checkFileExistsAndReadable() local
134 checkArgument(Files.exists(path), "File '%s' was not found.", path); in checkFileExistsAndReadable() local
135 checkArgument(Files.isReadable(path), "File '%s' is not readable.", path); in checkFileExistsAndReadable() local
141 Path path = pathOptional.get(); in checkDirectoryExists() local
142 checkArgument(Files.exists(path), "Directory '%s' was not found.", path); in checkDirectoryExists() 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
/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/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/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java80 Path path = Paths.get(FILE_NAME); in testStringUpload() local
87 Path path = Paths.get(FILE_NAME); in testStringUploadThenDownLoad() local
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py72 def get_properties(self,props, path, check): argument
82 def properties_changed(self, interface, changed, invalidated, path): argument
243 def call_manager(self, path): argument
256 def answer_call_interface(self, path): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java44 Path path = Paths.get(filename); in downloadFile() local
DSystemUtil.java147 String path = singleton.getEnv(ENV_ANDROID_PRODUCT_OUT); in getProductOutputDir() local
DTestMapping.java102 public TestMapping(Path path) { in TestMapping()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java186 String path = mGCSConfigLoader.getPath("path/to/file.xml", "file1.xml"); in getPath() local
192 String path = mGCSConfigLoader.getPath("path/to/file.xml", "../file1.xml"); in getPath_withRelative() local
/tools/tradefederation/core/src/com/android/tradefed/build/
DLocalSdkBuildProvider.java109 String path = FileUtil.getPath(buildRoot, "out", "host", osPath, "sdk", in getSdkFromBuildEnv() local
/tools/tradefederation/core/atest/
Dunittest_utils.py94 def realpath_side_effect(path): argument
Dcli_translator.py95 self, path='', test_group=constants.TEST_GROUP_PRESUBMIT, argument
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAdditionalFilesInstaller.java103 private boolean hasContents(ITestDevice device, String path) in hasContents()
DPreloadedClassesPreparer.java133 protected void setPreloadToolPath(String path) { in setPreloadToolPath()
DPythonVirtualenvPreparer.java137 String path = System.getenv(PATH); in activate() local
DTestFilePushSetup.java200 static String getDevicePathFromUserData(String path) { in getDevicePathFromUserData()
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py107 def _get_first_testable_module(self, path): argument
425 def find_test_by_path(self, path): argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
DApkZFileCreator.java133 String path = toMergeEntry.getCentralDirectoryHeader().getName(); in writeZip() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileWatcherTest.java154 public ModFile(String path, long... modTimes) { in ModFile()
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java145 String path = getGlobalConfigPath(); in createGlobalConfiguration() local
180 String path = System.getenv(GLOBAL_CONFIG_VARIABLE); in getGlobalConfigPath() local
217 String path = System.getenv(GLOBAL_CONFIG_SERVER_CONFIG_VARIABLE); in createGlobalConfigServer() local
/tools/tradefederation/core/proto/
Dcollector.proto77 required string path = 1; field
/tools/repohooks/
Dpre-upload.py349 def _identify_project(path): argument

12