HomeSort by relevance Sort by last modified time
    Searched defs:resourcePath (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/skia/tests/
BadIcoTest.cpp 33 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]);
34 std::unique_ptr<SkStream> stream(GetResourceAsStream(resourcePath.c_str()));
skia_test.cpp 162 SkString resourcePath = GetResourcePath();
163 if (!resourcePath.isEmpty()) {
164 header.appendf(" --resourcePath %s", resourcePath.c_str());
CodecTest.cpp     [all...]
  /external/skia/tools/
Resources.cpp 19 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
30 SkString resourcePath = GetResourcePath(resource);
31 sk_sp<SkData> resourceData(SkData::MakeFromFileName(resourcePath.c_str()));
48 SkString resourcePath = GetResourcePath(resource);
49 std::unique_ptr<SkFILEStream> stream(new SkFILEStream(resourcePath.c_str()));
58 SkString resourcePath = GetResourcePath(resource);
59 return SkData::MakeFromFileName(resourcePath.c_str());
  /external/skia/gm/
makecolorspace.cpp 16 SkString resourcePath = GetResourcePath(path);
17 sk_sp<SkData> resourceData = SkData::MakeFromFileName(resourcePath.c_str());
  /external/skia/samplecode/
SampleIdentityScale.cpp 28 SkString resourcePath = GetResourcePath(imageFilename);
29 if (!decode_file(resourcePath.c_str(), &fBM)) {
SampleSubpixelTranslate.cpp 29 SkString resourcePath = GetResourcePath(imageFilename);
30 if (!decode_file(resourcePath.c_str(), &fBM)) {
  /external/skia/tools/flags/
SkCommonFlags.h 30 DECLARE_string(resourcePath);
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
MdnsDiscovery.java 94 String resourcePath = getStringAttribute(info, ATTRIBUTE_RP);
95 if (TextUtils.isEmpty(resourcePath)) {
99 if (resourcePath.startsWith("/")) {
100 resourcePath = resourcePath.substring(1);
118 resourcePath);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RelativeDateFormat.java 341 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns";
342 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns";
340 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath);
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 94 String resourcePath = item.getAbsolutePath().substring(len);
96 copyResourceTo(name + "/" + resourcePath, new File(target, resourcePath));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java     [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java     [all...]
SimpleDateFormat.java     [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 288 File resourcePath = new File(resFolder, getAndroidResourceSubPath(i));
289 if (resourcePath.exists()) {
290 return resourcePath.getAbsolutePath();
293 resourcePath.toString() + " continuing.");
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 75 File resourcePath;
150 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
164 init(codePath, resourcePath, legacyNativeLibraryPathString, primaryCpuAbiString,
182 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString,
187 this.resourcePath = resourcePath;
188 this.resourcePathString = resourcePath.toString();
262 resourcePath = orig.resourcePath;
Settings.java 579 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
597 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
612 p = new PackageSetting(name, realName, codePath, resourcePath,
699 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi,
719 pkgSetting.resourcePath = resourcePath;
730 pkgSetting = new PackageSetting(pkgName, realPkgName, codePath, resourcePath,
    [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-resources-3.1.1.jar 
robolectric-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.4.0-alpha1/
testutils-25.4.0-alpha1.jar 

Completed in 1563 milliseconds

1 2 3 4