Searched defs:cType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DContentType.java234 * @param cType to compare this against
236 public boolean match(ContentType cType) { argument
238 if (!primaryType.equalsIgnoreCase(cType.getPrimaryType()))
241 String sType = cType.getSubType();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDragSourceContextPeer.java169 protected native void setNativeCursor(long nativeCtxt, Cursor c, int cType); argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java465 protected native void setNativeCursor(long nativeCtxt, Cursor c, int cType); argument
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java206 int cType);
205 setNativeCursor(long nativeCtxt, Cursor c, int cType) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceContextPeer.java264 protected void setNativeCursor(long nativeCtxt, Cursor c, int cType) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java1324 private int cType; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SSGlobalTypesImpl
1331 cType = readInt();
1334 public int getNumTypes() { return cType; }
1344 cType);

Completed in 49 milliseconds