Searched refs:sync (Results 26 - 50 of 85) sorted by relevance

1234

/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DInternalFrameIsNotCollectedTest.java44 public static void sync() { method in class:InternalFrameIsNotCollectedTest
63 sync();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/sync/
H A DSynchronizedMethodAddOn.java26 package com.sun.tools.internal.xjc.addon.sync;
/openjdk7/jdk/src/windows/classes/java/io/
H A DFileDescriptor.java136 * system, sync will not return until all in-memory modified copies
140 * sync is meant to be used by code that requires physical
143 * might use sync to ensure that all changes to a file caused
146 * sync only affects buffers downstream of this FileDescriptor. If
150 * OutputStream.flush) before that data will be affected by sync.
158 public native void sync() throws SyncFailedException; method in class:FileDescriptor
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp86 sync();
99 sync();
108 sync();
127 sync();
133 sync();
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DReliableLog.java282 * Write update, and sync.
292 log.sync();
303 * 1) Write actual length with high order bit set; sync.
304 * 2) Then clear high order bit of length; sync.
307 log.sync();
311 log.sync();
315 * Write actual length; sync.
318 log.sync();
726 System.err.println("log.debug: log was sync'd cleanly");
809 * Invokes sync o
811 protected void sync() throws IOException { method in class:ReliableLog.LogFile
[all...]
/openjdk7/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java113 Toolkit.getDefaultToolkit().sync();
118 Toolkit.getDefaultToolkit().sync();
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dconc.js52 * can be called only within a sync method
65 * can be called only within a sync method
78 * can be called only within a sync method
168 Function.prototype.sync = function (lock) {
254 __put__: sync(function(name, value) {
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoTopLevel.java34 * 3 top level functions (bindings, scope, sync) and two constructors
61 String names[] = { "bindings", "scope", "sync" };
128 * The sync function creates a synchronized function (in the sense
132 * js> var o = { f : sync(function(x) {
145 public static Object sync(Context cx, Scriptable thisObj, Object[] args, method in class:RhinoTopLevel
150 throw Context.reportRuntimeError("wrong argument(s) for sync");
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DRenderQueue.java65 * This method is useful in the case of Toolkit.sync(), in which we want
71 public static void sync() { method in class:D3DRenderQueue
74 // to completing the sync operation
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DTransientNameServer.java208 java.lang.Object sync = new java.lang.Object();
209 synchronized (sync) {sync.wait();}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java90 JavaMethodImpl sync = syncs.get(jm.getOperation());
94 this, jm, sync, m.getParameterTypes().length - 1);
99 PollingMethodHandler handler = new PollingMethodHandler(this, jm, sync);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsChannelFactory.java74 boolean sync; field in class:WindowsChannelFactory.Flags
97 case SYNC : flags.sync = true; break;
266 if (flags.dsync || flags.sync)
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixChannelFactory.java65 boolean sync; field in class:UnixChannelFactory.Flags
81 case SYNC : flags.sync = true; break;
237 if (flags.sync)
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java191 sync();
244 sync();
347 sync();
443 sync();
561 sync();
642 private void sync() { method in class:ImageView
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java70 sync(fv);
83 sync(fv);
97 sync(fv);
290 void sync(FlowView fv) { method in class:TextLayoutStrategy
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java229 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
234 throw new RuntimeException("JRSUI failed to sync changes to the native buffer, because some change was too big: " + this);
237 // implicitly ALL_CHANGES_IN_BUFFER, now that we sync'd the buffer down to native a few times
264 if (status != SUCCESS) throw new RuntimeException("JRSUI failed to sync changes into the native buffer: " + this);
269 throw new RuntimeException("JRSUI failed to sync changes to the native buffer, because some change was too big: " + this);
272 // implicitly ALL_CHANGES_IN_BUFFER, now that we sync'd the buffer down to native a few times
279 sync();
290 sync();
296 sync();
302 private void sync() { method in class:JRSUIControl
[all...]
/openjdk7/jdk/test/sun/java2d/DirectX/StrikeDisposalCrashTest/
H A DStrikeDisposalCrashTest.java107 Toolkit.getDefaultToolkit().sync();
/openjdk7/jdk/test/sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/
H A DSharedMemoryPixmapsTest.java107 Toolkit.getDefaultToolkit().sync();
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderQueue.java76 * This method is useful in the case of Toolkit.sync(), in which we want
82 public static void sync() { method in class:OGLRenderQueue
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DUNIXToolkit.java255 public void sync() { method in class:UNIXToolkit
259 OGLRenderQueue.sync();
/openjdk7/jdk/make/sun/cmm/kcms/
H A DFILES_c_unix.gmk123 sync.c \
H A DFILES_c_windows.gmk126 sync.c \
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java165 // Disallow flush or sync between these two operations
201 // Add to parent's child list here and disallow sync
213 // Flush should *not* check for removal, unlike sync, but should
236 public void sync() method in class:MacOSXPreferences
259 // nothing here - overridden sync() doesn't call this
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java120 Toolkit.getDefaultToolkit().sync();
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java111 Toolkit.getDefaultToolkit().sync();
142 Toolkit.getDefaultToolkit().sync();

Completed in 54 milliseconds

1234