Searched refs:length (Results 601 - 625 of 6515) sorted by relevance

<<21222324252627282930>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java65 if( id >= theSlotData.length ) {
79 if( id >= theSlotData.length ) {
94 for( int i = 0; i < theSlotData.length; i++ ) {
104 return theSlotData.length;
/openjdk7/jdk/src/share/classes/javax/security/cert/
H A DCertificate.java85 if (thisCert.length != otherCert.length)
87 for (int i = 0; i < thisCert.length; i++)
106 for (int i = 1; i < certData.length; i++) {
/openjdk7/jdk/src/share/classes/javax/sound/sampled/spi/
H A DFormatConversionProvider.java60 * does not provide any conversion services, an array of length 0 is
70 * does not provide any conversion services, an array of length 0 is
86 for(int i=0; i<sourceEncodings.length; i++) {
105 for(int i=0; i<targetEncodings.length; i++) {
118 * an array of length 0 is returned.
135 for(int i=0; i<targetEncodings.length; i++) {
148 * for this source format, an array of length 0 is returned.
165 for(int i=0; i<targetFormats.length; i++) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DArrayTable.java72 for (int counter = 0; counter < keys.length; counter++) {
116 for (int i = 0; i<tmp.length-1; i+=2) {
124 int i = array.length;
149 for (int i = 0; i<array.length-1; i+=2) {
170 size = ((Object[])table).length/2;
185 for (int i = 0; i<array.length-1; i+=2) {
212 for (int i = array.length-2; i>=0; i-=2) {
222 Object[] tmp = new Object[array.length-2];
228 if (index < tmp.length)
230 tmp.length
[all...]
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DChannelBinding.java108 this.appData = new byte[appData.length];
110 appData.length);
157 byte[] retVal = new byte[appData.length];
158 System.arraycopy(appData, 0, retVal, 0, appData.length);
/openjdk7/jdk/src/share/classes/sun/audio/
H A DAudioStream.java101 int length = getLength();
104 if (length < 1024*1024) {
105 byte [] buffer = new byte[length];
107 ais.read(buffer, 0, length);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelInterleavedSampleModel.java60 * The number of bands will be given by the length of the bandOffsets
90 for (int i=1; i<this.bandOffsets.length; i++) {
128 int numBands = bandOffsets.length;
158 int newBandOffsets[] = new int[bands.length];
159 for (int i=0; i<bands.length; i++) {
/openjdk7/jdk/src/share/classes/java/io/
H A DByteArrayOutputStream.java92 if (minCapacity - buf.length > 0)
104 int oldCapacity = buf.length;
136 if ((off < 0) || (off > b.length) || (len < 0) ||
137 ((off + len) - b.length > 0)) {
194 * platform's default character set. The length of the new <tt>String</tt>
213 * the specified {@link java.nio.charset.Charset charsetName}. The length of
215 * equal to the length of the byte array.
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DGatheringByteChannel.java39 * or more fixed-length headers followed by a variable-length body. Similar
64 * + ... + srcs[offset+length-1].remaining()</pre></blockquote>
68 * <p> Suppose that a byte sequence of length <i>n</i> is written, where
95 * larger than <tt>srcs.length</tt>
97 * @param length
100 * <tt>srcs.length</tt>&nbsp;-&nbsp;<tt>offset</tt>
105 * If the preconditions on the <tt>offset</tt> and <tt>length</tt>
127 public long write(ByteBuffer[] srcs, int offset, int length) argument
138 * c.write(srcs, 0, srcs.length);</pr
[all...]
H A DScatteringByteChannel.java39 * or more fixed-length headers followed by a variable-length body. Similar
64 * + ... + dsts[offset+length-1].remaining()</pre></blockquote>
68 * <p> Suppose that a byte sequence of length <i>n</i> is read, where
90 * larger than <tt>dsts.length</tt>
92 * @param length
95 * <tt>dsts.length</tt>&nbsp;-&nbsp;<tt>offset</tt>
101 * If the preconditions on the <tt>offset</tt> and <tt>length</tt>
123 public long read(ByteBuffer[] dsts, int offset, int length) argument
133 * c.read(dsts, 0, dsts.length);</pr
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/dgc/
H A DVMID.java107 if (addr.length != vmid.addr.length)
109 for (int i = 0; i < addr.length; ++ i)
125 for (int i = 0; i < addr.length; ++ i) {
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLEntry.java89 if (thisCRLEntry.length != otherCRLEntry.length)
91 for (int i = 0; i < thisCRLEntry.length; i++)
110 for (int i = 1; i < entryData.length; i++)
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLoggingPermission.java74 if (actions != null && actions.length() > 0) {
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DExtendedRequest.java55 * byte[] berValue, int offset, int length)
57 * return new GetTimeResponse(id, berValue, offset, length);
64 * int length) throws NamingException {
101 * The result is the raw BER bytes including the tag and length of
134 * This is the raw BER bytes including the tag and length of
137 * @param length The number of bytes in berValue to use.
145 byte[] berValue, int offset, int length) throws NamingException;
144 createExtendedResponse(String id, byte[] berValue, int offset, int length) argument
H A DSortControl.java72 * for (int i = 0; i < controls.length; i++) {
159 SortKey[] sortKeys = new SortKey[sortBy.length];
160 for (int i = 0; i < sortBy.length; i++) {
190 * The result includes the BER tag and length for the control's value but
201 BerEncoder ber = new BerEncoder(30 * sortKeys.length + 10);
206 for (int i = 0; i < sortKeys.length; i++) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjArray.cpp39 if (index < 0 || index >= array->length()) return NULL;
/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp39 // length // shares klass memory or allocated after declared fields.
48 // The header is considered the oop part of this type plus the length.
83 bool is_within_bounds(int index) const { return 0 <= index && index < length(); }
87 int length() const { function in class:arrayOopDesc
90 void set_length(int length) { argument
91 *(int*)(((intptr_t)this) + length_offset_in_bytes()) = length;
105 // Return the maximum length of an array of BasicType. The length can passed
106 // to typeArrayOop::object_size(scale, length, header_size) without causing an
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DJDIPermission.java109 if (actions != null && actions.length() > 0) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DJMXSubjectDomainCombiner.java61 if (current == null || current.length == 0) {
65 newCurrent = new ProtectionDomain[current.length + 1];
66 for (int i = 0; i < current.length; i++) {
69 newCurrent[current.length] = pdNoPerms;
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSunCodec.java65 AudioFormat.Encoding[] encodings = new AudioFormat.Encoding[inputEncodings.length];
66 System.arraycopy(inputEncodings, 0, encodings, 0, inputEncodings.length);
72 AudioFormat.Encoding[] encodings = new AudioFormat.Encoding[outputEncodings.length];
73 System.arraycopy(outputEncodings, 0, encodings, 0, outputEncodings.length);
/openjdk7/jdk/src/share/classes/com/sun/security/jgss/
H A DAuthorizationDataEntry.java65 data.length + " bytes:\n" +
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DReachableQuery.java59 long instances = things.length;
65 for (int i = 0; i < things.length; i++) {
78 if (fields.length == 0) {
85 for (int i = 0; i < fields.length; i++) {
/openjdk7/jdk/make/tools/reorder/tests/
H A DIntToString.java34 if (args.length == 0) {
/openjdk7/hotspot/test/compiler/6859338/
H A DTest6859338.java40 int limit = o.length;
/openjdk7/hotspot/test/compiler/6896727/
H A DTest.java39 for (int i=0; i<params.length; i++) {

Completed in 54 milliseconds

<<21222324252627282930>>