/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
|
/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/ |
D | BuildModuleCommand.java | 133 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/ |
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
|
/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/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/tests/src/com/android/tradefed/util/ |
D | GCSBucketUtilFuncTest.java | 80 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/ |
D | bluez_test_utils.py | 72 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/ |
D | GCSFileDownloader.java | 44 Path path = Paths.get(filename); in downloadFile() local
|
D | SystemUtil.java | 147 String path = singleton.getEnv(ENV_ANDROID_PRODUCT_OUT); in getProductOutputDir() local
|
D | TestMapping.java | 102 public TestMapping(Path path) { in TestMapping()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/ |
D | GCSConfigurationFactoryTest.java | 186 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/ |
D | LocalSdkBuildProvider.java | 109 String path = FileUtil.getPath(buildRoot, "out", "host", osPath, "sdk", in getSdkFromBuildEnv() local
|
/tools/tradefederation/core/atest/ |
D | unittest_utils.py | 94 def realpath_side_effect(path): argument
|
D | cli_translator.py | 95 self, path='', test_group=constants.TEST_GROUP_PRESUBMIT, argument
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | AdditionalFilesInstaller.java | 103 private boolean hasContents(ITestDevice device, String path) in hasContents()
|
D | PreloadedClassesPreparer.java | 133 protected void setPreloadToolPath(String path) { in setPreloadToolPath()
|
D | PythonVirtualenvPreparer.java | 137 String path = System.getenv(PATH); in activate() local
|
D | TestFilePushSetup.java | 200 static String getDevicePathFromUserData(String path) { in getDevicePathFromUserData()
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder.py | 107 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/ |
D | ApkZFileCreator.java | 133 String path = toMergeEntry.getCentralDirectoryHeader().getName(); in writeZip() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandFileWatcherTest.java | 154 public ModFile(String path, long... modTimes) { in ModFile()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | GlobalConfiguration.java | 145 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/ |
D | collector.proto | 77 required string path = 1; field
|
/tools/repohooks/ |
D | pre-upload.py | 349 def _identify_project(path): argument
|