HomeSort by relevance Sort by last modified time
    Searched defs:entryPath (Results 1 - 23 of 23) 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);
288 private String entryPathToClassName(String entryPath) {
289 return entryPath.replaceFirst("\\.class$", "").replaceAll("[/\\\\]", "."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3
    [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 490 String entryPath = additionalEntry.getAbsolutePath();
491 path.append(':').append(entryPath);
493 extraPaths[index] = entryPath;
496 extraDexs[index] = DexFile.loadDex(entryPath, entryPath + ".dex", 0);
  /external/skia/src/pdf/
SkPDFDevice.cpp 391 SkPath entryPath;
397 clipEntry->asPath(&entryPath);
399 entryPath.transform(transform);
402 *outClipPath = entryPath;
405 if (!Op(*outClipPath, entryPath, op, outClipPath)) {
    [all...]
  /prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 145 milliseconds