Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/
H A DPathUtilTest.java40 …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 DResourceFileSystem.kt68 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 DImageUtils.java56 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 DImageUtils.java56 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 Dskdiff_html.cpp163 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 DDirectoryEntry.java9 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 DTestData.java299 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 DLocation.kt28 …val relativePath = ownerFolder.toPath().relativize(other.file.toPath()).toString().replace(File.se… in relativePathTo() constant
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDsdktestutils.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DFilterDoclet.kt124 private fun relativePath(from: Path, to: Path) = from.parent.relativize(to).toString() in <lambda>() method
H A DClassInfo.kt197 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 DRuntimeInstrumentor.kt117 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 DAndroidUri.java140 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/
DWidgetDatabaseHelper.java74 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 DCodeGeneratorImpl.kt142 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 DMockHttpService.java223 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 DGoldenPathManager.kt77 val relativePath = pathConfig.resolveRelativePath(appContext) in goldenImageIdentifierResolver() constant
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint-tests.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java118 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/
DMediaProviderTest.java1591 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 DSimpleClassGenerator.java14 String relativePath = qualifiedName.replace('.', '/'); in makeMarkerInterface() local
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/
H A DExamplePathTraversalFuzzer.java28 String relativePath = data.consumeRemainingAsAsciiString(); in fuzzerTestOneInput() local
/aosp_15_r20/external/skia/src/utils/
H A DSkOSPath.cpp14 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 DReport.kt22 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 DAndroidFileUtils.java78 public static File getOutputFile(String relativePath) { in getOutputFile()

12345678910>>...28