Searched refs:endsWith (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/rmi/activation/Activatable/shutdownGracefully/
H A DTestSecurityManager.java37 if (file.endsWith("log" + File.separatorChar + "Snapshot.6")) {
44 if (file.endsWith("log" + File.separatorChar + "Logfile.6"))
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJarFilter.java43 return lower.endsWith(".jar") || lower.endsWith(".zip");
/openjdk7/jdk/test/java/io/File/
H A DToURL.java39 if (!ufn.endsWith("/"))
41 if (ufn.endsWith("//"))
/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DCleanup.java40 name.endsWith(File.separator + ".") ||
41 name.endsWith(File.separator + "..")) {
/openjdk7/jdk/test/tools/launcher/
H A DUnicodeCleanup.java55 name.endsWith(File.separator + ".") ||
56 name.endsWith(File.separator + "..")) {
/openjdk7/jdk/test/java/nio/file/Files/probeContentType/
H A DSimpleFileTypeDetector.java36 return name.endsWith(".grape") ? "grape/unknown" : null;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DPatternReferenceTypeSpec.java51 } else if (classId.endsWith("*")) {
70 return refType.name().endsWith(stem);
71 } else if (classId.endsWith("*")) {
H A DSourceMapper.java57 if ( ! (element.endsWith(".jar") ||
58 element.endsWith(".zip"))) {
81 if ( ! (s.endsWith(".jar") ||
82 s.endsWith(".zip"))) {
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DBootClassPathMinus.java39 if (part.endsWith(minus)) {
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/
H A DIOExceptionIfEncodedURLTest.java59 if (!path.endsWith("/") && !filename.startsWith("/")) {
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DTest4431684.java44 if(je.getName().endsWith("class")) {
/openjdk7/jdk/test/sun/security/x509/X500Name/
H A DRDNwithMultipleAVAs.java59 if (loc == null || !loc.endsWith("mpk"))
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DPath.java57 * the {@link #startsWith startsWith} and {@link #endsWith endWith} methods.
285 boolean endsWith(Path other); method in interface:Path
290 * #endsWith(Path) endsWith(Path)} method. On UNIX for example, the path
306 boolean endsWith(String other); method in interface:Path
347 * that {@link #endsWith ends} with the given path. Where the given path has
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DUtil.java68 if (uriPath.endsWith("/")) {
89 if (uriPath.endsWith("/"))
/openjdk7/jdk/test/java/util/zip/
H A DInterruptibleZip.java36 if (pathElement.endsWith(File.separator + "rt.jar") &&
41 if (pathElement.endsWith(File.separator + "classes") &&
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPath.java47 public final boolean endsWith(String other) { method in class:AbstractPath
48 return endsWith(getFileSystem().getPath(other));
/openjdk7/jdk/src/share/sample/nio/server/
H A DFileContent.java71 if (nm.endsWith(".html"))
73 else if ((nm.indexOf('.') < 0) || nm.endsWith(".txt"))
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DStandardParserConfiguration.java305 featureId.endsWith(Constants.SCHEMA_VALIDATION_FEATURE)) {
310 featureId.endsWith(Constants.SCHEMA_FULL_CHECKING)) {
316 featureId.endsWith(Constants.SCHEMA_NORMALIZED_VALUE)) {
322 featureId.endsWith(Constants.SCHEMA_ELEMENT_DEFAULT)) {
359 propertyId.endsWith(Constants.SCHEMA_LOCATION)) {
363 propertyId.endsWith(Constants.SCHEMA_NONS_LOCATION)) {
372 propertyId.endsWith(Constants.SCHEMA_SOURCE)) {
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java109 if (path.endsWith ("/t1a")) {
111 } else if (path.endsWith ("/t1b")) {
113 } else if (path.endsWith ("/t1c")) {
115 } else if (path.endsWith ("/t1d")) {
117 } else if (path.endsWith ("/t2a")) {
119 } else if (path.endsWith ("/t2b")) {
121 } else if (path.endsWith ("/t3a")) {
123 } else if (path.endsWith ("/t3b")) {
125 } else if (path.endsWith ("/t3c")) {
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DGenerateBreakIteratorData.java102 } else if (key.endsWith("WordData")) {
106 } else if (key.endsWith("LineData")) {
110 } else if (key.endsWith("SentenceData")) {
/openjdk7/hotspot/test/runtime/7100935/
H A DTestConjointAtomicArraycopy.java65 if(!(name.endsWith("String"))){
/openjdk7/jdk/src/share/classes/javax/naming/
H A DName.java191 public boolean endsWith(Name n); method in interface:Name
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/fmt/
H A DJStaticFile.java47 this(_resourceName,!_resourceName.endsWith(".java"));
/openjdk7/jdk/test/java/lang/instrument/
H A DNativeMethodPrefixApp.java59 if (name.endsWith(goldenNativeMethodName)) {
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DTokenStore.java192 !(p.getKeyStoreUrl().endsWith("TokenStore.keystore")) ||
208 !(p.getKeyStoreUrl().endsWith("TokenStore.keystore")) ||
225 !(p.getKeyStoreUrl().endsWith("TokenStore.keystore")) ||
242 !(p.getStorePassURL().endsWith("TokenStore.pwd"))) {

Completed in 82 milliseconds

1234567891011>>