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

  /external/webkit/Source/WebCore/platform/graphics/brew/
ImageBrew.cpp 45 String resourcePath = makeString(homeDirectoryPath(), "res/", name, ".png");
47 RefPtr<SharedBuffer> buffer = SharedBuffer::createWithContentsOfFile(resourcePath.utf8().data());
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 53 File resourcePath;
80 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
85 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
99 resourcePath = base.resourcePath;
125 void init(File codePath, File resourcePath, String nativeLibraryPathString,
129 this.resourcePath = resourcePath;
130 this.resourcePathString = resourcePath.toString();
Settings.java 201 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
205 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags,
286 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
300 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
311 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
366 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
413 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
430 p = new PackageSetting(name, realName, codePath, resourcePath,
535 final String resourcePath = pkg.applicationInfo.publicSourceDir;
544 if (!resourcePath.equalsIgnoreCase(p.resourcePathString))
    [all...]
PackageManagerService.java     [all...]
  /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 265 String resourcePath;
266 if ( ( resourcePath = getAndroidResourcePathFromLocalProperties() ) != null ) {
267 return resourcePath;
268 } else if ( ( resourcePath = getAndroidResourcePathFromSystemEnvironment() ) != null ) {
269 return resourcePath;
270 } else if ( ( resourcePath = getAndroidResourcePathFromSystemProperty() ) != null ) {
271 return resourcePath;
272 } else if ( ( resourcePath = getAndroidResourcePathByExecingWhichAndroid() ) != null ) {
273 return resourcePath;
307 String resourcePath = System.getenv().get( "ANDROID_HOME" )
    [all...]
  /external/skia/gm/
gmmain.cpp     [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 

Completed in 546 milliseconds