Home
last modified time | relevance | path

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

12345678910>>...19

/external/google-smali/third_party/util/src/test/java/com/android/tools/smali/util/
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 …]
/external/robolectric/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerUriTest.java20 private final String basePath; field in ParameterizedRobolectricTestRunnerUriTest
25 String basePath, String resourcePath, String expectedUri) { in ParameterizedRobolectricTestRunnerUriTest()
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
DClassResourceLoader.java54 private final String basePath; field in ClassResourceLoader
65 public ClassResourceLoader(Class<?> cls, String basePath) { in ClassResourceLoader()
DClassLoaderResourceLoader.java54 private String basePath; field in ClassLoaderResourceLoader
56 public ClassLoaderResourceLoader(ClassLoader classLoader, String basePath) { in ClassLoaderResourceLoader()
/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
DRequestMarshaller.java44 private final URI basePath; field in RequestMarshaller
47 public RequestMarshaller(URI basePath) { in RequestMarshaller()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateNumberingSystemAliases.java81 final String basePath = xpp.toString(); in getMissingRootNumberingSystems() local
83 missing.put(Pair.of(ns, element), basePath); in getMissingRootNumberingSystems() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DExtractCountItems.java36 String basePath; field in ExtractCountItems.SampleData
38 public SampleData(String basePath) { in SampleData()
171 String basePath = parts.toString(); in getSamples() local
/external/grpc-grpc/
DPackage.swift6 var basePath = FileManager.default.fileExists(atPath: "native") ? "native" : "." variable
DBoringSSL-Package.swift6 let basePath = "third_party/boringssl-with-bazel" variable
/external/robolectric/utils/src/main/java/org/robolectric/util/
DTempDirectory.java52 private final Path basePath; field in TempDirectory
201 private static void destroyObsoleteTempDirectory(Path basePath) { in destroyObsoleteTempDirectory()
/external/skia/src/ports/
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()
/external/skia/tests/
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
/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/
DMavenJarArtifact.java20 String basePath = in MavenJarArtifact() local
/external/deqp/scripts/verify/
Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
/external/google-smali/third_party/util/src/main/java/com/android/tools/smali/util/
DPathUtil.java54 List<String> basePath = getPathComponents(canonicalBaseFile); in getRelativeFileInternal() local
/external/python/google-api-python-client/scripts/test_resources/new_artifacts_dir/
Ddrive.v3.json2 "basePath": "/drive/v3/", string
/external/deqp/scripts/ctsbuild/
Dconfig.py102 def getBinaryPath (self, buildType, basePath): argument
149 def getBinaryPath (self, buildType, basePath): argument
/external/json-schema-validator/src/test/java/com/networknt/schema/
DAbstractJsonSchemaTestSuite.java139 protected Stream<DynamicNode> createTests(VersionFlag defaultVersion, String basePath) { in createTests()
/external/icu/icu4c/source/test/intltest/
Dintltest.h384 char basePath[1024]; variable
/external/cronet/tot/third_party/icu/source/test/intltest/
Dintltest.h389 char basePath[1024]; variable
/external/cronet/stable/third_party/icu/source/test/intltest/
Dintltest.h389 char basePath[1024]; variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValidity.java56 final String basePath = validityDirectory; in Validity() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/
DPoetUtils.java101 String basePath = fqcn.substring(0, fqcn.lastIndexOf('.')); in classNameFromFqcn() local
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
DSampleServer.java62 private MockResponse directoryToResponse(String basePath, File directory) { in directoryToResponse()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPIteratorImpl.java80 XMPPath basePath = new XMPPath(); in XMPIteratorImpl() local

12345678910>>...19