HomeSort by relevance Sort by last modified time
    Searched refs:resourcePath (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 93 SkString resourcePath = GetResourcePath();
94 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(),
100 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
  /external/chromium_org/third_party/skia/samplecode/
SamplePicture.cpp 40 SkString resourcePath = GetResourcePath();
41 SkString path = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
  /external/skia/bench/
ETCBitmapBench.cpp 93 SkString resourcePath = GetResourcePath();
94 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(),
100 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
  /external/skia/samplecode/
SamplePicture.cpp 40 SkString resourcePath = GetResourcePath();
41 SkString path = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
  /external/chromium_org/third_party/skia/tests/
KtxTest.cpp 144 SkString resourcePath = GetResourcePath();
145 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
164 SkString ktxFilename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.ktx");
skia_test.cpp 160 SkString resourcePath = GetResourcePath();
161 if (!resourcePath.isEmpty()) {
162 header.appendf(" --resourcePath %s", resourcePath.c_str());
FontHostTest.cpp 153 SkString resourcePath = GetResourcePath();
154 if (resourcePath.isEmpty()) {
155 SkDebugf("Could not run fontstream test because resourcePath not specified.");
158 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "test.ttc");
  /external/skia/tests/
KtxTest.cpp 144 SkString resourcePath = GetResourcePath();
145 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
167 SkString ktxFilename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.ktx");
skia_test.cpp 160 SkString resourcePath = GetResourcePath();
161 if (!resourcePath.isEmpty()) {
162 header.appendf(" --resourcePath %s", resourcePath.c_str());
FontHostTest.cpp 153 SkString resourcePath = GetResourcePath();
154 if (resourcePath.isEmpty()) {
155 SkDebugf("Could not run fontstream test because resourcePath not specified.");
158 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "test.ttc");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/robolectric/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/core/java/android/content/pm/
ApplicationInfo.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 274 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
279 resourcePath, legacyNativeLibraryPathString, primaryCpuAbi, secondaryCpuAbi,
365 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
381 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
393 p = new PackageSetting(name, realName, codePath, resourcePath,
462 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
514 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
532 p = new PackageSetting(name, realName, codePath, resourcePath,
649 final String resourcePath = pkg.applicationInfo.getResourcePath();
659 if (!Objects.equals(resourcePath, p.resourcePathString))
    [all...]
PackageManagerService.java     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 568 base::FilePath resourcePath =
574 if (!base::ReadFileToString(resourcePath, &file_contents))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionServer.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1362 milliseconds

12 3