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

  /frameworks/base/services/java/com/android/server/pm/
PendingPackage.java 24 PendingPackage(String name, String realName, File codePath, File resourcePath,
26 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSetting.java 32 PackageSetting(String name, String realName, File codePath, File resourcePath,
34 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSettingBase.java 53 File resourcePath;
82 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
87 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
101 resourcePath = base.resourcePath;
130 void init(File codePath, File resourcePath, String nativeLibraryPathString,
134 this.resourcePath = resourcePath;
135 this.resourcePathString = resourcePath.toString();
Settings.java 215 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
219 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags,
300 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
314 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
325 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
393 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
440 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
457 p = new PackageSetting(name, realName, codePath, resourcePath,
563 final String resourcePath = pkg.applicationInfo.publicSourceDir;
572 if (!resourcePath.equalsIgnoreCase(p.resourcePathString))
    [all...]
PackageManagerService.java     [all...]
  /external/skia/gm/
gm.h 79 static void SetResourcePath(const char* resourcePath) {
80 gResourcePath = resourcePath;
gmmain.cpp     [all...]
  /external/skia/tests/
skia_test.cpp 126 DEFINE_string2(resourcePath, i, NULL, "directory for test resources.");
139 const char* resourcePath = FLAGS_resourcePath.isEmpty() ? NULL : FLAGS_resourcePath[0];
140 return SkString(resourcePath);
185 SkString resourcePath = Test::GetResourcePath();
186 if (!resourcePath.isEmpty()) {
187 header.appendf(" --resourcePath %s", resourcePath.c_str());
ImageDecodingTest.cpp 178 SkString resourcePath = skiatest::Test::GetResourcePath();
179 if (resourcePath.isEmpty()) {
182 SkOSFile::Iter iter(resourcePath.c_str());
186 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
  /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.");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionServer.js 781 _expandResourcePath: function(extensionPath, resourcePath)
783 if (!resourcePath)
785 return extensionPath + this._normalizePath(resourcePath);
    [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 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 306 milliseconds