OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resourcePath
(Results
1 - 19
of
19
) sorted by null
/external/skia/tests/
ImageDecodingTest.cpp
145
SkString
resourcePath
= skiatest::Test::GetResourcePath();
146
if (
resourcePath
.isEmpty()) {
147
SkDebugf("Could not run unpremul test because
resourcePath
not specified.");
150
SkOSFile::Iter iter(
resourcePath
.c_str());
154
SkString filename = SkOSPath::SkPathJoin(
resourcePath
.c_str(), basename.c_str());
skia_test.cpp
131
DEFINE_string2(
resourcePath
, i, "resources", "directory for test resources.");
144
const char*
resourcePath
= FLAGS_resourcePath.isEmpty() ? NULL : FLAGS_resourcePath[0];
145
return SkString(
resourcePath
);
190
SkString
resourcePath
= Test::GetResourcePath();
191
if (!
resourcePath
.isEmpty()) {
192
header.appendf(" --
resourcePath
%s",
resourcePath
.c_str());
FontHostTest.cpp
159
SkString
resourcePath
= skiatest::Test::GetResourcePath();
160
if (
resourcePath
.isEmpty()) {
161
SkDebugf("Could not run fontstream test because
resourcePath
not specified.");
164
SkString filename = SkOSPath::SkPathJoin(
resourcePath
.c_str(), "test.ttc");
/frameworks/base/services/java/com/android/server/pm/
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/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/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 666 milliseconds