Searched refs:endsWith (Results 26 - 50 of 393) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/tools/launcher/
H A DEnvironmentVariables.java41 if (!name.endsWith("*")) {
/openjdk7/langtools/src/share/classes/javax/tools/
H A DStandardLocation.java89 public boolean isOutputLocation() { return name.endsWith("_OUTPUT"); }
/openjdk7/jdk/test/javax/swing/SwingUtilities/6797139/
H A Dbug6797139.java42 if (text.endsWith("...")) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/
H A DJAXBContextFactory.java90 if(name.endsWith(DOT_OBJECT_FACTORY)
91 && !name.endsWith(IMPL_DOT_OBJECT_FACTORY)) {
/openjdk7/jdk/test/java/io/File/
H A DFileMethods.java74 return name.endsWith(".class");
80 return f.getPath().endsWith(".class");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java1523 featureId.endsWith(Constants.NAMESPACES_FEATURE)) {
1536 featureId.endsWith(Constants.NAMESPACE_PREFIXES_FEATURE)) {
1547 featureId.endsWith(Constants.STRING_INTERNING_FEATURE)) {
1561 featureId.endsWith(Constants.LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE)) {
1571 featureId.endsWith(Constants.RESOLVE_DTD_URIS_FEATURE)) {
1581 featureId.endsWith(Constants.UNICODE_NORMALIZATION_CHECKING_FEATURE)) {
1597 featureId.endsWith(Constants.XMLNS_URIS_FEATURE)) {
1607 featureId.endsWith(Constants.USE_ENTITY_RESOLVER2_FEATURE)) {
1631 featureId.endsWith(Constants.IS_STANDALONE_FEATURE)) ||
1633 featureId.endsWith(Constant
[all...]
H A DNonValidatingConfiguration.java668 featureId.endsWith(Constants.DYNAMIC_VALIDATION_FEATURE)) {
675 featureId.endsWith(Constants.DEFAULT_ATTRIBUTE_VALUES_FEATURE)) {
683 featureId.endsWith(Constants.VALIDATE_CONTENT_MODELS_FEATURE)) {
691 featureId.endsWith(Constants.LOAD_DTD_GRAMMAR_FEATURE)) {
698 featureId.endsWith(Constants.LOAD_EXTERNAL_DTD_FEATURE)) {
706 featureId.endsWith(Constants.VALIDATE_DATATYPES_FEATURE)) {
743 propertyId.endsWith(Constants.DTD_SCANNER_PROPERTY)) {
752 propertyId.endsWith(Constants.SCHEMA_SOURCE)) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java104 if (dtfStr.endsWith("SHORT")) {
106 } else if (dtfStr.endsWith("MEDIUM")) {
108 } else if (dtfStr.endsWith("LONG")) {
110 } else if (dtfStr.endsWith("FULL")) {
204 if (s.length() > 3 && s.endsWith(decimalZero)) {
/openjdk7/jdk/test/javax/naming/ldap/LdapName/
H A DNameTests.java157 System.out.println("endsWith(" + rdnStr[0] + "):" +
158 dn.endsWith(new LdapName(rdnStr[0])));
160 System.out.println("endsWith(" + lastEntry + "):" +
161 dn.endsWith(new LdapName(lastEntry)));
163 System.out.println("compositeName- endsWith(" + rdnStr[0] + "): " +
164 dn.endsWith(new CompositeName(rdnStr[0])));
166 System.out.println("Rdn - endsWith(" + prefixList + "):" +
167 dn.endsWith(prefixList));
169 System.out.println("Rdn - endsWith() empty RDN list:" +
170 dn.endsWith(ne
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DFileServerHandler.java95 if (path.endsWith (".html") || path.endsWith (".htm")) {
101 if (!path.endsWith ("/")) {
/openjdk7/jdk/src/share/classes/javax/naming/
H A DCompositeName.java448 public boolean endsWith(Name n) { method in class:CompositeName
450 return (impl.endsWith(n.size(), n.getAll()));
/openjdk7/jdk/make/tools/src/build/tools/makeclasslist/
H A DMakeClasslist.java44 if (javaHome.endsWith("jre")) {
121 name.endsWith(".class") &&
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStreamSOAP12Codec.java87 if(soapAction != null && (!soapAction.startsWith("\"") || !soapAction.endsWith("\"")) ) {
91 if(!soapAction.endsWith("\""))
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUriSupport.java58 if (uriHost.endsWith(IPV6_LITERAL_SUFFIX)) {
105 if (!s.endsWith("\\")) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DRelativePath.java104 super(p.length() == 0 || p.endsWith("/") ? p : p + "/");
158 if (p.endsWith("/"))
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DDNSName.java207 else if (thisName.endsWith(inName)) {
213 } else if (inName.endsWith(thisName)) {
H A DRFC822Name.java196 } else if (thisName.endsWith(inName)) {
210 } else if (inName.endsWith(thisName)) {
/openjdk7/langtools/test/tools/javac/policy/test1/
H A DTest1b.java99 if (a.endsWith(".java"))
111 if (name.endsWith(".class")) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/namingutil/
H A DCorbanameURL.java71 if( corbalocString.endsWith( "/" ) != true ) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLType.java98 if (excName.endsWith( suffix )) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DPatternReferenceTypeSpec.java62 return refType.name().endsWith(classId);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DFileCopier.java55 if (!file.getName().endsWith(".java")) continue;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/util/
H A DFilerCodeWriter.java55 if(fileName.endsWith(".java")) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DTextImpl.java89 return txt.startsWith("<!--") && txt.endsWith("-->");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DMain.java75 if(args[0].endsWith(".rng"))

Completed in 52 milliseconds

1234567891011>>