Searched refs:position (Results 151 - 175 of 462) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestSymmCiphers.java145 inBuf.position(0);
148 inDirectBuf.position(0);
203 inDirectBuf.position(0);
204 outBuf.position(0);
218 inBuf.position(0);
219 outDirectBuf.position(0);
267 byte[] bbTemp = new byte[bb.position()];
268 bb.position(0);
H A DTestSymmCiphersNoPad.java124 inBuf.position(0);
127 inDirectBuf.position(0);
162 inDirectBuf.position(0);
163 outBuf.position(0);
172 inBuf.position(0);
173 outDirectBuf.position(0);
205 byte[] bbTemp = new byte[bb.position()];
206 bb.position(0);
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLotsOfWrites.java49 private volatile long position; field in class:LotsOfWrites.Writer
53 position += nwrote;
54 return position;
58 int n = Math.min(8192 + rand.nextInt(8192), (int)(size - position));
102 if (position >= size) {
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32Coder.java67 int mark = src.position();
86 src.position(mark);
108 src.position(mark);
146 int mark = src.position();
180 src.position(mark);
H A DSingleByte.java44 src.position(sp - src.arrayOffset());
45 dst.position(dp - dst.arrayOffset());
60 int sp = src.arrayOffset() + src.position();
64 int dp = dst.arrayOffset() + dst.position();
86 int mark = src.position();
99 src.position(mark);
157 int sp = src.arrayOffset() + src.position();
161 int dp = dst.arrayOffset() + dst.position();
191 int mark = src.position();
213 src.position(mar
[all...]
H A DUTF_8.java77 src.position(sp - src.arrayOffset());
78 dst.position(dp - dst.arrayOffset());
168 src.position(sp - src.arrayOffset());
177 src.position(mark);
179 src.position(mark);
193 src.position(mark);
202 int sp = src.arrayOffset() + src.position();
206 int dp = dst.arrayOffset() + dst.position();
282 int mark = src.position();
363 bb.position(s
[all...]
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolParser.java170 buffer.position(getStartOffset()); //skip header
179 endOffset = buffer.position();
317 int utfLimit = buffer.position() + utfLen;
319 while (buffer.position() < utfLimit) {
322 buffer.position(buffer.position() - 1);
332 while (buffer.position() < utfLimit) {
344 "malformed input around byte " + buffer.position());
354 "malformed input around byte " + (buffer.position()));
362 "malformed input around byte " + buffer.position());
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java207 mapBuf.position(0);
278 mappedBuf.position(offset);
287 * ie endianness, position etc, are shared. verify() can do
298 bb.position(6);
301 bb.position(0);
375 int pos = bb.position();
421 bb.position(0);
424 bb.position(8);
600 starting from the current position.
604 int pos1 = bb.position()
[all...]
/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer.java.template161 * position, limit, and mark values are independent. The {@link
270 // Creates a new buffer with the given mark, position, limit, capacity,
281 // Creates a new buffer with the given mark, position, limit, and capacity
292 * <p> The new buffer's position will be zero, its limit will be its
314 * <p> The new buffer's position will be zero, its limit will be its
340 * <tt>array.length</tt>, its position will be <tt>offset</tt>, its limit
350 * no larger than <tt>array.length</tt>. The new buffer's position
381 * <tt>array.length</tt>, its position will be zero, and its mark will be
421 limit(position() + n);
436 * <tt>csq.length()</tt>, its position wil
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java519 * <code>input.position()</code> are processed. The result is stored
521 * Upon return, the input buffer's position will be equal
523 * position will have advanced by n, where n is the value returned
670 * <code>input.position()</code> are processed.
675 * Upon return, the input buffer's position will be equal
677 * position will have advanced by n, where n is the value returned
742 int inPos = input.position();
761 int outPos = output.position();
769 input.position(inLimit);
770 output.position(outPo
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DChoice.java219 * @param index the new item position
241 * Inserts the item into this choice at the specified position.
255 * @param index the position at which the item should be inserted
303 * at the specified position. If the item
309 * @param position the position of the item
311 * position is out of bounds
314 public void remove(int position) { argument
316 removeNoInvalidate(position);
325 * specified position, bu
330 removeNoInvalidate(int position) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java240 inbuf.position(inbuf.position() + result.length());
244 dest.position(dest.limit());
281 int position = 0;
283 if (position >= limit)
289 position,
290 limit - position);
292 result.position(position += count);
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISCII91.java308 '\uffff', // eb -- This position shall not be used
309 '\uffff', // ec -- This position shall not be used
310 '\uffff', // ed -- This position shall not be used
311 '\uffff', // ee -- This position shall not be used
327 '\uffff', // fb -- This position shall not be used
328 '\uffff', // fc -- This position shall not be used
329 '\uffff', // fd -- This position shall not be used
330 '\uffff', // fe -- This position shall not be used
331 '\uffff' // ff -- This position shall not be used
527 int sp = src.arrayOffset() + src.position();
[all...]
H A DSJIS_0213.java94 int sp = src.arrayOffset() + src.position();
98 int dp = dst.arrayOffset() + dst.position();
136 src.position(sp - src.arrayOffset());
137 dst.position(dp - dst.arrayOffset());
142 int mark = src.position();
178 src.position(mark);
252 int sp = src.arrayOffset() + src.position();
255 int dp = dst.arrayOffset() + dst.position();
316 src.position(sp - src.arrayOffset());
317 dst.position(d
[all...]
/openjdk7/jdk/test/java/nio/Buffer/
H A DBasic-X.java.template107 b.position(0);
124 c.position(7);
128 c.position(7);
135 b.position(0);
183 ck(slice, 0, slice.position());
196 int p = b.position();
205 b.position(p);
263 int p = b.position();
295 b.limit(b.position());
296 b.position(
[all...]
H A DBasicByte.java107 b.position(0);
124 c.position(7);
128 c.position(7);
135 b.position(0);
183 ck(slice, 0, slice.position());
196 int p = b.position();
205 b.position(p);
263 int p = b.position();
295 b.limit(b.position());
296 b.position(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCurrentNodeListIterator.java143 final int position = _docOrder ? index + 1 : last - index;
146 if (_filter.test(node, position, last, currentNode, translet,
191 final int position = _docOrder ? index + 1 : last - index;
194 if (_filter.test(nodeIndex, position, last, currNode, translet,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMNodeFactory.java92 public CMNode getCMLeafNode(int type, Object leaf, int id, int position) { argument
93 return new XSCMLeaf(type, leaf, id, position) ;
97 int minOccurs, int maxOccurs, int id, int position) {
99 return new XSCMRepeatingLeaf(type, leaf, minOccurs, maxOccurs, id, position);
96 getCMRepeatingLeafNode(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DFileReadBuffer.java52 file.getChannel().position(pos);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java86 private Point position; field in class:HierarchicalGraphLayout.VertexWrapper
104 this.position = w.getPreferredLocation();
117 return position;
122 position = p;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWingDings.java69 int sp = src.arrayOffset() + src.position();
74 int dp = dst.arrayOffset() + dst.position();
91 src.position(sp - src.arrayOffset());
92 dst.position(dp - dst.arrayOffset());
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DUseDGWithIPv6.java53 "\n position:" + data.position() +
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.h56 * @param atPosition the position of the insertion
109 * @param position the glyph at this position in the array will be
119 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11Dingbats.java69 int sp = src.arrayOffset() + src.position();
74 int dp = dst.arrayOffset() + dst.position();
96 src.position(sp - src.arrayOffset());
97 dst.position(dp - dst.arrayOffset());
/openjdk7/jdk/test/sun/nio/cs/
H A DTestX11CNS.java43 int pos = bbf.position();
49 char[] cc = new char[cbf.position()];
64 int pos = cbf.position();
69 byte[] bb = new byte[bbf.position()];

Completed in 52 milliseconds

1234567891011>>