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

1 2 3

  /external/chromium_org/third_party/skia/tools/
Resources.cpp 13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
  /external/skia/tools/
Resources.cpp 13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
  /external/chromium_org/third_party/skia/gm/
cmykjpeg.cpp 29 SkString resourcePath = GetResourcePath();
30 if (!resourcePath.endsWith("/") && !resourcePath.endsWith("\\")) {
31 resourcePath.append("/");
34 resourcePath.append("CMYK.jpg");
36 SkFILEStream stream(resourcePath.c_str());
38 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
copyTo4444.cpp 35 SkString resourcePath = GetResourcePath();
36 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
40 "resourcePath?\n");
factory.cpp 32 SkString resourcePath = GetResourcePath();
34 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "plane.png");
etc1bitmap.cpp 98 SkString resourcePath = GetResourcePath();
99 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.");
104 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
173 SkString resourcePath = GetResourcePath();
174 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
178 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
filterindiabox.cpp 107 SkString resourcePath = GetResourcePath();
108 resourcePath.append("/");
109 resourcePath.append(fFilename);
112 SkFILEStream stream(resourcePath.c_str());
downsamplebitmap.cpp 175 SkString resourcePath = GetResourcePath();
176 resourcePath.append("/");
177 resourcePath.append(fFilename);
180 SkFILEStream stream(resourcePath.c_str());
filterbitmap.cpp 197 SkString resourcePath = GetResourcePath();
198 resourcePath.append("/");
199 resourcePath.append(fFilename);
202 SkFILEStream stream(resourcePath.c_str());
  /external/skia/gm/
cmykjpeg.cpp 29 SkString resourcePath = GetResourcePath();
30 if (!resourcePath.endsWith("/") && !resourcePath.endsWith("\\")) {
31 resourcePath.append("/");
34 resourcePath.append("CMYK.jpg");
36 SkFILEStream stream(resourcePath.c_str());
38 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
copyTo4444.cpp 35 SkString resourcePath = GetResourcePath();
36 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
40 "resourcePath?\n");
factory.cpp 32 SkString resourcePath = GetResourcePath();
34 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "plane.png");
etc1bitmap.cpp 98 SkString resourcePath = GetResourcePath();
99 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.");
104 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
173 SkString resourcePath = GetResourcePath();
174 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
178 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
filterindiabox.cpp 107 SkString resourcePath = GetResourcePath();
108 resourcePath.append("/");
109 resourcePath.append(fFilename);
112 SkFILEStream stream(resourcePath.c_str());
downsamplebitmap.cpp 175 SkString resourcePath = GetResourcePath();
176 resourcePath.append("/");
177 resourcePath.append(fFilename);
180 SkFILEStream stream(resourcePath.c_str());
filterbitmap.cpp 197 SkString resourcePath = GetResourcePath();
198 resourcePath.append("/");
199 resourcePath.append(fFilename);
202 SkFILEStream stream(resourcePath.c_str());
  /frameworks/base/services/core/java/com/android/server/pm/
PendingPackage.java 24 PendingPackage(String name, String realName, File codePath, File resourcePath,
28 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
PackageSetting.java 32 PackageSetting(String name, String realName, File codePath, File resourcePath,
36 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
PackageSettingBase.java 56 File resourcePath;
112 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
119 init(codePath, resourcePath, legacyNativeLibraryPathString, primaryCpuAbiString,
134 resourcePath = base.resourcePath;
166 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString,
171 this.resourcePath = resourcePath;
172 this.resourcePathString = resourcePath.toString();
  /external/chromium_org/third_party/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
  /external/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
  /external/chromium_org/third_party/skia/samplecode/
SampleSubpixelTranslate.cpp 30 SkString resourcePath = GetResourcePath();
31 resourcePath.append("/");
32 resourcePath.append(fFilename);
35 SkFILEStream stream(resourcePath.c_str());
  /external/skia/samplecode/
SampleSubpixelTranslate.cpp 30 SkString resourcePath = GetResourcePath();
31 resourcePath.append("/");
32 resourcePath.append(fFilename);
35 SkFILEStream stream(resourcePath.c_str());
  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 152 SkString resourcePath = GetResourcePath();
153 if (resourcePath.isEmpty()) {
154 SkDebugf("Could not run unpremul test because resourcePath not specified.");
157 SkOSFile::Iter iter(resourcePath.c_str());
161 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
234 SkString resourcePath = GetResourcePath();
235 if (resourcePath.isEmpty()) {
236 SkDebugf("Could not run alphaType test because resourcePath not specified.");
240 SkOSFile::Iter iter(resourcePath.c_str());
244 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str())
    [all...]
  /external/skia/tests/
ImageDecodingTest.cpp 152 SkString resourcePath = GetResourcePath();
153 if (resourcePath.isEmpty()) {
154 SkDebugf("Could not run unpremul test because resourcePath not specified.");
157 SkOSFile::Iter iter(resourcePath.c_str());
161 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
234 SkString resourcePath = GetResourcePath();
235 if (resourcePath.isEmpty()) {
236 SkDebugf("Could not run alphaType test because resourcePath not specified.");
240 SkOSFile::Iter iter(resourcePath.c_str());
244 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str())
    [all...]

Completed in 227 milliseconds

1 2 3