Searched defs:end (Results 301 - 325 of 386) sorted by relevance

<<111213141516

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java106 // Represents the parser state wrt the end of parsing.
110 * with no end in sight.
309 // this is the last end element for the current tree.
317 // and we hit the "end of document" marker
640 public CharSequence subSequence(int start, int end) { argument
641 final int length = end - start;
642 if (end < 0 || start < 0 || end > length || start > end) {
859 // Start and end o
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java720 // no stack change, but end of current block (no successor)
1169 final Label end,
1176 h.end = end;
1193 final Label end,
1202 .putShort(end.position - start.position)
1212 .putShort(end.position - start.position)
1242 Label e = handler.end.getFirst();
1250 // adds 'h' as a successor of labels between 'start' and 'end'
1320 // finds start and end o
1167 visitTryCatchBlock( final Label start, final Label end, final Label handler, final String type) argument
1188 visitLocalVariable( final String name, final String desc, final String signature, final Label start, final Label end, final int index) argument
1736 writeFrameTypes(final int start, final int end) argument
2586 getNewOffset( final int[] indexes, final int[] sizes, final int begin, final int end) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java1210 private final void jjAddStates(int start, int end) argument
1214 } while (start++ != end);
1221 private final void jjCheckNAddStates(int start, int end) argument
1225 } while (start++ != end);
/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c531 const char *const *end = argv; local
532 while (*end != NULL)
533 ++end;
534 memmove(argv+2, argv+1, (end-argv) * sizeof (*end));
539 memmove(argv+1, argv+2, (end-argv) * sizeof (*end));
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp84 // end scene for this destination
196 unsigned char *b, *end; local
205 end = b + limit;
219 while (b < end) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_List.cpp48 jint start, end; member in struct:DelItemsStruct
344 // can view all of the text when we move the horz. scrollbar to the end.
655 jint end = dis->end; local
666 if (start == 0 && end == count)
672 for (int i = start; i <= end; i++)
883 jint start, jint end)
890 dis->end = end;
882 Java_sun_awt_windows_WListPeer_delItems(JNIEnv *env, jobject self, jint start, jint end) argument
H A Dawt_TextComponent.cpp45 jint start, end; member in struct:SelectStruct
177 // end-of-document marker or carriage return,
290 //im --- end
395 //im --- end
476 void AwtTextComponent::SetSelRange(LONG start, LONG end) argument
480 getWin32SelPos(end));
598 long end; local
599 c->SendMessage(EM_GETSEL, 0, (LPARAM)&end);
600 result = c->getJavaSelPos(end);
615 jint end local
806 Java_sun_awt_windows_WTextComponentPeer_select(JNIEnv *env, jobject self, jint start, jint end) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java493 public ZipDirectory(RandomAccessFile zipRandomFile, long start, long end, ZipFileIndex index) throws IOException { argument
497 findCENRecord(start, end);
527 private void findCENRecord(long start, long end) throws IOException { argument
528 long totalLength = end - start;
531 long endbufend = end - start;
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c283 "extra" bytes are padded at the end of the zipfile.
299 * Searches for end of central directory (END) header. The contents of
365 * Searches for the ZIP64 end of central directory (END) header. The
373 * [zip64 end of central directory record]
374 * [zip64 end of central directory locator]
375 * [end of central directory record]
377 * The offset of zip64 end locator can be calculated from endpos as
379 * The "offset" of zip64 end record is stored in zip64 end locator.
525 countCENHeaders(unsigned char *beg, unsigned char *end) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c534 clock_t start, mid, tbl, end; local
652 end = clock();
699 (double)(end - tbl) / CLOCKS_PER_SEC);
701 (double)(end - start) / CLOCKS_PER_SEC);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java60 * Constant value for end cap style.
65 * Constant value for end cap style.
70 * Constant value for end cap style.
106 * @param capStyle the desired end cap style, one of
654 float x4p = x4 + offset[2][0]; // end
720 float x3p = leftOff[4]; // end
724 // 1. If the two control vectors are parallel, we'll end up with NaN's
782 // need these so we can update the state at the end of this method
951 // need these so we can update the state at the end of this method
1039 // need these so we can update the state at the end o
1111 int end; field in class:Stroker.PolyStack
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c74 unsigned char *b, *end; local
87 end = b + limit;
89 while (b < end) {
94 opcode, (end-b));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java201 protected void addRange(int start, int end) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java692 * Set if the operating systems end-of-line line separator should
700 * operating systems end-of-line separator.
949 * @param end The end index of the significant characters.
958 protected int writeUTF16Surrogate(char c, char ch[], int i, int end) argument
962 if (i + 1 >= end)
1077 * end-of-line separator should be output rather than a new-line character.
1091 int end = start + length;
1093 for (int i = start; i < end; i++)
1110 writeUTF16Surrogate(c, ch, i, end);
1561 processDirty( char[] chars, int end, int i, char ch, int lastDirty, boolean fromTextNode) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java79 public void doObject(int begin, int end) { set(CellTypeState.ref); } argument
80 public void doArray (int begin, int end) { set(CellTypeState.ref); } argument
130 public void doObject(int begin, int end) { set(CellTypeState.makeSlotRef(_idx)); } argument
131 public void doArray (int begin, int end) { set(CellTypeState.makeSlotRef(_idx)); } argument
810 Assert.that(itr.nextBCI() == lim_bci, "must point to end");
835 // Hit end of BB, but the instr. was a fall-through instruction,
1064 Assert.that(bb._end_bci + bc_len == _method.getCodeSize(), "wrong end bci");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java1145 * @param p1 the end of the range >= p0
1157 * @param p1 the end of the range >= p0
1336 * up the view hierarchy this is the end of the line.
2548 TextTransferable(JTextComponent c, int start, int end) { argument
2557 p1 = doc.createPosition(end);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java78 * AbstractDocument models an implied break at the end of the document.
84 * of this is that Elements that model the implied end character will have
622 chng.end();
748 e.end();
852 * Returns a position that represents the end of the document. The
854 * located at the end of the document.
1201 //System.out.println("updateBidi: paragraph start = " + pStart + " paragraph end = " + pEnd);
1271 * @param p1 the end of the range >= p0
2498 * @param offs1 The end offset >= offs0
2673 BidiElement(Element parent, int start, int end, in argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java346 * but after the end tags have been generated
369 * but after the end tags have been generated
490 int end = Math.min(offset + length, getLength());
493 e = getParagraphElement(end);
500 for (int pos = offset; pos <= end; pos = lastEnd) {
516 changes.end();
561 * @param p1 the end of the range (must be at least p0)
824 changes.end();
1059 * likely end up with two elements, eg
1061 * "blah")</code> will result in two leaf elements at the end, on
1594 removeElementsAtEnd(Element e, int index, int count, int start, int end) argument
1644 replace(DefaultDocumentEvent dde, Element e, int index, int count, int start, int end, boolean remove, boolean create) argument
1675 removeElements(Element e, int index, int count, int start, int end) argument
2771 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.TagAction
2782 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.BlockAction
2804 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.FormTagAction
2820 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.ParagraphAction
2851 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.HiddenAction
2921 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.HeadAction
3031 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.MapAction
3044 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.AreaAction
3062 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.StyleAction
3081 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.PreAction
3118 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.CharacterAction
3198 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.ConvertAction
3212 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.AnchorAction
3232 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.TitleAction
3269 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.ObjectAction
3399 public void end(HTML.Tag t) { method in class:HTMLDocument.HTMLReader.FormAction
[all...]
H A DStyleSheet.java2985 int end) {
2987 if (retValue >= end) {
3275 * Invoked when the end of a rule is encountered.
2984 boundedIndexOf(String string, char search, int start, int end) argument
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java134 * Non-object reads which exceed the end of the allotted data will reflect the
135 * end of data in the same way that they would indicate the end of the stream:
138 * writeObject method, then the end of default serialized data marks the end of
142 * behave in the same manner--if the stream is already positioned at the end of
148 * end of data written by writeExternal methods is not demarcated, and hence
253 /** flag set when at end of field value block with no TC_ENDBLOCKDATA */
505 * knows to simulate end-of-custom-data behavior.
544 * knows to simulate end
2386 private int end = -1; field in class:ObjectInputStream.BlockDataInputStream
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java1835 int end = authority.indexOf("]");
1837 if (end != -1 && authority.indexOf(":") != -1) {
1839 if (end == authority.length()) {
1843 dontquote = authority.substring(0 , end + 1);
1844 doquote = authority.substring(end + 1);
1873 int end = opaquePart.indexOf("]");
1874 if (end != -1 && opaquePart.indexOf(":")!=-1) {
1876 if (end == opaquePart.length()) {
1880 dontquote = opaquePart.substring(0,end+1);
1881 doquote = opaquePart.substring(end
2849 substring(int start, int end) argument
2862 at(int start, int end, char c) argument
2869 at(int start, int end, String s) argument
2915 scan(int start, int end, char c) argument
2928 scan(int start, int end, String err, String stop) argument
2995 checkChars(int start, int end, long lowMask, long highMask, String what) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java754 * added at the end of the converted value as required to fill the minimum
2529 i = m.end();
2542 private static void checkText(String s, int start, int end) { argument
2543 for (int i = start; i < end; i++) {
2546 char c = (i == end - 1) ? '%' : s.charAt(i + 1);
3489 // Get exponent and append at the end.
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp450 int end = 0; local
453 for (int start = 0; start < len; start = end) {
454 while (sys_class_path[end] && sys_class_path[end] != os::path_separator()[0]) {
455 end++;
457 char* path = NEW_C_HEAP_ARRAY(char, end-start+1, mtClass);
458 strncpy(path, &sys_class_path[start], end-start);
459 path[end-start] = '\0';
462 while (sys_class_path[end] == os::path_separator()[0]) {
463 end
742 copy_table(char** top, char* end, PackageHashtable* table) argument
779 copy_package_info_buckets(char** top, char* end) argument
783 copy_package_info_table(char** top, char* end) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp236 address end = nm->dependencies_end(); local
237 guarantee(end - beg >= (ptrdiff_t) size_in_bytes(), "bad sizing");
339 // write a sentinel byte to mark the end
581 _type = (DepType)(end_marker-1); // defeat "already at end" assert
587 assert(_type != end_marker, "already at end");
H A Dnmethod.hpp269 const char* reloc_string_for(u_char* begin, u_char* end);
459 void fix_oop_relocations(address begin, address end, bool initialize_immediates);
463 void fix_oop_relocations(address begin, address end) { fix_oop_relocations(begin, end, false); } argument
566 ScopeDesc* scope_desc_in(address begin, address end);
644 void print_code_comment_on(outputStream* st, int column, address begin, address end);

Completed in 152 milliseconds

<<111213141516