Searched defs:boundary (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DB6726695.java37 private String boundary = "----------------7774563516523621"; field in class:B6726695
74 http.setRequestProperty("Content-Type", "multipart/form-data; boundary=" + boundary);
92 http.setRequestProperty("Content-Type", "multipart/form-data; boundary=" + boundary);
115 http.setRequestProperty("Content-Type", "multipart/form-data; boundary=" + boundary);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimePullMultipart.java46 private String boundary = null; field in class:MimePullMultipart
62 boundary = contType.getParameter("boundary");
81 mm = new MIMEMessage(in, boundary, config);
H A DBMMimeMultipart.java91 private String boundary = null; field in class:BMMimeMultipart
101 * A unique boundary string is generated and this string is
102 * setup as the "boundary" parameter for the
114 * A unique boundary string is generated and this string is
115 * setup as the "boundary" parameter for the
123 * Compute a boundary string.
124 String boundary = UniqueValue.getUniqueBoundaryValue();
126 contentType.setParameter("boundary", boundary);
142 * "boundary" paramete
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEMessage.java58 public MIMEMessage(InputStream in, String boundary) { argument
59 this(in, boundary, new MIMEConfig());
67 * @param boundary the separator for parts(pass it without --)
70 public MIMEMessage(InputStream in, String boundary, MIMEConfig config) { argument
73 MIMEParser parser = new MIMEParser(in, boundary, config);
H A DMIMEParser.java57 // after boundary. But the mail implementation checks for it.
58 // We will only check for these many whitespace characters after boundary
77 * terminating boundary line (or EOF).
90 MIMEParser(InputStream in, String boundary, MIMEConfig config) { argument
92 this.bndbytes = getBytes("--"+boundary);
98 // \r\n + boundary + "--\r\n" + lots of LWSP
196 int start = match(buf, 0, len); // matches boundary
198 // No boundary is found
202 // Should we throw exception as there is no closing boundary ? But some impl
204 // throw new MIMEParsingException("Reached EOF, but there is no closing MIME boundary
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java94 private String boundary; field in class:MimeCodec
119 writeln("--"+boundary, out);
131 writeln("--"+boundary, out);
144 writeAsAscii("--"+boundary, out);
147 // TODO not returing correct multipart/related type(no boundary)
156 boundary = "uuid:" + UUID.randomUUID().toString();
157 String boundaryParameter = "boundary=\"" + boundary + "\"";
H A DMtomCodec.java86 private String boundary; field in class:MtomCodec
105 boundary = "uuid:" + uuid;
107 String boundaryParameter = "boundary=\"" + boundary +"\"";
139 //get the current boundary thaat will be reaturned from this method
144 writeln("--"+boundary, out);
164 //write out the end boundary
165 writeAsAscii("--"+boundary, out);
172 //now create the boundary for next encode() call
189 writeln("--"+boundary, o
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXIconWindow.java507 static int paddedwidth(int number, int boundary) argument
509 return (((number) + ((boundary) - 1)) & (~((boundary) - 1)));
/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp147 FilteringClosure(HeapWord* boundary, OopClosure* cl) : argument
148 OopClosure(cl->_ref_processor), _boundary(boundary),
H A DblockOffsetTable.cpp272 // Calculate the last card boundary preceding end of blk
276 // blk starts at or crosses a boundary
282 HeapWord* boundary = _array->address_for_index(start_index); local
283 assert(boundary <= blk_start, "blk should start at or after boundary");
284 if (blk_start != boundary) {
285 // blk starts strictly after boundary
286 // adjust card boundary and start_index forward to next card
287 boundary += N_words;
291 assert(boundary <
448 HeapWord* boundary = _array->address_for_index(suff_index); local
773 HeapWord* boundary = _array->address_for_index(start_index); local
[all...]
H A DcardTableRS.cpp202 // fast forward through potential continuous whole-word range of clean cards beginning at a word-boundary
376 "clean card crosses boundary" PTR_FORMAT,
384 err_msg("Error: boundary " PTR_FORMAT " should be at or below begin " PTR_FORMAT,
400 VerifyCTSpaceClosure(CardTableRS* ct, HeapWord* boundary) : argument
401 _ct(ct), _boundary(boundary) {}
434 HeapWord* boundary = addr_for(cur_entry); local
436 HeapWord* boundary_block = s->block_start(boundary);
437 HeapWord* begin = boundary; // Until proven otherwise.
439 if (boundary_block < boundary) {
445 "else boundary woul
[all...]
H A Dspace.cpp183 HeapWord* boundary) {
184 return new DirtyCardToOopClosure(this, cl, precision, boundary);
219 // We have a boundary outside of which we don't want to look
225 // No boundary, simply walk the heap with the oop closure.
262 HeapWord* boundary) {
263 return new ContiguousSpaceDCTOC(this, cl, precision, boundary);
181 new_dcto_cl(OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
H A Dspace.hpp251 HeapWord* boundary = NULL);
328 // pointing below boundary.
356 HeapWord* boundary) :
357 _sp(sp), _cl(cl), _precision(precision), _boundary(boundary),
457 // be updated whenever an allocation crosses a boundary. This function
458 // returns the first such boundary.
460 // boundary is never crossed.)
916 HeapWord* boundary = NULL);
992 HeapWord* boundary) :
993 DirtyCardToOopClosure(sp, cl, precision, boundary) {}
354 DirtyCardToOopClosure(Space* sp, OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
990 Filtering_DCTOC(Space* sp, OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
1019 ContiguousSpaceDCTOC(ContiguousSpace* sp, OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp224 template <class T, MEMFLAGS F> void Hashtable<T, F>::reverse(void* boundary) { argument
233 if ((void*)p->literal() >= boundary) {
H A DbitMap.cpp129 idx_t boundary = MIN2(bit_index(beg_full_word), end); local
130 set_range_within_word(beg, boundary);
131 set_range_within_word(boundary, end);
148 idx_t boundary = MIN2(bit_index(beg_full_word), end); local
149 clear_range_within_word(beg, boundary);
150 clear_range_within_word(boundary, end);
243 idx_t boundary = MIN2(bit_index(beg_full_word), end); local
244 par_put_range_within_word(beg, boundary, value);
245 par_put_range_within_word(boundary, end, value);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java76 private boolean boundary; field in class:FigureWidget
80 boundary = b;
84 return boundary;
257 if (boundary) {
277 if (boundary) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp242 // Calculate the last card boundary preceding end of blk
246 // blk starts at or crosses a boundary
252 HeapWord* boundary = _array->address_for_index(start_index); local
253 assert(boundary <= blk_start, "blk should start at or after boundary");
254 if (blk_start != boundary) {
255 // blk starts strictly after boundary
256 // adjust card boundary and start_index forward to next card
257 boundary += N_words;
261 assert(boundary <
543 HeapWord* boundary = _array->address_for_index(start_index); local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp177 void set_young_old_boundary(HeapWord *boundary) { argument
178 _young_old_boundary = boundary;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp622 // Mark the boundary of the new block in BOT
670 HeapWord* boundary) :
671 Filtering_DCTOC(sp, cl, precision, boundary),
756 HeapWord* boundary) {
757 return new FreeListSpace_DCTOC(this, _collector, cl, precision, boundary);
909 // valid block boundary. [See for instance,
943 // valid block boundary. [See for instance,
1105 // "Should be a block boundary");
1168 assert(_bt.block_start(p) == p, "Should be a block boundary");
3009 // Align low down to a card boundary s
666 FreeListSpace_DCTOC(CompactibleFreeListSpace* sp, CMSCollector* collector, OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
754 new_dcto_cl(OopClosure* cl, CardTableModRefBS::PrecisionStyle precision, HeapWord* boundary) argument
[all...]

Completed in 120 milliseconds