Searched refs:position (Results 51 - 75 of 718) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DCompressedReadStream.java35 public CompressedReadStream(Address buffer, int position) { argument
36 super(buffer, position);
110 int pos = position - 1;
131 short retval = (short) buffer.getCIntegerAt(position, 1, true);
132 ++position;
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DCharArrayIterator.java47 * Sets the position to getBeginIndex() and returns the character at that
48 * position.
59 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
60 * and returns the character at that position.
76 * Gets the character at the current position (as returned by getIndex()).
77 * @return the character at the current position or DONE if the current
78 * position is off the end of the text.
96 * @return the character at the new position or DONE if the new
97 * position is off the end of the text range.
115 * @return the character at the new position o
138 setIndex(int position) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DLineEvent.java66 * The media position when the event occurred, expressed in sample frames.
70 * this value is not known, the position value should be
76 private final long position; field in class:LineEvent
85 * @param position the number of sample frames that the line had already
90 public LineEvent(Line line, Type type, long position) { argument
94 this.position = position;
119 * Obtains the position in the line's audio data when the event occurred,
122 * would report the line's position as 14. The next frame to be processed
129 * this value is not known, the position valu
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEInsertionList.cpp43 le_int32 position; member in struct:InsertionRecord
79 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) argument
91 insertion->position = position;
113 if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) {
H A DSubstitutionLookups.cpp56 le_int32 position,
69 tempIterator.setCurrStreamPosition(position);
50 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
H A DSubstitutionLookups.h63 le_int32 position,
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java44 public void setPosition(int position) { argument
45 OutputSlot s = getFigure().outputSlots.remove(position);
46 getFigure().outputSlots.add(position, s);
62 return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]";
H A DInputSlot.java45 public void setPosition(int position) { argument
47 InputSlot s = inputSlots.remove(position);
48 inputSlots.add(position, s);
61 return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]";
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_2.java91 if (inBlock && requiredSize + bbwi.position() > bbwi.buflen) {
96 int oldSize = bbwi.position();
97 bbwi.position(blockSizeIndex - 4);
101 bbwi.position(oldSize);
197 bbwi.position(bbwi.position() + computeAlignment(align));
199 if (bbwi.position() + n > bbwi.buflen)
206 int oldSize = bbwi.position();
219 int oldIndex = bbwi.position();
221 bbwi.position(blockSizeInde
[all...]
H A DCDROutputStream_1_1.java34 // to the current bbwi.position(), the result is the current position
60 if (bbwi.position() + n + alignment > bbwi.buflen) {
73 bbwi.position(bbwi.position() + alignment);
78 int oldSize = bbwi.position();
92 // previous buffer. bbwi.position() is the length of the
94 fragmentOffset += (oldSize - bbwi.position());
99 return bbwi.position() + fragmentOffset;
H A DCDRInputStream_1_2.java86 // checkBlockLength since it may move the position
94 int alignIncr = computeAlignment(bbwi.position(),align);
95 bbwi.position(bbwi.position() + alignIncr);
97 if (bbwi.position() + n > bbwi.buflen) {
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java37 private int position; field in class:HotSpotProfilingInfo
78 return dataAccessor.getTypeProfile(methodData, position);
87 return dataAccessor.getMethodProfile(methodData, position);
96 return dataAccessor.getBranchTakenProbability(methodData, position);
105 return dataAccessor.getSwitchProbabilities(methodData, position);
111 return dataAccessor.getExceptionSeen(methodData, position);
117 return dataAccessor.getNullSeen(methodData, position);
126 return dataAccessor.getExecutionCount(methodData, position);
182 this.hintPosition = position;
195 private void setCurrentData(HotSpotMethodDataAccessor dataAccessor, int position) { argument
[all...]
/openjdk10/jdk/src/java.management/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java70 entryStart = b.position();
86 b.position(entryStart + EntryFieldOffset.NAME_OFFSET);
97 b.position(entryStart + EntryFieldOffset.VECTOR_LENGTH);
100 b.position(entryStart + EntryFieldOffset.DATA_TYPE);
103 b.position(entryStart + EntryFieldOffset.FLAGS);
106 b.position(entryStart + EntryFieldOffset.DATA_UNIT);
109 b.position(entryStart + EntryFieldOffset.DATA_VAR);
112 b.position(entryStart + EntryFieldOffset.DATA_OFFSET);
117 b.position(entryStart + nameOffset);
124 b.position(entryStar
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCompressedLineNumberReadStream.java36 public CompressedLineNumberReadStream(Address buffer, int position) { argument
37 super(buffer, position);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DBranchInstruction.java40 private int position; // Byte code offset field in class:BranchInstruction
86 throw new ClassGenException("Invalid branch target position offset for "
89 return t - position;
100 * Called by InstructionList.setPositions when setting the position for
114 position += offset;
121 * <position in byte code> <name of opcode> "["<opcode
149 // t = "" + (index + position);
236 position = -1;
240 * @return the position
244 return position;
251 setPosition(final int position) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DNativeDispatcher.java43 * position sensitive methods.
49 int pread(FileDescriptor fd, long address, int len, long position) argument
61 int pwrite(FileDescriptor fd, long address, int len, long position) argument
H A DFileChannelImpl.java82 // Lock for operations involving position and size
128 nd.release(fd, fl.position(), fl.size());
258 public long position() throws IOException { method in class:FileChannelImpl
270 // in append-mode then position is advanced to end before writing
282 public FileChannel position(long newPosition) throws IOException { method in class:FileChannelImpl
353 // get current position
370 // if position is beyond new size then adjust it
419 private long transferToDirectlyInternal(long position, int icount, argument
435 n = transferTo0(fd, position, icount, targetFD);
456 private long transferToDirectly(long position, in argument
507 transferToTrustedChannel(long position, long count, WritableByteChannel target) argument
555 transferToArbitraryChannel(long position, int icount, WritableByteChannel target) argument
591 transferTo(long position, long count, WritableByteChannel target) argument
626 transferFromFileChannel(FileChannelImpl src, long position, long count) argument
665 transferFromArbitraryChannel(ReadableByteChannel src, long position, long count) argument
701 transferFrom(ReadableByteChannel src, long position, long count) argument
721 read(ByteBuffer dst, long position) argument
738 readInternal(ByteBuffer dst, long position) argument
760 write(ByteBuffer src, long position) argument
777 writeInternal(ByteBuffer src, long position) argument
865 map(MapMode mode, long position, long size) argument
1066 lock(long position, long size, boolean shared) argument
1111 tryLock(long position, long size, boolean shared) argument
1175 checkList(long position, long size) argument
1218 map0(int prot, long position, long length) argument
1225 transferTo0(FileDescriptor src, long position, long count, FileDescriptor dst) argument
[all...]
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfByteArrayMonitor.java88 bb.position(0);
104 bb.position(index);
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DBlob.java49 * determining the position of a pattern of bytes within a
78 * consecutive bytes starting at position {@code pos}.
80 * @param pos the ordinal position of the first byte in the
82 * position 1
88 * byte at position {@code pos}
114 * Retrieves the byte position at which the specified byte array
117 * The search for {@code pattern} begins at position
121 * @param start the position at which to begin searching; the
122 * first position is 1
123 * @return the position a
130 long position(byte pattern[], long start) throws SQLException; method in interface:Blob
149 long position(Blob pattern, long start) throws SQLException; method in interface:Blob
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DOutputRecord.java217 // destination ByteBuffer's position is updated to reflect the amount
225 int dstContent = destination.position();
242 * position was advanced to limit in MAC compute above.
251 // reset the position and limit
252 destination.limit(destination.position());
253 destination.position(dstContent);
267 destination.position(headerOffset + headerSize);
272 destination.position(headerOffset + headerSize);
283 destination.position(destination.limit());
317 // Update destination position t
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jimage/
H A DImageStream.java91 int position = buffer.position();
92 int newSize = needs <= bytes.length ? bytes.length << 1 : position + needs;
95 buffer.put(bytes, 0, position);
112 buffer.position(buffer.position() + n);
154 put(stream.buffer.array(), 0, stream.buffer.position());
189 return buffer.position();
193 return buffer.position();
201 buffer.position(offse
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIteratorBase.java33 /** The position of the last node within the iteration, as defined by XPath.
35 * confuse it with the current (most recently returned) position.
39 /** The position of the current node within the iteration, as defined by XPath.
44 /** The position of the marked node within the iteration;
112 /** Returns the position of the last node within the iteration, as
129 // -- and explicitly saving our position counter (number of nodes
132 // %REVIEW% Should position also be saved by setMark()?
153 * @return The position of the current node within the set, as defined by
220 * Reset the position to zero. NOTE that this does not change the iteration
221 * state, only the position numbe
267 getNodeByPosition(int position) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/
H A DDTMAxisIterator.java56 * @return The position of the current node in the set, as defined by XPath.
95 * from its current position.
105 * Return the node at the given position.
107 * @param position The position
108 * @return The node at the given position.
110 public int getNodeByPosition(int position); argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DHandler.java118 int hstart = h.start.position;
119 int hend = h.end.position;
120 int s = start.position;
121 int e = end == null ? Integer.MAX_VALUE : end.position;
/openjdk10/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/
H A DCompletionHandler.java25 boolean complete(ConsoleReader reader, List<CharSequence> candidates, int position) throws IOException; argument

Completed in 327 milliseconds

1234567891011>>