Searched refs:get_type (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/portable/
H A DValueHelper.java42 TypeCode get_type(); method in interface:ValueHelper
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetEventProcessor.java46 if (ev.get_type() == (int)XConstants.DestroyNotify &&
54 if (ev.get_type() == (int)XConstants.PropertyNotify) {
63 if (ev.get_type() != (int)XConstants.ClientMessage) {
H A DXFocusProxyWindow.java65 int type = ev.get_type();
H A DXMSelection.java206 switch (xev.get_type()) {
321 if (xev.get_type() == XConstants.DestroyNotify) {
325 else if (xev.get_type() == XConstants.PropertyNotify) {
H A DXEmbeddingContainer.java123 switch(xev.get_type()) {
H A DXToolkit.java404 if (e.get_type() == XConstants.MotionNotify) {
416 } else if (e.get_type() == XConstants.LeaveNotify) {
424 } else if (e.get_type() == XConstants.EnterNotify) {
471 (ev.get_type() == XConstants.MotionNotify || ev.get_type() == XConstants.EnterNotify || ev.get_type() == XConstants.LeaveNotify))
476 if( ev.get_type() == XConstants.MappingNotify ) {
557 if (ev.get_type() != XConstants.NoExpose) {
560 if (awt_UseXKB_Calls && ev.get_type() == awt_XKBBaseEventCode) {
585 if( keyEventLog.isLoggable(PlatformLogger.FINE) && (ev.get_type()
[all...]
H A DXContentWindow.java90 switch (e.get_type()) {
H A DXDragSourceContextPeer.java541 if (ev.get_type() != (int)XConstants.ClientMessage) {
582 switch (ev.get_type()) {
607 switch (ev.get_type()) {
615 if (ev.get_type() == (int)XConstants.KeyRelease) {
H A DXWindow.java677 int type = xev.get_type();
764 if (xev.get_type() == XConstants.ButtonPress) {
889 if (xce.get_type() == XConstants.EnterNotify) {
906 if (xce.get_type() == XConstants.EnterNotify) {
933 if (xce.get_type() == XConstants.EnterNotify) {
975 if (xce.get_type() == XConstants.EnterNotify) {
1129 (ev.get_type() == XConstants.KeyPress ? "KEY_PRESSED; " : "KEY_RELEASED; ")+
1195 (ev.get_type() == XConstants.KeyPress ? "KEY_PRESSED; " : "KEY_RELEASED; ")+
H A DXSelection.java719 switch (ev.get_type()) {
812 switch (ev.get_type()) {
860 switch (ev.get_type()) {
H A DXTrayIconPeer.java103 if (isDisposed() || ev.get_type() != XConstants.ConfigureNotify) {
199 if (isDisposed() || ev.get_type() != XConstants.ReparentNotify) {
H A DXClipboard.java188 if (ev.get_type() == XConstants.SelectionNotify) {
H A DXEmbedClientHelper.java164 switch(xev.get_type()) {
H A DXEmbeddedFramePeer.java129 switch (e.get_type()) {
H A DXEmbedServerTester.java634 if (ev.get_type() == ClientMessage) {
672 int eventID = (int)ev.get_type() | SYSTEM_EVENT_MASK;
H A DMotifDnDDragSourceProtocol.java405 switch (ev.get_type()) {
H A DXEmbedChildProxyPeer.java346 int type = xev.get_type();
H A DXBaseWindow.java1001 switch (xev.get_type()) {
1040 switch (ev.get_type()) {
1072 int type = xev.get_type();
H A DXWindowPeer.java808 if (xev.get_type() == XConstants.FocusIn)
1956 if( ev.get_type() == XConstants.PropertyNotify ) {
2142 if (xbe.get_type() == XConstants.ButtonPress
2147 } else if (xbe.get_type() == XConstants.ButtonRelease
2174 if (xbe.get_type() == XConstants.ButtonPress) {
H A DXComponentPeer.java617 if (xev.get_type() == XConstants.ButtonPress) {
1268 switch (e.get_type()) {
1282 switch(e.get_type()) {
H A DXEmbedCanvasPeer.java190 switch (ev.get_type()) {
790 int type = xev.get_type();
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp165 switch (result->get_type()) {
337 args->verify(method, result->get_type(), thread);
339 else debug_only(args->verify(method, result->get_type(), thread));
343 assert(result->get_type() == T_VOID, "an empty method must return a void value");
376 bool oop_result_flag = (result->get_type() == T_OBJECT || result->get_type() == T_ARRAY);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp234 static const Type* get_type(ciType* t) { return Type::get_typeflow_type(t); } function in class:Parse::Block
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java894 modifier = ((ValueHelper)factory).get_type().type_modifier();
1392 if (((ValueHelper)helper).get_type().type_modifier() == VM_CUSTOM.value)
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp620 BasicType get_type() const { return _type; } function in class:JavaValue

Completed in 749 milliseconds

12