OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entryPath
(Results
1 - 13
of
13
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java
164
String
entryPath
= entry.getName();
166
if (!
entryPath
.endsWith(SdkConstants.DOT_CLASS)) {
172
if (pathFilter.length() > 0 && !
entryPath
.startsWith(pathFilter)) {
175
String className = entryPathToClassName(
entryPath
);
232
String
entryPath
= entry.getName();
233
if (!
entryPath
.endsWith(SdkConstants.DOT_CLASS)) {
237
if (packageFilter.length() > 0 && !
entryPath
.startsWith(packageFilter)) {
241
String className = entryPathToClassName(
entryPath
);
279
private String entryPathToClassName(String
entryPath
) {
280
return
entryPath
.replaceFirst("\\.class$", "").replaceAll("[/\\\\]", "."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3
[
all
...]
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
403
SkPath
entryPath
;
409
entryPath
.addRect(clipEntry->getRect());
411
entryPath
= clipEntry->getPath();
413
entryPath
.transform(transform);
416
*outClipPath =
entryPath
;
419
if (!Op(*outClipPath,
entryPath
, op, outClipPath)) {
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
403
SkPath
entryPath
;
409
entryPath
.addRect(clipEntry->getRect());
411
entryPath
= clipEntry->getPath();
413
entryPath
.transform(transform);
416
*outClipPath =
entryPath
;
419
if (!Op(*outClipPath,
entryPath
, op, outClipPath)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar
org.eclipse.jdt.launching_3.5.100.v20100526.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 96 milliseconds