Searched refs:ops (Results 26 - 50 of 74) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectableChannel.java188 public final SelectionKey register(Selector sel, int ops, argument
195 if ((ops & ~validOps()) != 0)
201 k.interestOps(ops);
209 k = ((AbstractSelector)sel).register(this, ops, att);
H A DAbstractSelector.java163 * @param ops
173 int ops, Object att);
172 register(AbstractSelectableChannel ch, int ops, Object att) argument
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c146 static void BufImg_Dispose(JNIEnv *env, SurfaceDataOps *ops) argument
148 /* ops is assumed non-null as it is checked in SurfaceData_DisposeOps */
149 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
160 SurfaceDataOps *ops,
164 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
195 SurfaceDataOps *ops,
198 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
244 SurfaceDataOps *ops,
247 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
159 BufImg_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags) argument
194 BufImg_GetRasInfo(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
243 BufImg_Release(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTarget.java82 * @param ops The default acceptable actions for this <code>DropTarget</code>
90 public DropTarget(Component c, int ops, DropTargetListener dtl, argument
100 setDefaultActions(ops);
130 * @param ops The default acceptable actions for this <code>DropTarget</code>
137 public DropTarget(Component c, int ops, DropTargetListener dtl, argument
141 this(c, ops, dtl, act, null);
180 * @param ops The default acceptable actions for this <code>DropTarget</code>
186 public DropTarget(Component c, int ops, DropTargetListener dtl) argument
189 this(c, ops, dtl, true);
248 * @param ops th
253 setDefaultActions(int ops) argument
261 doSetDefaultActions(int ops) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSocketChannelImpl.java906 * Translates native poll revent ops into a ready operation ops
908 public boolean translateReadyOps(int ops, int initialOps, argument
914 if ((ops & PollArrayWrapper.POLLNVAL) != 0) {
921 if ((ops & (PollArrayWrapper.POLLERR
931 if (((ops & PollArrayWrapper.POLLIN) != 0) &&
936 if (((ops & PollArrayWrapper.POLLCONN) != 0) &&
943 if (((ops & PollArrayWrapper.POLLOUT) != 0) &&
952 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { argument
953 return translateReadyOps(ops, s
956 translateAndSetReadyOps(int ops, SelectionKeyImpl sk) argument
963 translateAndSetInterestOps(int ops, SelectionKeyImpl sk) argument
[all...]
H A DDatagramChannelImpl.java1039 public boolean translateReadyOps(int ops, int initialOps, argument
1045 if ((ops & PollArrayWrapper.POLLNVAL) != 0) {
1052 if ((ops & (PollArrayWrapper.POLLERR
1059 if (((ops & PollArrayWrapper.POLLIN) != 0) &&
1063 if (((ops & PollArrayWrapper.POLLOUT) != 0) &&
1071 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { argument
1072 return translateReadyOps(ops, sk.nioReadyOps(), sk);
1075 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { argument
1076 return translateReadyOps(ops, 0, sk);
1082 public void translateAndSetInterestOps(int ops, SelectionKeyImp argument
[all...]
H A DAbstractPollSelectorImpl.java70 void putEventOps(SelectionKeyImpl sk, int ops) { argument
74 pollWrapper.putEventOps(sk.getIndex(), ops);
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DChangingInterests.java26 * @summary Test that Selector doesn't spin when changing interest ops
39 static String toOpsString(int ops) { argument
41 if ((ops & OP_READ) > 0)
43 if ((ops & OP_WRITE) > 0) {
161 // if the interst ops is now 0 then Selector should not spin
165 // if interest ops is now OP_READ then make non-readable
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DMapLoops.java180 int ops = nops;
181 while (ops > 0)
182 ops -= step();
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java43 byte[] ops = new byte[insCount];
93 ops[id] = (byte) op;
110 int op = ops[id] & 0xFF;
131 ops[id] = (byte) (op = 0x13); //ldc_w
146 ops[id] = (byte) (op = 0x11); //sipush
255 int op = ops[id] & 0xFF;
274 ops[id] = (byte) wop;
281 // done expanding: ops and isWide reflect the decision
310 int op = ops[id] & 0xFF;
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DPerInterface.java109 final List<MethodAndSig> list = ops.get(operation);
257 List<MethodAndSig> list = ops.get(operationName);
265 ops.put(operationName, list);
279 private final Map<String, List<MethodAndSig>> ops = newMap(); field in class:PerInterface
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DDBCS.java192 PrintStream ops = new PrintStream(new FileOutputStream(
200 ops.println(line);
232 ops.println(line);
234 ops.close();
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c146 ph->ops->release(ph);
339 return ph->ops->get_lwp_regs(ph, lwp_id, regs);
403 return ph->ops->p_pread(ph, (uintptr_t) addr, buf, size)? PS_OK: PS_ERR;
409 return ph->ops->p_pwrite(ph, (uintptr_t)addr, buf, size)? PS_OK: PS_ERR;
414 return ph->ops->get_lwp_info(ph, lwp_id, linfo)? PS_OK: PS_ERR;
H A Dlibproc_impl.h97 ps_prochandle_ops* ops; // vtable ptr member in struct:ps_prochandle
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java578 * Translates native poll revent ops into a ready operation ops
580 private boolean translateReadyOps(int ops, int initialOps, SelectionKeyImpl sk) { argument
585 if ((ops & PollArrayWrapper.POLLNVAL) != 0) {
592 if ((ops & (PollArrayWrapper.POLLERR
602 if (((ops & PollArrayWrapper.POLLIN) != 0) &&
607 if (((ops & PollArrayWrapper.POLLCONN) != 0) &&
614 if (((ops & PollArrayWrapper.POLLOUT) != 0) &&
624 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { argument
625 return translateReadyOps(ops, s
630 translateAndSetReadyOps(int ops, SelectionKeyImpl sk) argument
635 translateAndSetInterestOps(int ops, SelectionKeyImpl sk) argument
[all...]
H A DDevPollSelectorImpl.java183 void putEventOps(SelectionKeyImpl sk, int ops) { argument
187 pollWrapper.setInterest(fd, ops);
H A DEPollSelectorImpl.java183 void putEventOps(SelectionKeyImpl ski, int ops) { argument
187 pollWrapper.setInterest(ch.getFDVal(), ops);
H A DEventPortSelectorImpl.java154 public void putEventOps(SelectionKeyImpl sk, int ops) { argument
158 pollWrapper.setInterest(fd, ops);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c152 "OGLSD_InitTextureObject: ops are null");
255 "OGLSurfaceData_initTexture: ops are null");
408 "OGLSurfaceData_initFBObject: ops are null");
465 "OGLSurfaceData_initFlipBackbuffer: ops are null");
505 "OGLSurfaceData_getTextureTarget: ops are null");
523 "OGLSurfaceData_getTextureID: ops are null");
591 OGLSD_Dispose(JNIEnv *env, SurfaceDataOps *ops) argument
593 OGLSDOps *oglsdo = (OGLSDOps *)ops;
598 ptr_to_jlong(ops), pConfigInfo);
607 SurfaceDataOps *ops,
606 OGLSD_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags) argument
620 OGLSD_GetRasInfo(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
632 OGLSD_Unlock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java125 // ensures that the ready ops are updated rather than replaced by a
149 // ready ops have already been set on this update
233 public void putEventOps(SelectionKeyImpl ski, int ops) { argument
236 kqueueWrapper.setInterest(ski.channel, ops);
/openjdk7/jdk/test/javax/management/MustBeValidMBeanInfo/
H A DMustBeValidCommand.java185 final MBeanOperationInfo[] ops = makeOpInfos(operations);
193 atts, ctors, ops, notifs);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c147 ph->ops->release(ph);
337 return ph->ops->get_lwp_regs(ph, lwp_id, regs);
406 return ph->ops->p_pread(ph, (uintptr_t) addr, buf, size)? PS_OK: PS_ERR;
412 return ph->ops->p_pwrite(ph, (uintptr_t)addr, buf, size)? PS_OK: PS_ERR;
H A Dlibproc_impl.h95 ps_prochandle_ops* ops; // vtable ptr member in struct:ps_prochandle
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DMapLoops.java102 System.out.print(" ops: " + nops);
222 int ops = nops;
223 while (ops > 0)
224 ops -= step();
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanExceptionTest.java126 final String[] ops = {"getAttribute", "setAttribute", "invoke"};
131 for (int i = 0; i < ops.length; i++) {
138 String what = ops[i] + "/" + target;

Completed in 81 milliseconds

123