Searched defs:INLINE (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.h74 #define INLINE macro
89 #define INLINE inline macro
/openjdk7/jdk/make/sun/image/vis/
H A DMakefile66 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 Dsplashscreen_config.h57 #define INLINE static macro
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h57 #define INLINE static macro
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h55 #define INLINE __inline macro
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DElemDesc.java70 /** 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 DSoundDefs.h133 #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 DElemDesc.java70 private static final int INLINE = (1 << 9); field in class:ElemDesc
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h338 /* 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 DMimeBodyPart.java95 public static final String INLINE = "inline"; field in class:MimeBodyPart
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java34 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