Searched refs:path1 (Results 1 – 11 of 11) sorted by relevance
/tools/tradefederation/core/javatests/res/testdata/ |
D | test_mapping_with_import_2 | 4 "path": "path1"
|
D | test_mapping_golden1 | 11 "path": "path1//path2//path3"
|
D | test_mapping_with_comments1 | 13 "path": "path1//path2//path3"#comment12
|
/tools/asuite/atest/unittest_data/test_mapping/folder6/ |
D | test_mapping_sample_golden | 11 "path": "path1//path2//path3"
|
D | test_mapping_sample_with_comments | 13 "path": "path1//path2//path3"#comment12
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 730 File path1 = new File(tempDir.getAbsolutePath() + "/path1"); in testIncludeImports() local 731 path1.mkdir(); in testIncludeImports() 735 FileUtil.saveResourceFile(resourceStream, path1, TEST_MAPPING); in testIncludeImports() 754 Arrays.asList(path1, path2, new File(tempDir, DISABLED_PRESUBMIT_TESTS)); in testIncludeImports() 828 File path1 = new File(tempDir.getAbsolutePath() + "/path1"); in testExcludeImports() local 829 path1.mkdir(); in testExcludeImports() 833 FileUtil.saveResourceFile(resourceStream, path1, TEST_MAPPING); in testExcludeImports() 852 Arrays.asList(path1, path2, new File(tempDir, DISABLED_PRESUBMIT_TESTS)); in testExcludeImports()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | GcovCodeCoverageCollectorTest.java | 155 Path path1 = filesystem.getPath("/path/to/coverage.gcda"); in test_logsCoverageZip() local 156 assertThat(ByteString.readFrom(Files.newInputStream(path1))) in test_logsCoverageZip()
|
D | JavaCodeCoverageCollectorTest.java | 386 String path1 = "path/to/coverage1.ec"; in testStreamingCoverage_logsReceived() local 393 path1, contents1, in testStreamingCoverage_logsReceived()
|
/tools/repohooks/ |
D | README.md | 137 With a commit that changes `path1/file1` and `path2/file2`, then this will run 139 * ['ls', 'path1/file1', 'path2/file2'] 140 * ['check', '--file=path1/file1', '--file=path2/file2'] 141 * ['check', '--file', 'path1/file1', '--file', 'path2/file2']
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | TestMappingSuiteRunnerTest.java | 1029 File path1 = new File(tempDir.getAbsolutePath() + "/path1"); in testLoadTests_testMappingsIncludeImports() local 1030 path1.mkdir(); in testLoadTests_testMappingsIncludeImports() 1034 FileUtil.saveResourceFile(resourceStream, path1, TEST_MAPPING); in testLoadTests_testMappingsIncludeImports() 1053 Arrays.asList(path1, path2, new File(tempDir, DISABLED_PRESUBMIT_TESTS)); in testLoadTests_testMappingsIncludeImports()
|
/tools/asuite/atest/ |
D | bazel_mode.py | 1454 def _is_relative_to(path1: pathlib.Path, path2: pathlib.Path) -> bool: 1459 path1.relative_to(path2)
|