Searched refs:force (Results 1 - 25 of 73) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java60 boolean force)
65 boolean force)
58 write(AttributeSet source, RTFGenerator target, boolean force) argument
63 writeValue(Object value, RTFGenerator target, boolean force) argument
H A DRTFAttributes.java171 boolean force)
174 return writeValue(source.getAttribute(swingName), target, force);
178 boolean force)
240 boolean force)
250 if (force || (val.booleanValue() != rtfDefault)) {
309 boolean force)
313 return ! force;
321 return ! force;
402 boolean force)
416 if (force || (int_valu
169 write(AttributeSet source, RTFGenerator target, boolean force) argument
177 writeValue(Object value, RTFGenerator target, boolean force) argument
238 writeValue(Object o_value, RTFGenerator target, boolean force) argument
307 writeValue(Object value, RTFGenerator target, boolean force) argument
400 writeValue(Object o_value, RTFGenerator target, boolean force) argument
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivator.java68 * already, and <code>force</code> is false , the stub with a
101 * @param force if true, the activator contacts the group to obtain
111 boolean force)
110 activate(ActivationID id, boolean force) argument
H A DActivationID.java102 * @param force if true, forces the activator to contact the group
111 public Remote activate(boolean force) argument
116 activator.activate(this, force);
H A DActivatable.java90 * <code>true</code> does not force an initial immediate activation of
135 * <code>true</code> does not force an initial immediate activation of
328 * <code>true</code> does not force an initial immediate activation of
399 * <code>true</code> does not force an initial immediate activation of
521 * If the force parameter is true, the object is forcibly unexported
523 * remote object still has calls in progress. If the force
528 * @param force if true, unexports the object even if there are
536 public static boolean unexportObject(Remote obj, boolean force) argument
539 return sun.rmi.transport.ObjectTable.unexportObject(obj, force);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DNamespaceContext2.java87 int force(@NotNull String uri, @NotNull String prefix); method in interface:NamespaceContext2
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DForce.java26 * @summary Check for regressions in FileChannel.force
40 // 4434115: FileChannel.write() fails when preceded by force() operation
48 fc.force(false);
53 // 4802789: FileChannel.force(true) throws IOException (windows)
59 fc.force(true);
H A DMapOverEnd.java44 map.force();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java50 transient boolean force = false; field in class:ActivatableRef
105 * fails, the object should force reactivation. Method invocation
122 boolean force = false;
132 localRef = activate(force);
133 force = true;
209 RemoteRef newRef = activate(force);
213 force == false) {
223 force = true;
226 force = false;
257 private RemoteRef activate(boolean force) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DRMIExporter.java57 public boolean unexportObject(Remote obj, boolean force) argument
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServer.java64 boolean unexport(Remote obj, boolean force) throws RemoteException; argument
H A DBenchServerImpl.java67 public boolean unexport(Remote obj, boolean force) throws RemoteException { argument
74 return UnicastRemoteObject.unexportObject(impl, force);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileDispatcher.java37 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; method in class:FileDispatcher
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp56 // satisfy allocation requests (it was done this way to force the
114 // allocation. The force parameter will be passed on to
117 HeapWord* new_alloc_region_and_allocate(size_t word_size, bool force);
125 virtual HeapRegion* allocate_new_region(size_t word_size, bool force) = 0;
H A Dg1HRPrinter.hpp97 void alloc(HeapRegion* hr, RegionType type, bool force = false) {
99 print((!force) ? Alloc : AllocForce, type, hr, NULL);
/openjdk7/jdk/test/java/nio/MappedByteBuffer/
H A DBasic.java51 mbb.force();
59 mbb.force();
H A DForce.java26 * @summary Testing force()
46 mbb.force();
H A DZeroMap.java26 * @summary Testing force(), load() isLoaded() of zero len MBB
46 mbb.force();
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java122 private void unexport(Remote obj, boolean force) argument
127 UnicastRemoteObject.unexportObject(obj, force);
129 exporter.unexportObject(obj, force);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java279 * If the force parameter is true, the object is forcibly unexported
281 * remote object still has calls in progress. If the force
286 * @param force if true, unexports the object even if there are
294 public static boolean unexportObject(Remote obj, boolean force) argument
297 return sun.rmi.transport.ObjectTable.unexportObject(obj, force);
/openjdk7/jdk/test/java/nio/charset/coders/
H A DStreamTimeout.java68 int ec, boolean force)
75 if (!r && !force) {
67 gobble(InputStream is, Reader rd, int ec, boolean force) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.hpp88 void modify(size_t avg, unsigned wt, bool force = false) {
89 assert(force, "Are you sure you want to call this?");
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountServerImpl.java100 public boolean unexportObject(boolean force) { argument
103 succeeded = Activatable.unexportObject(this, force);
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh70 // This Hack code block exists to force some verification_type_info
/openjdk7/langtools/test/tools/javac/6330997/
H A DT6330997.java79 fc.force(false);

Completed in 106 milliseconds

123