Home
last modified time | relevance | path

Searched defs:basePath (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/
H A DPathUtilTest.java39 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest1() local
52 …File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "te… in pathUtilTest2() local
67 … File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local
79 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local
91 File basePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest5() local
103 … File basePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest6() local
115 File basePath = new File(roots[0] + "some"); in pathUtilTest7() local
127 File basePath = new File(roots[0] + "some" + File.separatorChar); in pathUtilTest8() local
139 File basePath = new File(roots[0] + "some"); in pathUtilTest9() local
151 File basePath = new File(roots[0] + "some" + File.separatorChar); in pathUtilTest10() local
[all …]
/aosp_15_r20/build/soong/android/
H A Dpaths.go572 basePath anonMember
1197 type basePath struct { struct
1198 path string
1199 rel string
1207 func (p *basePath) ToGob() *basePathGob {
1214 func (p *basePath) FromGob(data *basePathGob) {
1219 func (p basePath) GobEncode() ([]byte, error) {
1223 func (p *basePath) GobDecode(data []byte) error {
1227 func (p basePath) Ext() string {
1231 func (p basePath) Base() string {
[all …]
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp655 const SkString& basePath, bool isFallback) in parse_config_file()
712 const SkString& basePath) in append_system_font_families()
731 const SkString& basePath) in append_fallback_font_families_for_locale()
768 const SkString& basePath) in append_system_fallback_font_families()
777 const SkString& basePath) in mixin_vendor_fallback_font_families()
811 SkString basePath(getenv("ANDROID_ROOT")); in GetSystemFontFamilies() local
826 const SkString& basePath, in GetCustomFontFamilies()
/aosp_15_r20/tools/asuite/asuite_plugin/src/java/com/android/atest/toolWindow/
H A DAtestToolWindow.java63 String basePath = project.getBasePath(); in AtestToolWindow() local
121 private void initTestTarget(String basePath) { in initTestTarget()
141 private void setRunButton(String basePath) { in setRunButton()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DExtractCountItems.java36 String basePath; field in ExtractCountItems.SampleData
38 public SampleData(String basePath) { in SampleData()
171 String basePath = parts.toString(); in getSamples() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/
H A DParameterizedRobolectricTestRunnerUriTest.java20 private final String basePath; field in ParameterizedRobolectricTestRunnerUriTest
25 String basePath, String resourcePath, String expectedUri) { in ParameterizedRobolectricTestRunnerUriTest()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DClassResourceLoader.java54 private final String basePath; field in ClassResourceLoader
65 public ClassResourceLoader(Class<?> cls, String basePath) { in ClassResourceLoader()
H A DClassLoaderResourceLoader.java54 private String basePath; field in ClassLoaderResourceLoader
56 public ClassLoaderResourceLoader(ClassLoader classLoader, String basePath) { in ClassLoaderResourceLoader()
/aosp_15_r20/external/skia/tests/
H A DFontMgrAndroidParserTest.cpp289 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST_SCANNERS() local
325 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST_SCANNERS() local
402 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST_SCANNERS() local
/aosp_15_r20/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
H A DRequestMarshaller.java44 private final URI basePath; field in RequestMarshaller
47 public RequestMarshaller(URI basePath) { in RequestMarshaller()
/aosp_15_r20/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlRemoteRunner.java52 private final String basePath; field in CuttlefishControlRemoteRunner
73 Optional<String> basePath = in CuttlefishControlRemoteRunner() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateNumberingSystemAliases.java81 final String basePath = xpp.toString(); in getMissingRootNumberingSystems() local
83 missing.put(Pair.of(ns, element), basePath); in getMissingRootNumberingSystems() local
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/
H A DScreenshotTestRule.java39 ScreenCaptureProcessor(String basePath) { in ScreenCaptureProcessor()
50 public ScreenshotTestRule(String basePath) { in ScreenshotTestRule()
/aosp_15_r20/external/robolectric/utils/src/main/java/org/robolectric/util/
H A DTempDirectory.java52 private final Path basePath; field in TempDirectory
201 private static void destroyObsoleteTempDirectory(Path basePath) { in destroyObsoleteTempDirectory()
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
H A DMultiUserStorageTest.java137 final File basePath = myPath.getParentFile(); in testUserIsolation() local
155 final File basePath = myPath.getParentFile(); in testMediaProviderUserIsolation() local
/aosp_15_r20/external/deqp/scripts/ctsbuild/
H A Dconfig.py102 def getBinaryPath (self, buildType, basePath): argument
149 def getBinaryPath (self, buildType, basePath): argument
/aosp_15_r20/external/grpc-grpc/
H A DPackage.swift6 var basePath = FileManager.default.fileExists(atPath: "native") ? "native" : "." variable
H A DBoringSSL-Package.swift6 let basePath = "third_party/boringssl-with-bazel" variable
/aosp_15_r20/external/deqp/scripts/
H A Dmake_release.py50 def removeLeadingPath (path, basePath): argument
62 def getFileList (basePath): argument
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DFileUtilities.java36 File basePath = base.getCanonicalFile(); in isSameOrSubDirectory() local
/aosp_15_r20/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles()
/aosp_15_r20/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/
H A DMavenJarArtifact.java20 String basePath = in MavenJarArtifact() local
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dindex.ts24 const basePath = `${repoPath}/../tm-qpr-dev/frameworks/base/core/res/res/values/`; constant
/aosp_15_r20/external/deqp/scripts/verify/
H A Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
/aosp_15_r20/external/google-smali/third_party/util/src/main/java/com/android/tools/smali/util/
H A DPathUtil.java54 List<String> basePath = getPathComponents(canonicalBaseFile); in getRelativeFileInternal() local

12345678910>>...27