Searched refs:end (Results 76 - 100 of 1325) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.instrument/share/native/libinstrument/
H A DJarFacade.c49 char *end; local
58 end = &begin[strlen(begin)];
59 while (end > begin && end[-1] == ' ') {
60 end--;
63 if (begin == end) {
70 value_len = (size_t)(end - begin);
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DAccessBridgeMessageQueue.cpp65 end = (AccessBridgeQueueElement *) 0;
98 if (end == (AccessBridgeQueueElement *) 0) {
101 end = element;
109 element->previous = end;
111 end->next = element;
112 end = element;
146 end = (AccessBridgeQueueElement *) 0;
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DMatcher.java33 protected final int end; field in class:Matcher
48 public Matcher(final Regex regex, final char[] chars, final int p, final int end) { argument
53 this.end = end;
87 return matchAt(end /*range*/, at, prev);
100 ", end: " + e +
290 if (matchAt(end, s, prev) != -1) {
298 if (matchAt(end, s, prev) != -1) {
315 ", end: " + (end
[all...]
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DmutableSpace.cpp49 HeapWord *end = align_down(mr.end(), page_size); local
50 if (end > start) {
51 size_t size = pointer_delta(end, start, sizeof(char));
62 os::pretouch_memory(mr.start(), mr.end());
70 assert(Universe::on_page_boundary(mr.start()) && Universe::on_page_boundary(mr.end()),
80 tail = MemRegion(mr.end(), mr.end());
85 intersection = MemRegion(mr.end(), mr.end());
[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()); }
/openjdk10/hotspot/src/share/vm/oops/
H A DobjArrayKlass.inline.hpp40 T* const end = p + a->length(); local
42 for (;p < end; p++) {
55 T* end = p + a->length(); local
60 if (end > h) {
61 end = h;
64 for (;p < end; ++p) {
81 oop_oop_iterate_elements_specialized_bounded<nv, narrowOop>(a, closure, mr.start(), mr.end());
83 oop_oop_iterate_elements_specialized_bounded<nv, oop>(a, closure, mr.start(), mr.end());
112 void ObjArrayKlass::oop_oop_iterate_range_specialized(objArrayOop a, OopClosureType* closure, int start, int end) { argument
114 T* high = (T*)a->base() + end;
122 oop_oop_iterate_range(oop obj, OopClosureType* closure, int start, int end) argument
[all...]
H A DobjArrayOop.cpp49 void objArrayOopDesc::oop_iterate_range(OopClosureType* blk, int start, int end) { \
50 ((ObjArrayKlass*)klass())->oop_oop_iterate_range##nv_suffix(this, blk, start, end); \
/openjdk10/jdk/src/java.base/share/classes/java/util/stream/
H A DSink.java40 * {@code end()} method. After calling {@code end()}, you should not call
49 * it to the active state, and the {@code end()} method transitions it back into
94 * {@code begin()}, {@code end()}, and {@code cancellationRequested()} to
120 * before sending any data to the sink. After calling {@link #end()},
138 default void end() {} method in interface:Sink
237 * sinks. The {@code begin}, {@code end}, and
257 public void end() { method in class:Sink.ChainedReference
258 downstream.end();
269 * sinks. The {@code begin}, {@code end}, an
289 public void end() { method in class:Sink.ChainedInt
321 public void end() { method in class:Sink.ChainedLong
353 public void end() { method in class:Sink.ChainedDouble
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/threads/
H A DThread_isInterrupted02.java43 private static final Object end = new Object(); field in class:Thread_isInterrupted02
62 synchronized (end) {
64 end.wait(10000);
102 synchronized (end) {
105 end.notify();
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DspaceDecorator.hpp93 // Methods for top and end that delegate to the specific
96 virtual HeapWord* end() const = 0;
107 // Mangle all the unused region [top, end)
131 HeapWord* end() const { return _sp->end(); } function in class:GenSpaceMangler
144 HeapWord* end() const { return _sp->end(); } function in class:MutableSpaceMangler
/openjdk10/jdk/test/java/text/BreakIterator/
H A DNewVSOld_th_TH.java74 for (int end = breakIterator.next();
75 end != BreakIterator.DONE;
76 start = end, end = breakIterator.next()) {
77 cookedText.append(rawText.substring(start, end));
/openjdk10/jdk/test/sun/nio/cs/
H A DFindCanEncodeBugs.java67 int end = i;
73 end = j;
76 if (start == end)
80 start, end);
81 i = end;
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-normalize.cc216 handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
221 for (; buffer->idx < end - 1 && !buffer->in_error;) {
237 while (buffer->idx < end && unlikely (buffer->unicode->is_variation_selector (buffer->cur().codepoint)))
247 if (likely (buffer->idx < end)) {
254 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
257 for (unsigned int i = buffer->idx; i < end && !buffer->in_error; i++)
259 handle_variation_selector_cluster (c, end, short_circuit);
263 while (buffer->idx < end && !buffer->in_error)
268 decompose_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool might_short_circuit, bool always_short_circuit) argument
270 if (likely (c->buffer->idx + 1 == end))
325 unsigned int end; local
343 unsigned int end; local
[all...]
/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java468 long start, end;
474 end = System.currentTimeMillis();
475 System.out.println("test_sum: " + (end - start));
481 end = System.currentTimeMillis();
482 System.out.println("test_addc: " + (end - start));
487 end = System.currentTimeMillis();
488 System.out.println("test_addv: " + (end - start));
493 end = System.currentTimeMillis();
494 System.out.println("test_adda: " + (end - start));
500 end
[all...]
H A DTestLongVect.java438 long start, end;
444 end = System.currentTimeMillis();
445 System.out.println("test_sum: " + (end - start));
451 end = System.currentTimeMillis();
452 System.out.println("test_addc: " + (end - start));
457 end = System.currentTimeMillis();
458 System.out.println("test_addv: " + (end - start));
463 end = System.currentTimeMillis();
464 System.out.println("test_adda: " + (end - start));
470 end
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrayDeque.java96 * for (int i = start; i < end; i++) ... elements[i]
152 // wrap around; slide first leg forward to end of array
294 * Inserts the specified element at the end of this deque.
311 * Adds all of the elements in the specified collection at the end
341 * Inserts the specified element at the end of this deque.
437 for (int i = head, end = tail, to = (i <= end) ? end : es.length;
438 ; i = 0, to = end) {
444 if (to == end) brea
1042 circularClear(Object[] es, int i, int end) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DEditableAtEndDocument.java30 can only be performed at the end, from "mark" to the end of the
47 int end = offs + len;
52 if ((end < markStart) || (start > markEnd)) {
59 int cutEnd = Math.min(end, markEnd);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.cpp33 address end = method()->code_base() + end_bci(); local
34 int len = Bytecodes::raw_special_length_at(bcp, end);
44 if (bcp + 1 >= end) {
/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaAccessibilityAction.h35 @end
49 @end
63 @end
/openjdk10/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp50 void set_end(address end) { argument
51 assert(_begin <= end, "begin & end not properly ordered");
52 _end = end;
57 assert(_end == NULL || begin <= _end, "begin & end not properly ordered");
71 StubCodeDesc(const char* group, const char* name, address begin, address end = NULL) {
78 _end = end;
87 address end() const { return _end; } function in class:StubCodeDesc
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/
H A DFuncSubstring.java78 int end = (int) (Math.round(len) + start) - 1;
80 // Normalize end index.
81 if (end < 0)
82 end = 0;
83 else if (end > lenOfS1)
84 end = lenOfS1;
89 substr = s1.substring(startIndex, end);
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DFieldPosition.java46 * <li>By an integer constant, whose names typically end with
77 * Input: Desired field to determine start and end offsets for.
101 * identified by constants, whose names typically end with _FIELD,
182 * @return the end index
199 * Sets the end index. For use by subclasses of Format.
201 * @param ei the end index
211 * field the FieldPosition is associated with, the begin/end will be
285 * An implementation of FieldDelegate that will adjust the begin/end
292 * is true, and <code>formatted</code> is invoked, the begin/end
298 int end, StringBuffe
297 formatted(Format.Field attr, Object value, int start, int end, StringBuffer buffer) argument
306 formatted(int fieldID, Format.Field attr, Object value, int start, int end, StringBuffer buffer) argument
[all...]
/openjdk10/jdk/test/javax/imageio/spi/
H A DServiceRegistrySyncTest.java61 long start, end; field in class:ServiceRegistrySyncTest.Consumer
72 end = start + duration;
73 while (start < end) {
85 long start, end; field in class:ServiceRegistrySyncTest.Registerer
102 end = start + duration;
103 while (start < end) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DAbstractMergeNode.java62 public int forwardEndIndex(EndNode end) { argument
63 return ends.indexOf(end);
66 public void addForwardEnd(EndNode end) { argument
67 ends.add(end);
94 * Removes the given end from the merge, along with the entries corresponding to this end in the
97 * @param pred the end to remove
115 protected void deleteEnd(AbstractEndNode end) { argument
116 ends.remove(end);
188 AbstractEndNode end
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DLazyName.java47 public CharSequence subSequence(int start, int end) { argument
48 return toString().subSequence(start, end);

Completed in 237 milliseconds

1234567891011>>