OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:originalPath
(Results
1 - 10
of
10
) sorted by null
/libcore/dalvik/src/main/java/dalvik/system/
BaseDexClassLoader.java
29
private final String
originalPath
;
54
this.
originalPath
= dexPath;
65
throw new ClassNotFoundException("Didn't find class \"" + name + "\" on path: " +
originalPath
);
131
+ "[dexPath=" +
originalPath
+ ",libraryPath=" + originalLibraryPath + "]";
/external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp
203
bool SkPathContainsPoint(SkPath*
originalPath
, const FloatPoint& point, SkPath::FillType ft)
208
SkPath::FillType originalFillType =
originalPath
->getFillType();
210
const SkPath* path =
originalPath
;
214
SkRect bounds =
originalPath
->getBounds();
225
originalPath
->setFillType(ft);
240
originalPath
->transform(m, &scaledPath);
250
originalPath
->setFillType(originalFillType);
/external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp
117
static CGMutablePathRef copyCGPathClosingSubpaths(CGPathRef
originalPath
)
120
CGPathApply(
originalPath
, path, copyClosingSubpathsApplierFunction);
/frameworks/base/include/androidfw/
AssetManager.h
267
bool createIdmapFileLocked(const String8&
originalPath
, const String8& overlayPath,
270
bool isIdmapStaleLocked(const String8&
originalPath
, const String8& overlayPath,
/external/webkit/Tools/Scripts/
resolve-ChangeLogs
164
my ($
originalPath
) = @_;
165
my $absolutePath = Cwd::abs_path($
originalPath
);
/frameworks/base/libs/androidfw/
AssetManager.cpp
229
bool AssetManager::isIdmapStaleLocked(const String8&
originalPath
, const String8& overlayPath,
273
if (!getZipEntryCrcLocked(
originalPath
, "resources.arsc", &actualOriginalCrc)) {
301
bool AssetManager::createIdmapFileLocked(const String8&
originalPath
, const String8& overlayPath,
304
ALOGD("%s:
originalPath
=%s overlayPath=%s idmapPath=%s\n",
305
__FUNCTION__,
originalPath
.string(), overlayPath.string(), idmapPath.string());
307
const String8* paths[2] = { &
originalPath
, &overlayPath };
327
if (!getZipEntryCrcLocked(
originalPath
, "resources.arsc", &originalCrc)) {
328
ALOGW("failed to retrieve crc for resources.arsc in %s\n",
originalPath
.string());
[
all
...]
/tools/motodev/src/plugins/packaging.ui/src/com/motorola/studio/android/packaging/ui/export/
PackageExportWizardArea.java
214
* @param
originalPath
219
private String directoryDialog(String
originalPath
)
225
File directory = new File(
originalPath
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar
Completed in 133 milliseconds