Searched refs:endsWith (Results 176 - 200 of 393) sorted by relevance

1234567891011>>

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DGen.java63 if (!outputDir.endsWith(File.separator)) {
205 if (!outputDir.endsWith(File.separator)) {
/openjdk7/jdk/make/tools/swing-beans/
H A DGenDocletBeanInfo.java343 if (tmp.toString().endsWith(ATTRIBUTE_NAMES[i])){
357 if (tmp.toString().endsWith(ATTRIBUTE_NAMES[i])){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java412 if(f.getPath().endsWith(suffix))
791 if(args[i].endsWith(".jar"))
864 if (name.endsWith(".rng"))
866 if (name.endsWith(".rnc"))
868 if (name.endsWith(".dtd"))
870 if (name.endsWith(".wsdl"))
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java180 boolean endsWith = (defaultdir[defaultlen - 1] == '/');
182 if (endsWith)
187 if (!endsWith)
325 public boolean endsWith(Path other) { method in class:ZipPath
362 public final boolean endsWith(String other) { method in class:ZipPath
363 return endsWith(getFileSystem().getPath(other));
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java138 if (name.endsWith("_MD5")) {
140 } else if (name.endsWith("_SHA")) {
142 } else if (name.endsWith("_SHA256")) {
144 } else if (name.endsWith("_SHA384")) {
146 } else if (name.endsWith("_NULL")) {
148 } else if (name.endsWith("_SCSV")) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java796 if (path.endsWith("/.")) {
825 if (path.endsWith("/..")) {
1597 else if (m_path.endsWith("/")) {
1828 address.endsWith("-")) {
1836 if (address.endsWith(".")) {
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java228 if (!fullPath.endsWith(extension)) {
243 if (!parent.endsWith(Util.sep)) {
292 if (sb.endsWith(Util.sep)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java173 if (path.endsWith("/")) {
174 if(path.endsWith("/CVS/") || path.endsWith("/.svn/"))
/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java135 out.format("test endsWith %s\n", suffix);
138 check(path.endsWith(s), true);
143 out.format("test not endsWith %s\n", suffix);
146 check(path.endsWith(s), false);
334 // endsWith
752 // endsWith
979 path.endsWith((Path)null);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java147 return (name.startsWith(prefix) && name.endsWith(suffix));
739 if (fileName.endsWith("ok.properties")) {
742 if (fileName.endsWith("ko.properties")) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template494 if (temp.endsWith("cellRenderer\"")
495 || temp.endsWith("renderer\"")
496 || temp.endsWith("listRenderer\"")) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java1579 featureId.endsWith(Constants.ALLOW_JAVA_ENCODINGS_FEATURE)) {
1583 featureId.endsWith(Constants.LOAD_EXTERNAL_DTD_FEATURE)) {
1612 propertyId.endsWith(Constants.SYMBOL_TABLE_PROPERTY)) {
1617 propertyId.endsWith(Constants.ERROR_REPORTER_PROPERTY)) {
1622 propertyId.endsWith(Constants.ENTITY_RESOLVER_PROPERTY)) {
1627 propertyId.endsWith(Constants.BUFFER_SIZE_PROPERTY)) {
1637 propertyId.endsWith(Constants.SECURITY_MANAGER_PROPERTY)) {
1852 if (!userDir.endsWith("/"))
H A DXMLDocumentScannerImpl.java401 featureId.endsWith(Constants.LOAD_EXTERNAL_DTD_FEATURE)) {
406 featureId.endsWith(Constants.DISALLOW_DOCTYPE_DECL_FEATURE)) {
455 propertyId.endsWith(Constants.DTD_SCANNER_PROPERTY)) {
459 propertyId.endsWith(Constants.NAMESPACE_CONTEXT_PROPERTY)) {
/openjdk7/jdk/src/share/classes/java/net/
H A DURLStreamHandler.java288 while (path.endsWith("/..")) {
301 if (path.endsWith("/."))
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java234 public boolean endsWith(Name n) { method in class:DnsName
516 return !(label.startsWith("-") || label.endsWith("-"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java150 if(args[i].endsWith(".jar")) {
371 else if (f.getPath().endsWith(suffix))
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java272 if ((p.length() > 3) && p.endsWith("/"))
274 } else if ((p.length() > 1) && p.endsWith("/")) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java500 && (n.endsWith(".jar") || n.endsWith(".zip"));
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java585 !header.endsWith("-----")) {
589 !footer.endsWith("-----")) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClass2HTML.java152 if(!dir.endsWith("" + sep))
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java531 if (path.endsWith("/."))
560 if (path.endsWith("/.."))
1214 else if (m_path.endsWith("/"))
1473 if (address.endsWith("."))
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java552 if (path.endsWith("/."))
581 if (path.endsWith("/.."))
1235 else if (m_path.endsWith("/"))
1494 if (address.endsWith("."))
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DGenerator.java326 if (file.getName().endsWith(".java")) {
H A DValueType.java479 if (typeSig.endsWith(";")) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode.java206 if (name.endsWith("Node")) {

Completed in 90 milliseconds

1234567891011>>