/aosp_15_r20/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/ |
H A D | PathUtilTest.java | 40 …File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1() local 53 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() local 68 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local 80 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local 92 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest5() local 104 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest6() local 116 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest7() local 128 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest8() local 140 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest9() local 152 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest10() local [all …]
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/internal/ |
H A D | ResourceFileSystem.kt | 68 val relativePath = dir.toRelativePath() in <lambda>() constant 85 val relativePath = dir.toRelativePath() in <lambda>() constant 102 val relativePath = file.toRelativePath() in <lambda>() constant 118 val relativePath = path.toRelativePath() in <lambda>() constant 128 val relativePath = ROOT.resolve(file).relativeTo(ROOT) in <lambda>() constant
|
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 56 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) in requireSimilar() 78 private static void assertImageSimilar(String relativePath, BufferedImage goldenImage, in assertImageSimilar() 209 @NonNull String initialMessage, @NonNull String relativePath) throws IOException { in saveImageAndAppendMessage() 225 private static String getName(@NonNull String relativePath) { in getName()
|
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 56 public static void requireSimilar(@NonNull String relativePath, @NonNull BufferedImage image) in requireSimilar() 78 public static void assertImageSimilar(String relativePath, BufferedImage goldenImage, in assertImageSimilar() 209 @NonNull String initialMessage, @NonNull String relativePath) throws IOException { in saveImageAndAppendMessage() 225 private static String getName(@NonNull String relativePath) { in getName()
|
/aosp_15_r20/external/skia/tools/skdiff/ |
H A D | skdiff_html.cpp | 163 const SkString& relativePath, bool local) { in print_diff_resource_cell() 194 … void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativePath) { in print_diff_row() 238 SkString relativePath; in print_diff_page() local
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/ |
H A D | DirectoryEntry.java | 9 private String relativePath; field in DirectoryEntry 37 public DirectoryEntry withRelativePath(final String relativePath) { in withRelativePath()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
H A D | TestData.java | 299 static InputStream openTestFile(String relativePath) throws Exception { in openTestFile() 304 static byte[] readTestFile(String relativePath) throws Exception { in readTestFile()
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Locations/ |
H A D | Location.kt | 28 …val relativePath = ownerFolder.toPath().relativize(other.file.toPath()).toString().replace(File.se… in relativePathTo() constant
|
/aosp_15_r20/prebuilts/devtools/adt/lib/ |
HD | sdktestutils.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | FilterDoclet.kt | 124 private fun relativePath(from: Path, to: Path) = from.parent.relativize(to).toString() in <lambda>() method
|
H A D | ClassInfo.kt | 197 private fun relativePath(from: String, to: String) = in <lambda>() method
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/agent/ |
H A D | RuntimeInstrumentor.kt | 117 val relativePath = "$pathPrefix$internalClassName$basenameSuffix.class" in <lambda>() constant
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/ |
H A D | AndroidUri.java | 140 private String relativePath = ""; field in AndroidUri.Builder 235 public Builder setRelativePath(String relativePath) { in setRelativePath()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetDatabaseHelper.java | 74 public String relativePath; field in WidgetDatabaseHelper.Entry 218 public boolean setWidget(int id, int type, String albumPath, String relativePath) { in setWidget()
|
/aosp_15_r20/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/processing/impl/ |
H A D | CodeGeneratorImpl.kt | 142 val relativePath = file.toPath().normalize() in <lambda>() constant
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/testing/ |
H A D | MockHttpService.java | 223 String relativePath = getRelativePath(fullTargetUrl); in getHttpResponse() local 280 String relativePath = fullTargetUrl.replaceFirst(endpoint, ""); in getRelativePath() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
H A D | GoldenPathManager.kt | 77 val relativePath = pathConfig.resolveRelativePath(appContext) in goldenImageIdentifierResolver() constant
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lint-tests.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 118 String relativePath = testMappingsDir.relativize(path.getParent()).toString(); in getTestCollection() local 248 Path relativePath = in isMatchedFilePatterns() local
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | MediaProviderTest.java | 1591 final String relativePath = extractRelativePath(audio.getAbsolutePath()); in testQueryAudioViewsNoItemWithColumn() local 1735 private static void assertRelativePathForDirectory(String directoryPath, String relativePath) { in assertRelativePathForDirectory() 1765 private static void assertRelativePath(ContentValues values, String relativePath) { in assertRelativePath() 1786 private String buildFile(Uri uri, String relativePath, String displayName, in buildFile()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/ |
H A D | SimpleClassGenerator.java | 14 String relativePath = qualifiedName.replace('.', '/'); in makeMarkerInterface() local
|
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/ |
H A D | ExamplePathTraversalFuzzer.java | 28 String relativePath = data.consumeRemainingAsAsciiString(); in fuzzerTestOneInput() local
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkOSPath.cpp | 14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
|
/aosp_15_r20/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/ |
H A D | Report.kt | 22 val relativePath: String?, constant in com.android.tools.metalava.reporter.Report
|
/aosp_15_r20/external/apache-xml/test/android_src/org/apache/test/android/ |
H A D | AndroidFileUtils.java | 78 public static File getOutputFile(String relativePath) { in getOutputFile()
|