Searched refs:startsWith (Results 1 - 25 of 876) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/io/File/
H A DWinDeviceName.java40 if (!osName.startsWith("Windows")) {
47 (osName.startsWith("Windows 9") ||
48 osName.startsWith("Windows Me"))) {
H A DWinMaxPath.java34 if (!osName.startsWith("Windows")) {
/openjdk7/hotspot/test/compiler/7169782/
H A DTest7169782.java37 var_8 /= (long)(1E100 + ("".startsWith("a", 0) ? 1 : 2));
/openjdk7/jdk/test/java/net/URL/
H A DParseAuthority.java39 if (!me.getMessage().startsWith("Invalid authority field")) {
50 if (!me.getMessage().startsWith("Invalid host")) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DPackagePrefixChecker.java59 ( p.startsWith("java.") || p.equals("java")
60 // || p.startsWith("com.sun.") || p.equals("com.sun")
61 || p.startsWith("net.jini.") || p.equals("net.jini")
62 || p.startsWith("jini.") || p.equals("jini")
63 || p.startsWith("javax.") || p.equals("javax")
68 return p.startsWith(packagePrefix());
/openjdk7/langtools/test/tools/javap/
H A DT4884240.java49 || !lines[0].trim().startsWith("Classfile")
50 || !lines[1].trim().startsWith("Last modified")
51 || !lines[2].trim().startsWith("MD5")) {
/openjdk7/jdk/test/com/sun/crypto/provider/TLS/
H A DTestKeyMaterial.java80 if (line.startsWith("km-") == false) {
84 if (line.startsWith("km-master:")) {
86 } else if (line.startsWith("km-major:")) {
88 } else if (line.startsWith("km-minor:")) {
90 } else if (line.startsWith("km-crandom:")) {
92 } else if (line.startsWith("km-srandom:")) {
94 } else if (line.startsWith("km-cipalg:")) {
96 } else if (line.startsWith("km-keylen:")) {
98 } else if (line.startsWith("km-explen:")) {
100 } else if (line.startsWith("k
[all...]
H A DTestMasterSecret.java74 if (line.startsWith("m-") == false) {
78 if (line.startsWith("m-algorithm:")) {
80 } else if (line.startsWith("m-premaster:")) {
82 } else if (line.startsWith("m-crandom:")) {
84 } else if (line.startsWith("m-srandom:")) {
86 } else if (line.startsWith("m-protomajor:")) {
88 } else if (line.startsWith("m-protominor:")) {
90 } else if (line.startsWith("m-premajor:")) {
92 } else if (line.startsWith("m-preminor:")) {
94 } else if (line.startsWith("
[all...]
H A DTestPRF.java69 if (line.startsWith("prf-") == false) {
74 if (line.startsWith("prf-secret:")) {
76 } else if (line.startsWith("prf-label:")) {
78 } else if (line.startsWith("prf-seed:")) {
80 } else if (line.startsWith("prf-length:")) {
82 } else if (line.startsWith("prf-output:")) {
H A DTestPRF12.java75 if (line.startsWith("prf-") == false) {
80 if (line.startsWith("prf-secret:")) {
82 } else if (line.startsWith("prf-label:")) {
84 } else if (line.startsWith("prf-seed:")) {
86 } else if (line.startsWith("prf-length:")) {
88 } else if (line.startsWith("prf-alg:")) {
110 } else if (line.startsWith("prf-output:")) {
/openjdk7/jdk/test/sun/tools/jrunscript/
H A DCheckEngine.java39 !(System.getProperty("java.runtime.name").startsWith("Java(TM)"))) {
/openjdk7/jdk/test/javax/script/
H A DHelper.java35 System.getProperty("java.runtime.name").startsWith("Java(TM)")) {
/openjdk7/jdk/test/sun/net/www/protocol/file/
H A DFileURLTest.java37 if (name.startsWith("Windows")) {
46 if (e.getMessage().startsWith("C:\\nonexisted.txt")) {
/openjdk7/jdk/test/sun/nio/cs/
H A DTestCompoundTest.java36 if (System.getProperty("os.name").startsWith("Windows"))
39 if (!cs.name().startsWith("x-"))
/openjdk7/jdk/test/sun/security/pkcs11/tls/
H A DTestMasterSecret.java81 if (line.startsWith("m-") == false) {
85 if (line.startsWith("m-algorithm:")) {
87 } else if (line.startsWith("m-premaster:")) {
89 } else if (line.startsWith("m-crandom:")) {
91 } else if (line.startsWith("m-srandom:")) {
93 } else if (line.startsWith("m-protomajor:")) {
95 } else if (line.startsWith("m-protominor:")) {
97 } else if (line.startsWith("m-premajor:")) {
99 } else if (line.startsWith("m-preminor:")) {
101 } else if (line.startsWith("
[all...]
H A DTestKeyMaterial.java88 if (line.startsWith("km-") == false) {
92 if (line.startsWith("km-master:")) {
94 } else if (line.startsWith("km-major:")) {
96 } else if (line.startsWith("km-minor:")) {
98 } else if (line.startsWith("km-crandom:")) {
100 } else if (line.startsWith("km-srandom:")) {
102 } else if (line.startsWith("km-cipalg:")) {
104 } else if (line.startsWith("km-keylen:")) {
106 } else if (line.startsWith("km-explen:")) {
108 } else if (line.startsWith("k
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/iiop/
H A DiiopURLContext.java71 if (url.startsWith("iiop://") || url.startsWith("iiopname://")) {
74 } else if (url.startsWith("corbaname:")) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanOperations.java46 operation.getName().startsWith("get") &&
49 operation.getName().startsWith("set") &&
51 (operation.getName().startsWith("is") &&
/openjdk7/jdk/src/share/classes/sun/net/
H A DURLCanonicalizer.java59 if (simpleURL.startsWith("ftp.")) {
61 } else if (simpleURL.startsWith("gopher.")) {
63 } else if (simpleURL.startsWith("/")) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/namingutil/
H A DINSURLHandler.java58 if ( url.startsWith( "corbaloc:" ) == true ) {
60 } else if ( url.startsWith ( "corbaname:" ) == true ) {
/openjdk7/jdk/src/share/classes/sun/util/
H A DCoreResourceBundleControl-XLocales.java.template84 if (bundleName.startsWith("com.sun.") ||
85 bundleName.startsWith("java.") ||
86 bundleName.startsWith("javax.") ||
87 bundleName.startsWith("sun.")) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManagerNativeLibrary.java38 System.getProperty("os.name").startsWith("Windows")) {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DHttpReader.java105 } else if (query.startsWith("/oql/")) {
111 } else if (query.startsWith("/oqlhelp/")) {
133 } else if (query.startsWith("/instances/")) {
137 } else if (query.startsWith("/newInstances/")) {
141 } else if (query.startsWith("/allInstances/")) {
145 } else if (query.startsWith("/allNewInstances/")) {
149 } else if (query.startsWith("/object/")) {
153 } else if (query.startsWith("/class/")) {
157 } else if (query.startsWith("/roots/")) {
161 } else if (query.startsWith("/allRoot
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/logging/
H A DHttpLogFormatter.java54 !(sourceClassName.startsWith("sun.net.www.protocol.http") ||
55 sourceClassName.startsWith("sun.net.www.http"))) {
60 if (src.startsWith("sun.net.www.MessageHeader@")) {
69 if (s.startsWith("null: ")) {
77 } else if (src.startsWith("Cookies retrieved: {")) {
82 if (s.startsWith("Cookie=[")) {
104 if (s.startsWith("Cookie2=[")) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/rmi/
H A DrmiURLContext.java63 if (!url.startsWith("rmi:")) {
76 if (url.startsWith("//", i)) { // parse "//host:port"
82 if (url.startsWith("[", i)) { // at IPv6 literal
101 if ( url.startsWith(":", i)) { // parse port
114 if (url.startsWith("/", i)) { // skip "/" before object name

Completed in 84 milliseconds

1234567891011>>