Searched defs:end (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat34 goto end
47 :end label
H A Dstart-rmiregistry.bat36 goto end
47 :end label
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.cpp33 address end = method()->code_base() + end_bci(); local
34 int l = Bytecodes::raw_special_length_at(bcp, end);
44 if (bcp + 1 >= end) {
39 assert(_bci < _next_bci, �); _is_wide = false; if (code == Bytecodes::_wide) { if (bcp + 1 >= end) argument
/openjdk7/jdk/src/share/classes/java/io/
H A DOptionalDataException.java29 * unread primitive data, or the end of data belonging to a serialized
39 * <li>An attempt was made to read past the end of data consumable by a
64 OptionalDataException(boolean end) { argument
66 eof = end;
/openjdk7/jdk/src/share/classes/java/lang/
H A DAppendable.java78 * end)</tt> when <tt>csq</tt> is not <tt>null</tt>, behaves in
82 * out.append(csq.subSequence(start, end)) </pre>
93 * @param end
100 * If <tt>start</tt> or <tt>end</tt> are negative, <tt>start</tt>
101 * is greater than <tt>end</tt>, or <tt>end</tt> is greater than
107 Appendable append(CharSequence csq, int start, int end) throws IOException; argument
H A DCharSequence.java85 * ends with the <code>char</code> value at index <tt>end - 1</tt>. The length
87 * returned sequence is <tt>end - start</tt>, so if <tt>start == end</tt>
91 * @param end the end index, exclusive
96 * if <tt>start</tt> or <tt>end</tt> are negative,
97 * if <tt>end</tt> is greater than <tt>length()</tt>,
98 * or if <tt>start</tt> is greater than <tt>end</tt>
100 CharSequence subSequence(int start, int end); argument
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatchResult.java88 public int end(); method in interface:MatchResult
96 * the expression <i>m.</i><tt>end(0)</tt> is equivalent to
97 * <i>m.</i><tt>end()</tt>. </p>
114 public int end(int group); method in interface:MatchResult
121 * <i>s.</i><tt>substring(</tt><i>m.</i><tt>start(),</tt>&nbsp;<i>m.</i><tt>end())</tt>
143 * <i>s.</i><tt>substring(</tt><i>m.</i><tt>start(</tt><i>g</i><tt>),</tt>&nbsp;<i>m.</i><tt>end(</tt><i>g</i><tt>))</tt>
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleAttributeSequence.java56 /** The end index of the text sequence */
67 * @param end the ending index of the span of text
72 public AccessibleAttributeSequence(int start, int end, AttributeSet attr) { argument
74 endIndex = end;
H A DAccessibleTextSequence.java45 * start and end indicies/offsets into a larger body of text that the
55 /** The end index of the text sequence */
66 * @param end the ending index of the span of text
71 public AccessibleTextSequence(int start, int end, String txt) { argument
73 endIndex = end;
/openjdk7/jdk/src/share/classes/java/awt/
H A DPrintJob.java70 public abstract void end(); method in class:PrintJob
74 * @see #end
77 end();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DOptionalDataException.java60 OptionalDataException(boolean end) { argument
62 eof = end;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCacheVisitor.java36 void prologue(Address start, Address end); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DMarkBits.java42 end = reserved.end();
43 long numOopHandles = end.minus(start) / VM.getVM().getOopSize();
92 private Address end; field in class:MarkBits
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DTextAreaPeer.java56 * @param end the end of the range to replace
60 void replaceRange(String text, int start, int end); argument
/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIteratorFieldDelegate.java56 public void formatted(Format.Field attr, Object value, int start, int end, argument
58 if (start != end) {
71 end - start, as.length() - aStart) +
82 if (size < end) {
86 buffer.substring(aStart, end));
90 size = end;
96 int start, int end, StringBuffer buffer) {
97 formatted(attr, value, start, end, buffer);
95 formatted(int fieldID, Format.Field attr, Object value, int start, int end, StringBuffer buffer) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.hpp70 G1BlockOffsetTable(HeapWord* bottom, HeapWord* end) : argument
71 _bottom(bottom), _end(end)
181 const size_t end = i + num_cards;
182 for (; i < end; i++) {
196 const size_t end = i + num_cards;
197 for (; i < end; i++) {
294 // The portion [_unallocated_block, _sp.end()) of the space that
300 // corresponding to the cards starting at "start" and ending at "end"
301 // to point back to the card before "start": the interval [start, end)
303 void set_remainder_to_point_to_start(HeapWord* start, HeapWord* end);
[all...]
H A Dg1HRPrinter.cpp102 void G1HRPrinter::print(ActionType action, HeapWord* bottom, HeapWord* end) { argument
106 action_str, bottom, end);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DimmutableSpace.cpp34 HeapWord* end = mr.end(); local
36 assert(Universe::on_page_boundary(bottom) && Universe::on_page_boundary(end),
40 _end = end;
45 HeapWord* t = end();
54 while (p < end()) {
68 tty->print_cr(" [%#-6lx,%#-6lx)", bottom(), end());
75 HeapWord* t = end();
82 guarantee(p == end(), "end o
[all...]
H A DimmutableSpace.hpp33 // Invariant: bottom() and end() are on page_size boundaries and
34 // bottom() <= end()
45 HeapWord* end() const { return _end; } function in class:ImmutableSpace
47 MemRegion region() const { return MemRegion(bottom(), end()); }
58 size_t capacity_in_words() const { return pointer_delta(end(), bottom()); }
/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.inline.hpp54 HeapWord* end = (HeapWord*)((char*)start + (count*heapOopSize)); local
55 // In the case of compressed oops, start and end may potentially be misaligned;
67 HeapWord* aligned_end = (HeapWord*)align_size_up ((uintptr_t)end, HeapWordSize);
69 assert(UseCompressedOops || (aligned_start == start && aligned_end == end),
70 "Expected heap word alignment of start and end");
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlass.inline.hpp53 T* const end = base + end_index; local
56 for (T* e = beg; e < end; e++) {
87 T* const end = base + end_index; local
90 for (T* e = beg; e < end; e++) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingMethod.java38 public void readArrayFrom(InputStream in, int[] a, int start, int end) throws IOException; argument
39 public void writeArrayTo(OutputStream out, int[] a, int start, int end) throws IOException; argument
/openjdk7/hotspot/make/windows/
H A Dbuild.bat44 goto end
51 goto end
57 :end label
96 goto end
100 goto end
104 goto end
118 :end label
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DNativeObjectLifecycleManager.java33 abstract void end(final long ptr); method in class:NativeObjectLifecycleManager
39 @Override void end(final long ptr) { releaseNativeObject(ptr); } method in class:NativeObjectLifecycleManager.CFRetainRelease
46 @Override void end(final long ptr) { freeNativeObject(ptr); } method in class:NativeObjectLifecycleManager.Free
52 @Override void end(final long ptr) { } method in class:NativeObjectLifecycleManager.Nothing
/openjdk7/hotspot/test/compiler/6930043/
H A DTest6930043.java48 public int loop_forw(int start, int end) { argument
52 for (int index = start; index < end; index++)

Completed in 295 milliseconds

1234567891011>>