Searched refs:end (Results 176 - 200 of 1325) sorted by relevance

1234567891011>>

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArrayBuffer.java86 * @param end end byte index
88 protected NativeArrayBuffer(final NativeArrayBuffer other, final int begin, final int end) { argument
89 this(cloneBuffer(other.getNioBuffer(), begin, end));
117 private static ByteBuffer cloneBuffer(final ByteBuffer original, final int begin, final int end) { argument
124 clone.limit(end);
164 * @param end0 end byte index
172 final int end = adjustIndex(end0 != ScriptRuntime.UNDEFINED ? JSType.toInt32(end0) : byteLength, byteLength);
173 return new NativeArrayBuffer(arrayBuffer, begin, Math.max(end, begin));
180 * @param end en
184 slice(final Object self, final int begin, final int end) argument
[all...]
/openjdk10/nashorn/test/src/jdk/nashorn/internal/runtime/regexp/test/
H A DJdkRegExpTest.java59 assertEquals(matcher.end(), 3);
62 assertEquals(matcher.end(1), 2);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DCodeCacheVisitor.java36 void prologue(Address start, Address end); argument
/openjdk10/hotspot/test/native/gc/g1/
H A Dtest_freeRegionList.cpp58 MemRegion mr1(mr0.end(), HeapRegion::GrainWords);
59 MemRegion mr2(mr1.end(), HeapRegion::GrainWords);
60 MemRegion mr3(mr2.end(), HeapRegion::GrainWords);
61 MemRegion mr4(mr3.end(), HeapRegion::GrainWords);
/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DLWCToolkit.h46 @end
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DListPeer.java63 * Deletes items from the list. All items from start to end should are
64 * deleted, including the item at the start and end indices.
67 * @param end the last item to be deleted
69 void delItems(int start, int end); argument
/openjdk10/jdk/src/java.desktop/macosx/native/libawt_lwawt/font/
H A DAWTFont.h46 @end
/openjdk10/jdk/src/java.desktop/macosx/native/libosxapp/
H A DQueuingApplicationDelegate.h49 @end
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-hangul.cc186 unsigned int start = 0, end = 0; /* Extent of most recently seen syllable; local
187 * valid only if start < end
202 if (start < end && end == buffer->out_len)
208 buffer->merge_out_clusters (start, end + 1);
210 hb_glyph_info_t tone = info[end];
211 memmove (&info[start + 1], &info[start], (end - start) * sizeof (hb_glyph_info_t));
236 start = end = buffer->out_len;
241 * will only be used if we set end to a later position.
265 /* Try to compose; if this succeeds, end i
[all...]
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.hpp72 HeapWord* end() const { return _end; } function in class:PSPromotionLAB
88 size_t capacity() const { return byte_size(bottom(), end()); }
90 size_t free() const { return byte_size(top(), end()); }
123 if (new_top > obj && new_top <= end()) {
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DContext.java133 * The labels corresponding to the end of the local variable ranges in the
136 Label[] end; field in class:Context
/openjdk10/jdk/src/jdk.accessibility/windows/native/jaccessinspector/
H A DMessageHistory.cpp43 m_CurrentPosition = m_Messages.end();
74 if ( m_CurrentPosition == m_Messages.end() ) {
87 m_CurrentPosition = m_Messages.end();
106 stringlist::const_iterator itTest = m_Messages.end();
/openjdk10/jdk/test/com/sun/jdi/
H A DAnyDebuggeeTest.java128 long end = System.currentTimeMillis();
129 System.out.println(size + " nested types took " + (end - start) + " ms");
140 end = System.currentTimeMillis();
141 System.out.println(size + " subclasses took " + (end - start) + " ms");
/openjdk10/jdk/test/java/nio/Buffer/
H A DSwapMicroBenchmark.java176 for (int j = 0, end = x.limit(); j < end; j++)
185 for (int j = 0, end = x.limit(); j < end; j++)
194 for (int j = 0, end = x.limit(); j < end; j++)
203 for (int j = 0, end = x.limit(); j < end; j++)
212 for (int j = 0, end = x.limit(); j < end;
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJdkRegExp.java127 public int end() { method in class:JdkRegExp.DefaultMatcher
128 return defaultMatcher.end();
132 public int end(final int group) { method in class:JdkRegExp.DefaultMatcher
133 return defaultMatcher.end(group);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/graph/
H A DScheduledNodeIterator.java72 protected void insert(FixedNode start, FixedWithNextNode end) { argument
74 this.lastFixed = end;
75 this.reconnect = end;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DContiguousSpace.java62 return end().minus(bottom());
72 return end().minus(top());
95 top() + "," + end() + ")");
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DbarrierSet.inline.hpp65 HeapWord* end = (HeapWord*)((char*)start + (count*heapOopSize)); local
66 // In the case of compressed oops, start and end may potentially be misaligned;
78 HeapWord* aligned_end = align_up (end, HeapWordSize);
80 assert(UseCompressedOops || (aligned_start == start && aligned_end == end),
81 "Expected heap word alignment of start and end");
/openjdk10/hotspot/src/share/vm/memory/
H A Dmetachunk.cpp80 return pointer_delta(end(), _top, sizeof(MetaWord));
86 " end " PTR_FORMAT " size " SIZE_FORMAT,
87 p2i(bottom()), p2i(_top), p2i(end()), word_size());
109 _top <= (MetaWord*)end(),
/openjdk10/hotspot/test/compiler/runtime/
H A DTest6863420.java78 final long end = System.nanoTime();
79 final long time = end - start;
85 "end=" + end + " " +
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DCheckFieldAdapter.java73 private boolean end; field in class:CheckFieldAdapter
141 end = true;
146 if (end) {
/openjdk10/jdk/test/java/awt/Component/TreeLockDeadlock/
H A DTreeLockDeadlock.java61 final long end = start + NANOSECONDS.convert(1, MINUTES);
64 while (System.nanoTime() < end) {
69 while (System.nanoTime() < end) {
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DJarFileSystemProvider.java57 int end = uristr.indexOf("!/");
58 uristr = uristr.substring(4, (end == -1) ? uristr.length() : end);
/openjdk10/jdk/test/java/lang/invoke/
H A DCountedLoopIterationCountsTest.java59 private static void run(int start, int end, int expectedIterations) throws Throwable { argument
60 System.out.println("run from " + start + " to " + end);
63 MethodHandles.constant(int.class, end), // ... to given end (exclusive)
H A DLambdaFormTest.java66 String end = (k > 0 ? "ZZZZ".substring(+k) : "");
67 String ks1 = beg+s1+end;
68 String ks2 = shortenSignature(beg)+s2+shortenSignature(end);

Completed in 302 milliseconds

1234567891011>>