Searched refs:DOT_CLASS (Results 1 – 8 of 8) sorted by relevance
18 import static com.android.SdkConstants.DOT_CLASS;120 } else if (name.endsWith(DOT_CLASS)) { in gatherFiles()130 if (name.length() == className.length() - DOT_JAVA.length() + DOT_CLASS.length() in gatherFiles()
18 import static com.android.SdkConstants.DOT_CLASS;112 } else if (name.endsWith(DOT_CLASS) && resource instanceof IFile) { in run()
123 path + "/**/*" + SdkConstants.DOT_CLASS); //$NON-NLS-1$ in getByteCodeCfs()157 path + "/**/*" + SdkConstants.DOT_CLASS, //$NON-NLS-1$ in getCodeCfs()
165 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) { in preLoadClasses()230 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) { in findClassesDerivingFrom()352 …String entryName = className.replaceAll("\\.", "/") + SdkConstants.DOT_CLASS; //$NON-NLS-1$ //$NON… in loadClassData()
20 import static com.android.SdkConstants.DOT_CLASS;161 if (source.endsWith(DOT_CLASS)) { in getSourceFile()162 source = source.substring(0, source.length() - DOT_CLASS.length()) + DOT_JAVA; in getSourceFile()
122 String pathWithoutExtension = path.substring(0, path.indexOf(SdkConstants.DOT_CLASS)); in packagePathMatches()
841 public static final String DOT_CLASS = ".class"; //$NON-NLS-1$ field in SdkConstants898 public static final String FN_COMPILED_RESOURCE_CLASS = FN_RESOURCE_BASE + DOT_CLASS;
21 import static com.android.SdkConstants.DOT_CLASS;309 } else if (name.endsWith(DOT_CLASS)) { in analyze()1049 if (file.isFile() && path.endsWith(DOT_CLASS)) { in checkIndividualClassFiles()1251 if (name.endsWith(DOT_CLASS)) { in findClasses()1308 if (file.isFile() && file.getName().endsWith(DOT_CLASS)) { in addClassFiles()