/tools/netsim/rust/cli/src/ |
D | browser.rs | 23 let path = path.as_ref(); in open() localVariable 29 let path = path.as_ref(); in open() localVariable 44 let path = path.as_ref(); in open() localVariable 56 let path = path.as_ref(); in open() localVariable
|
D | file_handler.rs | 23 pub path: PathBuf, field
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/ |
D | SignatureFormatOptionsTest.kt | 114 val path = source("api.txt", "// Signature format: 4.0\n").createFile(temporaryFolder.root) in --use-same-format-as reads from a valid file and ignores --format() constant 122 val path = source("api.txt", "").createFile(temporaryFolder.root) in --use-same-format-as ignores empty file and falls back to format() constant 130 val path = source("api.txt", "// Signature format: 2.0\n").createFile(temporaryFolder.root) in --use-same-format-as will honor --format-defaults overloaded-method-order=source() constant 145 val path = File("unknown.txt").absolutePath in --use-same-format-as fails on non-existent file() constant 155 val path = in --use-same-format-as fails to read from an invalid file() constant
|
/tools/tradefederation/core/javatests/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/asuite/atest/unittest_data/ |
D | module-info.json | 2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array 3 …"AmSlamTests": { "class": ["APPS"], "path": ["foo/bar/AmSlam/test"], "tags": ["tests"], "instal… array 4 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array 5 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array 6 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array 7 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array 8 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array 9 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array 10 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array 11 …"mobly-test": { "class": ["NATIVE_TESTS"], "path": ["foo/bar/mobly-test"], "tags": ["optional"],… array [all …]
|
/tools/asuite/atest/unittest_data/acloud/ |
D | create_success_local_instance.json | 11 …"path": "/tmp/acloud_cvd_temp/local-instance-1/cuttlefish_runtime/instances/cvd-1/logs/launcher.lo… string 15 …"path": "/tmp/acloud_cvd_temp/local-instance-1/cuttlefish_runtime/instances/cvd-1/logs/kernel.log", string 19 … "path": "/tmp/acloud_cvd_temp/local-instance-1/cuttlefish_runtime/instances/cvd-1/logs/logcat", string
|
/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, outer=False): argument 223 def is_git_repository(path): argument
|
/tools/netsim/rust/common/src/system/ |
D | mod.rs | 28 let path = netsimd_temp_dir_pathbuf(); in netsimd_temp_dir() localVariable 39 let mut path = match env::var("ANDROID_TMP") { in netsimd_temp_dir_pathbuf() localVariable
|
/tools/acloud/create/ |
D | create_common.py | 168 def FindLocalImage(path, default_name_pattern, raise_error=True): argument 214 def FindBootImage(path, raise_error=True): argument 224 def FindVendorBootImage(path, raise_error=True): argument 229 def FindSystemImages(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/javatests/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/tradefederation/core/src/com/android/tradefed/config/remote/ |
D | GcsRemoteFileResolver.java | 62 String path = consideredFile.getPath(); in resolveRemoteFile() local 128 private void fetchResourceWithRetry(String path, Map<String, String> queryArgs, File destFile) in fetchResourceWithRetry() argument 152 ExecutorService service, String path, Map<String, String> queryArgs, File destFile) in fetchResourceWithRetryParallel() argument
|
D | LocalFileResolver.java | 33 String path = args.getConsideredFile().getPath(); in resolveRemoteFile() local
|
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/ |
D | TurbineFileLocation.kt | 38 override val path constant in com.android.tools.metalava.model.turbine.TurbineFileLocation 46 private val TurbineSourceFile.path: Path constant
|
/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/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/ |
D | FileLocation.kt | 31 abstract val path: Path? constant in com.android.tools.metalava.reporter.FileLocation 50 override val path: Path?, in toString() constant in com.android.tools.metalava.reporter.FileLocation.FixedFileLocation
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | PerfettoPullerMetricCollectorTest.java | 316 String path = tmpFile.getAbsolutePath(); in testTraceProcessorArgsDefaults() local 422 String path = tmpFile.getAbsolutePath(); in testTraceProcessorMetricV2Args() local 484 String path = tmpFile.getAbsolutePath(); in testTraceProcessorMetricV1andV2Args() local 540 String path = tmpFile.getAbsolutePath(); in testTraceProcessorRunTimeAndStatus_success() local 590 String path = tmpFile.getAbsolutePath(); in testTraceProcessorRunTimeAndStatus_failure() local
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | AlignmentRule.java | 38 int alignment(@Nonnull String path); in alignment()
|
/tools/treble/build/sandbox/ |
D | overlay.py | 55 def _FindBindMountConflict(self, path): argument 365 def AllowReadWrite(path): argument 393 def ContainsReadWrite(path): argument 429 def is_replacement_allowed_func(overlay_name, path): argument
|
/tools/asuite/atest/tf_proto/ |
D | log_file.proto | 24 string path = 1; field
|
/tools/tradefederation/core/proto/ |
D | log_file.proto | 24 string path = 1; field
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | PrefabSysrootPlugin.kt | 51 val path = file.relativeTo(dest) in <lambda>() constant
|
/tools/netsim/rust/common/src/util/ |
D | zip_artifact.rs | 143 let path = test_temp_dir(); in test_recurse_files() localVariable 173 let path = test_temp_dir(); in test_fetch_zip_files() localVariable
|
/tools/tradefederation/core/src/com/android/tradefed/build/content/ |
D | ContentAnalysisContext.java | 82 public ContentAnalysisContext addIgnoreChange(String path) { in addIgnoreChange() 92 public ContentAnalysisContext addCommonLocation(String path) { in addCommonLocation()
|