Home
last modified time | relevance | path

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

1234567

/tools/netsim/rust/cli/src/
Dbrowser.rs23 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
Dfile_handler.rs23 pub path: PathBuf, field
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DSignatureFormatOptionsTest.kt114 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/
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/asuite/atest/unittest_data/
Dmodule-info.json2 …"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/
Dcreate_success_local_instance.json11 …"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/
Dgit.py92 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/
Dmod.rs28 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/
Dcreate_common.py168 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/
Dacts_import_unit_test.py32 def import_module(name, path): argument
41 def import_module(name, path): argument
/tools/tradefederation/core/javatests/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/tradefederation/core/src/com/android/tradefed/config/remote/
DGcsRemoteFileResolver.java62 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
DLocalFileResolver.java33 String path = args.getConsideredFile().getPath(); in resolveRemoteFile() local
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineFileLocation.kt38 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/
DApkZFileTestUtils.java78 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/
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/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DFileLocation.kt31 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/
DPerfettoPullerMetricCollectorTest.java316 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/
DAlignmentRule.java38 int alignment(@Nonnull String path); in alignment()
/tools/treble/build/sandbox/
Doverlay.py55 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/
Dlog_file.proto24 string path = 1; field
/tools/tradefederation/core/proto/
Dlog_file.proto24 string path = 1; field
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPrefabSysrootPlugin.kt51 val path = file.relativeTo(dest) in <lambda>() constant
/tools/netsim/rust/common/src/util/
Dzip_artifact.rs143 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/
DContentAnalysisContext.java82 public ContentAnalysisContext addIgnoreChange(String path) { in addIgnoreChange()
92 public ContentAnalysisContext addCommonLocation(String path) { in addCommonLocation()

1234567