Searched defs:INLINE (Results 1 - 11 of 11) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Debug.h | 74 #define INLINE macro 89 #define INLINE inline macro
|
/openjdk7/jdk/make/sun/image/vis/ |
H A D | Makefile | 66 INLINE = $(PLATFORM_SRC)/native/sun/awt/medialib/vis_$(ARCH_DATA_MODEL).il macro 68 CFLAGS += $(CFLAGS_$(ARCH)) $(INLINE) -I$(PLATFORM_SRC)/native/sun/awt/medialib -I$(SHARE_SRC)/native/sun/awt/medialib
|
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/ |
H A D | splashscreen_config.h | 57 #define INLINE static macro
|
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/ |
H A D | splashscreen_config.h | 57 #define INLINE static macro
|
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/ |
H A D | splashscreen_config.h | 55 #define INLINE __inline macro
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/ |
H A D | ElemDesc.java | 70 /** Defines mnemonic and bit-value for the INLINE flag */ 71 static final int INLINE = (1 << 9); field in class:ElemDesc
|
/openjdk7/jdk/src/share/native/com/sun/media/sound/ |
H A D | SoundDefs.h | 133 #define INLINE _inline macro 138 #define INLINE macro 143 #define INLINE inline macro 148 #define INLINE inline macro
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/ |
H A D | ElemDesc.java | 70 private static final int INLINE = (1 << 9); field in class:ElemDesc
|
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | jmorecfg.h | 338 /* If your compiler supports inline functions, define INLINE 342 #ifndef INLINE 344 #define INLINE __inline__ macro 346 #ifndef INLINE 347 #define INLINE /* default is to define it as empty */ macro
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ |
H A D | MimeBodyPart.java | 95 public static final String INLINE = "inline"; field in class:MimeBodyPart
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
H A D | HtmlTag.java | 34 A(BlockType.INLINE, EndTag.END), 37 BR(BlockType.INLINE, EndTag.NOEND), 40 CODE(BlockType.INLINE, EndTag.END), 45 EM(BlockType.INLINE, EndTag.END), 46 FONT(BlockType.INLINE, EndTag.END), 58 I(BlockType.INLINE, EndTag.END), 59 IMG(BlockType.INLINE, EndTag.NOEND), 70 SMALL(BlockType.INLINE, EndTag.END), 71 SPAN(BlockType.INLINE, EndTag.END), 72 STRONG(BlockType.INLINE, EndTa 91 INLINE, enum constant in enum:HtmlTag.BlockType [all...] |
Completed in 67 milliseconds