Searched defs:dest (Results 51 - 75 of 143) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMS.java82 LCMSImageLayout dest);
80 colorConvert(LCMSTransform trans, LCMSImageLayout src, LCMSImageLayout dest) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java67 public static void copyInto(Node src, Node dest) throws DOMException { argument
70 Document factory = dest.getOwnerDocument();
128 dest.appendChild(node);
134 dest = node;
143 dest = dest.getParentNode();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java649 private void copySettings(XMLSerializer src, XMLSerializer dest) { argument
650 dest.fDOMErrorHandler = fErrorHandler;
651 dest._format.setEncoding(src._format.getEncoding());
652 dest._format.setLineSeparator(src._format.getLineSeparator());
653 dest.fDOMFilter = src.fDOMFilter;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java206 public boolean is_a(org.omg.CORBA.Object obj, String dest) argument
208 // dest is the typeId of the interface to compare against.
215 if ( dest.equals(myid) ) {
219 if ( dest.equals(repositoryIds[i]) ) {
230 os.write_string(dest);
239 return is_a(obj, dest);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java259 Rectangle2D dest;
261 dest = new Rectangle2D.Float();
263 dest = new Rectangle2D.Double();
265 Rectangle2D.intersect(this, r, dest);
266 return dest;
274 Rectangle2D dest;
276 dest = new Rectangle2D.Float();
278 dest = new Rectangle2D.Double();
280 Rectangle2D.union(this, r, dest);
281 return dest;
732 intersect(Rectangle2D src1, Rectangle2D src2, Rectangle2D dest) argument
771 union(Rectangle2D src1, Rectangle2D src2, Rectangle2D dest) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorConvertOp.java245 * @param dest the destination <code>BufferedImage</code>,
247 * @return <code>dest</code> color converted from <code>src</code>
249 * if <code>dest</code> is <code>null</code>
250 * @exception IllegalArgumentException if dest is null and this op was
254 public final BufferedImage filter(BufferedImage src, BufferedImage dest) { argument
263 if (dest != null) {
264 if (dest.getColorModel() instanceof IndexColorModel) {
265 savdest = dest;
266 dest = null;
269 destColorSpace = dest
298 ICCBIFilter(BufferedImage src, ColorSpace srcColorSpace, BufferedImage dest, ColorSpace destColorSpace) argument
470 filter(Raster src, WritableRaster dest) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java402 * referenced by <code>dest</code>. The number of components copied is
410 * If the <code>src</code> and <code>dest</code> arguments refer to the
419 * If <code>dest</code> is <code>null</code>, then a
432 * <li>The <code>dest</code> argument refers to an object that is not an
434 * <li>The <code>src</code> argument and <code>dest</code> argument refer
437 * component type and the <code>dest</code> argument refers to an array
440 * component type and the <code>dest</code> argument refers to an array
454 * <code>dest.length</code>, the length of the destination array.
478 * @param dest the destination array.
484 * array could not be stored into the <code>dest</cod
489 arraycopy(Object src, int srcPos, Object dest, int destPos, int length) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrays.java558 * low is the index in dest to start sorting
559 * high is the end index in dest to end sorting
564 Object[] dest,
574 ((Comparable) dest[j-1]).compareTo(dest[j])>0; j--)
575 swap(dest, j, j-1);
579 // Recursively sort halves of dest into src
585 mergeSort(dest, src, low, mid, -off);
586 mergeSort(dest, src, mid, high, -off);
588 // If list is already sorted, just copy from src to dest
563 mergeSort(Object[] src, Object[] dest, int low, int high, int off) argument
749 mergeSort(Object[] src, Object[] dest, int low, int high, int off, Comparator c) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp151 ciBlock *dest = make_block_at(dest_bci); local
162 ciBlock *dest = make_block_at(dest_bci); local
171 ciBlock *dest = make_block_at(dest_bci); local
180 ciBlock *dest; local
184 dest = make_block_at(dest_bci);
189 dest = make_block_at(s.next_bci());
199 ciBlock *dest; local
203 dest = make_block_at(dest_bci);
206 dest = make_block_at(dest_bci);
208 dest
220 ciBlock *dest = make_block_at(dest_bci); local
229 ciBlock *dest = make_block_at(dest_bci); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Instrument.java326 ModelIdentifier dest = ModelDestination.DESTINATION_EG1_HOLD;
329 new ModelDestination(dest)));
337 ModelIdentifier dest = ModelDestination.DESTINATION_EG1_DECAY;
340 new ModelDestination(dest)));
388 ModelIdentifier dest = ModelDestination.DESTINATION_EG2_HOLD;
391 fvalue, new ModelDestination(dest)));
399 ModelIdentifier dest = ModelDestination.DESTINATION_EG2_DECAY;
402 fvalue, new ModelDestination(dest)));
427 ModelIdentifier dest
431 fvalue, new ModelDestination(dest)));
881 addTimecentValue(ModelPerformer performer, ModelIdentifier dest, short value) argument
892 addValue(ModelPerformer performer, ModelIdentifier dest, short value) argument
899 addValue(ModelPerformer performer, ModelIdentifier dest, double value) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp141 void NativeCall::set_destination_mt_safe(address dest) { argument
157 set_destination(dest);
161 intptr_t disp = dest - return_address();
204 guarantee(destination() == dest, "patch succeeded");
465 // The problem: jmp <dest> is a 5-byte instruction. Atomical write can be only with 4 bytes.
476 void NativeJump::patch_verified_entry(address entry, address verified_entry, address dest) { argument
480 intptr_t disp = (intptr_t)dest - ((intptr_t)verified_entry + 1 + 4);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp87 void set_destination_mt_safe(address dest) { argument
160 void set_jump_destination(address dest) { argument
170 address dest);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DGraph.java60 public Edge<N, E> createEdge(Node<N, E> source, Node<N, E> dest, E data, Object key) { argument
61 Edge<N, E> e = new Edge<N, E>(this, source, dest, data);
63 dest.addInEdge(e);
/openjdk7/jdk/src/share/back/
H A DinStream.c66 readBytes(PacketInputStream *stream, void *dest, int size) argument
77 if (dest) {
78 (void)memcpy(dest, stream->current, size);
/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java401 * Transfer all entries from src to dest tables
403 private void transfer(Entry[] src, Entry[] dest) argument
420 int i = indexFor(e.hash, dest.length);
421 e.next = dest[i];
422 dest[i] = e;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKEngine.c307 JNIEnv *env, jobject this, jintArray dest, jint width, jint height)
310 gint *buffer = (gint*) (*env)->GetPrimitiveArrayCritical(env, dest, 0);
314 (*env)->ReleasePrimitiveArrayCritical(env, dest, buffer, 0);
306 Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeFinishPainting( JNIEnv *env, jobject this, jintArray dest, jint width, jint height) argument
/openjdk7/jdk/src/windows/bin/
H A Dcmdtoargs.c59 char* dest = arg; local
79 *dest++ = prev;
82 *dest++ = ch;
88 *dest++ = ch; // emit every other consecutive quote
109 *dest++ = prev;
113 *dest++ = ch;
132 *dest++ = prev;
135 *dest++ = ch;
141 *dest++ = prev;
143 *dest
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp127 char* dest = bitmapData; local
132 dest[3] = dest[2] = dest[1] = dest[0] = 0;
134 dest[3] = alpha;
135 dest[2] = (*src >> 0x10) & 0xFF;
136 dest[1] = (*src >> 0x08) & 0xFF;
137 dest[0] = *src & 0xFF;
140 dest
[all...]
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java68 private Socket dest; field in class:SocksServer.ClientHandler
211 dest = new Socket(addr, port);
233 InputStream in2 = dest.getInputStream();
234 OutputStream out2 = dest.getOutputStream();
294 dest = new Socket();
296 dest.connect(addr, 10000);
326 InputStream in2 = dest.getInputStream();
327 OutputStream out2 = dest.getOutputStream();
360 dest = svr.accept();
361 bad = (InetSocketAddress) dest
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java504 private static boolean computeIntersection(Rectangle dest, argument
506 int x1 = Math.max(rx, dest.x);
507 int x2 = Math.min(rx + rw, dest.x + dest.width);
508 int y1 = Math.max(ry, dest.y);
509 int y2 = Math.min(ry + rh, dest.y + dest.height);
510 dest.x = x1;
511 dest.y = y1;
512 dest
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java905 private boolean sameWindowAncestor(Component src, Component dest) { argument
906 if (src == null || dest == null) {
910 SwingUtilities.getWindowAncestor(dest);
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java413 public boolean renameTo(File dest) { argument
414 return (isFileSystem() ? super.renameTo(dest) : false); // ((Fix?))
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp233 address dest = ic_destination(); local
236 CodeBlob* db = CodeCache::find_blob_unsafe(dest);
240 is_call_to_interpreted = cb->contains(dest);
289 address dest = ic_destination(); local
290 is_clean = dest == SharedRuntime::get_resolve_opt_virtual_call_stub() ||
291 dest == SharedRuntime::get_resolve_virtual_call_stub();
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp246 BasicBlock *dest; local
269 dest = _block_map->at(bytes.next_bci());
270 assert(dest != NULL, "must be a block immediately following this one.");
271 dest->add_normal_predecessor(current_block);
273 dest = _block_map->at(bytes.get_dest());
274 assert(dest != NULL, "branch desination must start a block.");
275 dest->add_normal_predecessor(current_block);
278 dest = _block_map->at(bytes.get_dest());
279 assert(dest != NULL, "branch desination must start a block.");
280 dest
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp489 jint* dest = NEW_RESOURCE_ARRAY(jint, len); local
491 dest[i] = bci + get_int();
500 st->print(format, ll, dest[idx], dest[idx]-bci);
510 jint* dest = NEW_RESOURCE_ARRAY(jint, len); local
513 dest[i] = bci + get_int();
520 st->print(format, key[ll], dest[ll]);

Completed in 76 milliseconds

123456