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

123

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpMultiChannelImpl.java307 * Translates native poll revent ops into a ready operation ops
309 private boolean translateReadyOps(int ops, int initialOps, argument
315 if ((ops & PollArrayWrapper.POLLNVAL) != 0) {
322 if ((ops & (PollArrayWrapper.POLLERR
329 if (((ops & PollArrayWrapper.POLLIN) != 0) &&
333 if (((ops & PollArrayWrapper.POLLOUT) != 0) &&
342 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { argument
343 return translateReadyOps(ops, sk.nioReadyOps(), sk);
347 public boolean translateAndSetReadyOps(int ops, SelectionKeyImp argument
352 translateAndSetInterestOps(int ops, SelectionKeyImpl sk) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp458 SurfaceDataOps *ops = SurfaceData_GetOps(env, sData); local
465 return (GDIWinSDOps *) ops;
472 SurfaceDataOps *ops = SurfaceData_GetOpsNoSetup(env, sData); local
473 return (GDIWinSDOps *) ops;
642 SurfaceDataOps *ops,
646 GDIWinSDOps *wsdo = (GDIWinSDOps *) ops;
747 SurfaceDataOps *ops,
750 GDIWinSDOps *wsdo = (GDIWinSDOps *) ops;
908 SurfaceDataOps *ops)
917 SetupThreadGraphicsInfo(env, (GDIWinSDOps*)ops);
641 GDIWinSD_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags) argument
746 GDIWinSD_GetRasInfo(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
907 GDIWinSD_Setup(JNIEnv *env, SurfaceDataOps *ops) argument
921 GDIWinSD_Unlock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
1187 GDIWinSD_Dispose(JNIEnv *env, SurfaceDataOps *ops) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java459 final MBeanOperationInfo[] ops = getOperations(bi);
464 cname, text, attrs, ctors, ops, ntfs, desc);
986 final MBeanOperationInfo[] ops = info.getOperations();
987 if (ops == null)
989 final int oplen = ops.length;
992 final MBeanOperationInfo o = ops[i];
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DSurfaceData.cpp109 D3DSD_Dispose(JNIEnv *env, SurfaceDataOps *ops) argument
111 D3DSDOps *d3dsdo = (D3DSDOps *)ops;
116 ptr_to_jlong(ops));
125 SurfaceDataOps *ops,
139 SurfaceDataOps *ops,
151 SurfaceDataOps *ops,
178 JNU_ThrowOutOfMemoryError(env, "creating native d3d ops");
124 D3DSD_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags) argument
138 D3DSD_GetRasInfo(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
150 D3DSD_Unlock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c349 SurfaceDataOps *ops = SurfaceData_GetOps(env, xsd); local
351 if (ops != NULL) {
352 X11SD_Dispose(env, ops);
364 SurfaceDataOps *ops = SurfaceData_GetOps(env, sData);
365 if (ops != NULL && ops->Lock != X11SD_Lock) {
367 ops = NULL;
369 return (X11SDOps *) ops;
377 X11SD_Dispose(JNIEnv *env, SurfaceDataOps *ops) argument
380 /* ops i
808 X11SD_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags) argument
916 X11SD_GetRasInfo(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
1030 X11SD_Unlock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo) argument
[all...]
/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationTest.java266 MBeanOperationInfo[] ops = mbi.getOperations();
267 for (MBeanOperationInfo op : ops) {
/openjdk7/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java276 final MBeanOperationInfo[] ops = modelMBeanInfo.getOperations();
277 for (MBeanOperationInfo op : ops) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanIntrospector.java334 ops.add(mboi);
344 ops.toArray(new MBeanOperationInfo[0]);
368 private final List<MBeanOperationInfo> ops = newList(); field in class:MBeanIntrospector.MBeanInfoMaker
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java1101 List<Method> ops = opMap.get(name);
1102 if (ops == null)
1103 ops = newList();
1104 ops.add(m);
1105 opMap.put(name, ops);
1212 List<MBeanOperationInfo> ops = newList();
1217 ops.add(new MBeanOperationInfo(name, m));
1237 ops.toArray(new MBeanOperationInfo[0]),
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef.java335 public RemoteCall newCall(RemoteObject obj, Operation[] ops, int opnum, argument
347 logClientCall(obj, ops[opnum]);
H A DActivatableRef.java312 Operation[] ops,
311 newCall(RemoteObject obj, Operation[] ops, int opnum, long hash) argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1432 static void ImageSD_dispose(JNIEnv *env, SurfaceDataOps *ops)
1438 /* ops is assumed non-null as it is checked in SurfaceData_DisposeOps */
1439 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
1449 QuartzSDOps *qsdo = (QuartzSDOps *)ops;
1465 ImageSDOps *isdo = (ImageSDOps *)ops;
1647 static jint ImageSD_Lock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo, jint lockflags)
1649 ImageSDOps *isdo = (ImageSDOps*)ops;
1654 BufImgSDOps *bisdo = (BufImgSDOps *)ops;
1693 static void ImageSD_Unlock(JNIEnv *env, SurfaceDataOps *ops, SurfaceDataRasInfo *pRasInfo)
1695 ImageSDOps *isdo = (ImageSDOps*)ops;
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java490 // Update ops of the corresponding Channels. Add the ready keys to the
591 void putEventOps(SelectionKeyImpl sk, int ops) { argument
599 pollWrapper.putEventOps(index, ops);
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_proc.c347 ph->ops = &process_ops;
H A Dps_core.c956 ph->ops = &core_ops;
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c453 ph->ops = &process_ops;
H A Dps_core.c962 ph->ops = &core_ops;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp153 static int op3_instruction(Assembler::ops opval, Register rd, Assembler::op3s op3val, Register rs1, int simm13a) {
171 static bool is_op( int x, Assembler::ops opval) {
177 static bool is_op3(int x, Assembler::op3s op3val, Assembler::ops opval) {
626 // An interface for accessing/manipulating native memory ops
715 // An interface for accessing/manipulating native memory ops
H A Dassembler_sparc.hpp588 enum ops { enum in class:Assembler
1853 // Most of the standard SPARC synthetic ops are defined here.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1985 LIR_List* ops = block->lir(); local
1986 int num_ops = ops->length();
1989 assert(visitor.no_operands(ops->at(0)), "first operation must always be a label");
1991 LIR_Op* op = ops->at(j);
3414 void process_operations(LIR_List* ops, IntervalList* input_state);
3576 void RegisterVerifier::process_operations(LIR_List* ops, IntervalList* input_state) { argument
3581 for (int i = 0; i < ops->length(); i++) {
3582 LIR_Op* op = ops->at(i);
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java322 AnnotatedRenderOp ops[] = {
338 for (AnnotatedRenderOp ar: ops) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h456 UINT WindowsKeyToJavaChar(UINT wkey, UINT modifiers, TransOps ops, BOOL &isDeadKey);
H A Dawt_Component.cpp3397 UINT AwtComponent::WindowsKeyToJavaChar(UINT wkey, UINT modifiers, TransOps ops, BOOL &isDeadKey) argument
3404 if (ops == LOAD) {
3528 if (ops == SAVE) {
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java1880 Fun[] ops = {
1888 for (Fun op : ops) {

Completed in 146 milliseconds

123