Searched refs:endsWith (Results 101 - 125 of 393) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer11.java455 if (baseURI.endsWith("..")) {
586 } else if (output.toString().endsWith("../")) {
588 } else if (output.toString().endsWith("..")) {
607 } else if (output.toString().endsWith("../")) {
609 } else if (output.toString().endsWith("..")) {
666 if (output.toString().endsWith("..")) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java171 if (!name.endsWith("Reason_many") &&
172 !name.endsWith("Reason_LIMIT") &&
173 !name.endsWith("Reason_RECORDED_LIMIT")) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java136 if(!rootWsdlFileName.endsWith(WSDL_FILE_EXTENSION)) {
170 if(fileName != null && (fileName.endsWith(WSDL_FILE_EXTENSION) || fileName.endsWith(SCHEMA_FILE_EXTENSION))) {
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java210 if ((verificationType != VERIFICATION_CMD_BAT) && s.endsWith("\\")) {
299 return (upPath.endsWith(".CMD") || upPath.endsWith(".BAT"));
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java138 out.format("test endsWith %s\n", suffix);
141 check(path.endsWith(s), true);
146 out.format("test not endsWith %s\n", suffix);
149 check(path.endsWith(s), false);
286 // endsWith
442 path.endsWith((Path)null);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java368 if (name.endsWith(Kind.CLASS.extension))
370 else if (name.endsWith(Kind.SOURCE.extension))
372 else if (name.endsWith(Kind.HTML.extension))
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DIIOComparator.java324 if (s.endsWith("random")) {
326 } else if (s.endsWith("photo")) {
328 } else if (s.endsWith("vector")) {
/openjdk7/hotspot/test/runtime/6819213/
H A DTestBootNativeLibraryPath.java126 if (processOut == null || !processOut.get(0).endsWith(libpath)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11DTDConfiguration.java1085 featureId.endsWith(Constants.DYNAMIC_VALIDATION_FEATURE)) {
1093 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
1101 featureId.endsWith(Constants.VALIDATE_CONTENT_MODELS_FEATURE)) {
1109 featureId.endsWith(Constants.LOAD_DTD_GRAMMAR_FEATURE)) {
1116 featureId.endsWith(Constants.LOAD_EXTERNAL_DTD_FEATURE)) {
1124 featureId.endsWith(Constants.VALIDATE_DATATYPES_FEATURE)) {
1130 featureId.endsWith(Constants.PARSER_SETTINGS)) {
1166 propertyId.endsWith(Constants.DTD_SCANNER_PROPERTY)) {
1186 propertyId.endsWith(Constants.XML_STRING_PROPERTY)) {
/openjdk7/hotspot/agent/test/jdi/
H A DSASanityChecker.java56 if (saJarPath.endsWith(saJarName)) {
/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DCardPermission.java160 if (actions.endsWith(",")) {
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipEntry.java270 return name.endsWith("/");
/openjdk7/jdk/src/share/classes/javax/management/
H A DJMX.java369 return interfaceClass.getName().endsWith("MXBean");
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DResolver.java132 if (fqdn.endsWith(zone)) {
187 // assert ns[i].endsWith(".");
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatformVC10.java205 if (fileName.endsWith(".cpp")) {
207 } else if (fileName.endsWith(".c")) {
209 } else if (fileName.endsWith(".hpp")) {
211 } else if (fileName.endsWith(".h")) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapterList.java82 if (urlPattern.endsWith("/*")) {
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneralWin32.java135 if (!ans.endsWith("\\"))
/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java57 if (!workdir.endsWith("/")) {
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java421 public boolean endsWith(Path other) { method in class:PassThroughFileSystem.PassThroughPath
422 return delegate.endsWith(unwrap(other));
426 public boolean endsWith(String other) { method in class:PassThroughFileSystem.PassThroughPath
427 return delegate.endsWith(other);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocTool.java146 if (!docClasses && name.endsWith(".java") && new File(name).exists()) {
153 } else if (name.endsWith(".java")) {
358 if (!file.endsWith(".class")) return false;
370 if (!file.endsWith(".java")) return false;
/openjdk7/langtools/test/tools/javac/6402516/
H A DCheckLocalElements.java61 while (r.endsWith(".*")) {
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DCalendarSystem.java162 if (className.endsWith("LocalGregorianCalendar")) {
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DFinalizeZipFile.java63 return name.endsWith(".jar");}});
/openjdk7/jdk/test/javax/management/Introspector/
H A DClassLeakTest.java102 if (!info.getClassName().endsWith("Test")) {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanServerNotificationTest.java74 if (!n.toString().endsWith("[type="+type+

Completed in 85 milliseconds

1234567891011>>