Searched refs:length (Results 751 - 775 of 6515) sorted by relevance

<<31323334353637383940>>

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBEKey.java59 // Accept "\0" to signify "zero-length password with no terminator".
60 if (!(passwd.length == 1 && passwd[0] == 0)) {
61 for (int i=0; i<passwd.length; i++) {
67 this.key = new byte[passwd.length];
68 for (int i=0; i<passwd.length; i++)
92 for (int i = 1; i < this.key.length; i++) {
/openjdk7/hotspot/test/compiler/6732154/
H A DTest6732154.java36 byte[] outArr = new byte[((inArr.length+4) * 5 / 4) + 2];
47 while (i+3 < inArr.length) {
64 if (i < inArr.length) {
65 int n = inArr.length - i; // n bytes remain to be written
68 while (i < inArr.length) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DOptions.java55 for (int i = 0 ; i <args.length; i++) {
70 if (i == args.length - 1)
81 if (i == args.length - 1)
89 if (i == args.length - 1)
97 if (i == args.length - 1)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DPrimitiveArrayListerBoolean.java51 return idx<objects.length;
81 if(buf.length==size) {
83 boolean[] nb = new boolean[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerByte.java51 return idx<objects.length;
81 if(buf.length==size) {
83 byte[] nb = new byte[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerCharacter.java51 return idx<objects.length;
81 if(buf.length==size) {
83 char[] nb = new char[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerDouble.java51 return idx<objects.length;
81 if(buf.length==size) {
83 double[] nb = new double[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerFloat.java51 return idx<objects.length;
81 if(buf.length==size) {
83 float[] nb = new float[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerInteger.java51 return idx<objects.length;
81 if(buf.length==size) {
83 int[] nb = new int[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerLong.java51 return idx<objects.length;
81 if(buf.length==size) {
83 long[] nb = new long[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
H A DPrimitiveArrayListerShort.java51 return idx<objects.length;
81 if(buf.length==size) {
83 short[] nb = new short[buf.length*2];
84 System.arraycopy(buf,0,nb,0,buf.length);
92 if(buf.length==size)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DFixedEntryStringIntMap.java41 final int tableIndex = indexFor(hash, _table.length);
44 resize(2 * _table.length);
57 for (int i = 0; i < _table.length; i++) {
63 final int tableIndex = indexFor(_fixedEntry._hash, _table.length);
99 final int tableIndex = indexFor(_fixedEntry._hash, _table.length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternInterner.java86 table = new Pattern[table.length << 1];
87 for (int i = oldTable.length; i > 0;) {
98 usedLimit = (int) (table.length * LOAD_FACTOR);
106 return p.patternHashCode() & (table.length - 1);
110 return i == 0 ? table.length - 1 : i - 1;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAttribute.java132 * type and the length of the attribute, are not taken into account
134 * @param len the length of the attribute's content.
142 * type and the length of the attribute, are not taken into account
172 * @param len the length of the bytecode of the method corresponding to this
192 v.length = value.length;
197 * Returns the length of the attribute list that begins with this attribute.
199 * @return the length of the attribute list that begins with this attribute.
219 * @param len the length of the bytecode of the method corresponding to
242 size += attr.write(cw, code, len, maxStack, maxLocals).length
[all...]
/openjdk7/jdk/test/sun/security/x509/X509CRLImpl/
H A DOrderAndDup.java77 if (c.getRevokedCertificates().size() != expected.length) {
86 if (d2.length != expected.length) {
87 throw new Exception("Wrong count in raw data, now " + d2.length);
89 for (int i=0; i<d2.length; i++) {
/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4685470.java81 if(parent.length() < child.length()) result = false;
83 for ( int i = 0; i < parent.length() - child.length(); i++){
84 result = parent.regionMatches(i, child, 0, child.length());
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabEntry.java77 for (int i = 0; i < keyblock.length; i++) {
85 for (int i = 0; i < names.length; i++) {
87 totalPrincipalLength += principalSize + names[i].getBytes("8859_1").length;
94 realmLen = realm.toString().getBytes("8859_1").length;
101 + keyTypeSize + keySize + keyblock.length;
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDisabledAlgorithmConstraints.java91 if (algorithm == null || algorithm.length() == 0) {
136 if (algorithm == null || algorithm.length() == 0) {
153 if (algorithm == null || algorithm.length() == 0) {
163 if (transTocken == null || transTocken.length() == 0) {
177 if (token == null || token.length() == 0) {
245 if (algorithm != null && algorithm.length() != 0) {
281 property.charAt(property.length() - 1) == '"') {
282 property = property.substring(1, property.length() - 1);
286 for (int i = 0; i < algorithmsInProperty.length; i++) {
326 int length
405 KeySizeConstraint(Operator operator, int length) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jps/
H A DArguments.java65 if (args.length == 1) {
73 for (argc = 0; (argc < args.length) && (args[argc].startsWith("-"));
80 for (int j = 1; j < arg.length(); j++) {
105 switch (args.length - argc) {
110 hostname = args[args.length - 1];
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DStringTokenIterator.java45 if (dlms.length() == 1) {
88 return (end < text.length());
92 if (offset > text.length()) {
109 int textlen = this.text.length();
117 int dlmslen = dlms.length();
/openjdk7/jdk/test/java/util/Locale/
H A DGenerateKeyList.java51 for (int i = 0; i < availableLocales.length; i++) {
72 for (int i = 0; i < stringList.length; i++)
78 for (int i = 0; i < stringArray.length; i++)
79 for (int j = 0; j < stringArray[i].length; j++)
83 for (int i = 0; i < stringArray.length; i++)
/openjdk7/jdk/src/share/sample/nio/file/
H A DXdd.java63 if (args.length != 1 && args.length != 3)
66 Path file = (args.length == 1) ?
80 if (args.length == 1) {
93 if (s.length != 2)
/openjdk7/jdk/src/share/sample/nio/multicast/
H A DMulticastAddress.java82 if (components.length > 2)
87 int len = components[0].length();
101 len = groupString.length();
105 if (groupString.length() == 0)
123 if (components.length == 2) {
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DClient.java61 if (args.length < 1 || args.length > 3) {
69 if (args.length >= 1)
71 if (args.length >= 2)
73 if (args.length == 3)
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java309 for (int i = 0; i < randomData.length; i += 3) {
333 int len = buf.length;
347 int len = str.length();
368 int len = str.length();
396 for (int i = 0; i < digest.length; i ++) {
422 for( int i = 0; i< buffer.length; i++ ) {
436 byte[] ciphers = new byte[CIPHER_TOKENS.length];
438 for (int i = 0; i < JCE_CIPHER_NAME.length; i++) {
607 if (str.length() < 8) {
608 for (int i = 0; i < 8-str.length();
[all...]

Completed in 55 milliseconds

<<31323334353637383940>>