Searched refs:last (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/openjdk10/jdk/test/java/util/concurrent/tck/
H A DConcurrentSkipListSubMapTest.java172 * lastKey returns last key
200 Integer last = (Integer)i.next();
201 assertEquals(last, one);
204 assertTrue(last.compareTo(k) < 0);
205 last = k;
846 * lastKey returns last key
874 Integer last = (Integer)i.next();
875 assertEquals(last, m1);
878 assertTrue(last.compareTo(k) > 0);
879 last
[all...]
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp108 CompileTask* last() { return _last; } function in class:CompileQueue
/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java132 * Return the last of the {@linkplain #getCalls() call sites} in this
135 CallSite last() { method in class:CallSite
140 * Return the last-but-one of the {@linkplain #getCalls() call sites} in
/openjdk10/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp182 double TruncatedSeq::last() const { function in class:TruncatedSeq
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java281 // there was an error last time; so just go find correct Object in fElemmMap.
464 // last valid state before the error
469 // this method returns whether the last state was a valid final state
532 * nullable(x+) := nullable(x), first(x+) := first(x), last(x+) := last(x)
533 * nullable(x?) := true, first(x?) := first(x), last(x?) := last(x)
559 // to calculate the first and last position sets of each node. This
564 // first/last pos sets.
647 // the last entr
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-indic-machine.hh1366 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
1367 for (unsigned int i = last; i < p+1; i++) \
1369 last = p+1; \
1395 unsigned int last = 0; local
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DTreeSet.java400 public E last() { method in class:TreeSet
H A DFormatter.java107 * formatter.format("Amount gained or lost since last statement: $ %(,.2f",
109 * // -&gt; "Amount gained or lost since last statement: $ (6,217.58)"
2473 * Returns the {@code IOException} last thrown by this formatter's {@link
2479 * @return The last exception thrown by the Appendable or {@code null} if
2558 // index of last argument referenced
2559 int last = -1;
2560 // last ordinary index
2572 if (last < 0 || (args != null && last > args.length - 1))
2574 fs.print((args == null ? null : args[last]),
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java403 public E last() { method in class:ConcurrentSkipListSet
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DExcludeVMPlugin.java249 // removed JVM are aliased to the most efficient remaining JVM (last one).
254 append(remaining.last().getName()).append("\n");
/openjdk10/jdk/src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/
H A DAWTEventMonitor.java759 Component last = path[path.length-1].getComponent();
761 if (last instanceof JPopupMenu ||
762 last instanceof JMenu) {
765 componentWithFocus_private = last;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java445 // get element's last attribute
448 // add link from new attribute to last attribute
451 // add link from element to new last attribute
628 // update parent's last child
743 /** Sets the last child of the parentIndex to childIndex. */
775 /** Returns the last child of the given node. */
781 * Returns the last child of the given node.
1131 // go in reverse order: find last child, then
1163 // go in reverse order: find last child, then
1602 ChildNode last
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c1337 * Notice the last statement of the assumption gives an equation in three of
1382 * In the last equation color-z is (1 - color-x - color-y) so we can add all
4009 png_uint_32 last; local
4023 * pow(out,g) is an *input* value. 'last' is the last input value set.
4034 * 128.5 (for 0.5) and step by 257, for a total of 254 values (the last
4035 * entries are filled with 255). Start i at 128 and fill all 'last'
4038 last = 0;
4050 while (last < bound)
4052 table[last
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp1384 Instruction* last = NULL; local
1389 assert(last != NULL, "must have last");
1390 last->set_next(n->next());
1392 last = n;
1394 n = last->next();
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.cpp138 // Test above combines last partial chunk with a full chunk
472 // retire the last buffer.
576 // Finish the last termination pause.
1408 // Find the last item of suffix list
1409 oop last = suffix; local
1411 oop next = last->list_ptr_from_klass();
1413 last = next;
1421 last->set_klass_to_list_ptr(cur_overflow_list);
1423 last->set_klass_to_list_ptr(NULL);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DUtilities.java138 // all params are the same as in the preious method except the last
273 // all params are the same as in the preious method except the last
465 // all params are the same as in the preious method except the last
901 if(wordPosition >= words.last()) {
902 wordPosition = words.last() - 1;
935 if(wordPosition >= words.last()) {
936 wordPosition = words.last() - 1;
1008 // is that it must be a word start if the last
1067 words.last();
1087 // is that it must be a word start if the last
[all...]
H A DDefaultStyledDocument.java247 * <p>If the element contains end-of-content mark (the last {@code
250 * character. If the last leaf already ends with {@code "\n",} it is
294 // element includes the last "\n" character, needs special handling
298 removeTo = lastEndOffset - 1; // last "\n" must not be removed
720 // Do a join fracture/next for last start spec if necessary.
745 // Do a JoinNext for last spec if it is content, it doesn't
751 ElementSpec last = parseBuffer.lastElement();
752 if(last.getType() == ElementSpec.ContentType &&
753 last.getDirection() != ElementSpec.JoinPreviousDirection &&
763 last
[all...]
H A DGapContent.java540 MarkData last = marks.elementAt(upper);
541 cmp = compare(o, last);
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DStringUTF16.java574 int last = toffset + len;
577 assert last <= length(value);
578 while (toffset < last) {
594 // conversion. So we need to make one last check before
847 int last = index + len;
848 return new String(Arrays.copyOfRange(val, index << 1, last << 1), UTF16);
858 private final int fence; // one past last index
919 private final int fence; // one past last index
/openjdk10/jdk/test/java/time/tck/java/time/temporal/
H A DTCKWeekFields.java277 LocalDate last = day.with(DAY_OF_MONTH, day.lengthOfMonth());
278 int lastWOM = last.get(womField);
286 "Range max should be same as WeekOfMonth for last day of month: "
287 + last + ", " + weekDef);
289 last = day.with(DAY_OF_YEAR, day.lengthOfYear());
290 int lastWOY = last.get(woyField);
298 "Range max should be same as WeekOfYear for last day of Year: "
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.cpp242 // Index of last region in the series.
243 uint last = first + num_regions - 1; local
280 // Next, pad out the unused tail of the last region with filler
305 for (uint i = first + 1; i <= last; ++i) {
321 // regions except the last one.
322 for (uint i = first; i < last; ++i) {
327 hr = region_at(last);
334 "obj_top should be in last region");
344 for (uint i = first; i <= last; ++i) {
658 if (!reserved.contains(ranges[i].start()) || !reserved.contains(ranges[i].last())) {
3525 CompiledMethodIterator last; local
[all...]
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DthreadControl.c135 DeferredEventMode *last; member in struct:__anon1354
435 if (list->last != NULL) {
436 list->last->next = eventMode;
440 list->last = eventMode;
452 list->last = prev;
488 deferredEventModes.last = NULL;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DNodeSet.java751 * Return the last fetched node. Needed to support the UnionPathIterator.
753 * @return the last fetched node.
818 public void setLast(int last) argument
820 m_last = last;
/openjdk10/jdk/src/java.base/share/classes/java/util/jar/
H A DJarFile.java93 * constructor with the value {@code Runtime.version()} assigned to the last
121 * constructor uses when the value of the last argument is
945 int last = b.length - len;
948 while (i <= last) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSource.java586 * Get the last modified time of this script.
678 * @return Index of last character of line.
738 final int last = findEOLN(position);
740 return new String(data(), first, last - first + 1);

Completed in 547 milliseconds

<<11121314151617