Searched defs:STRIP (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMWSFilter.java39 public static final short STRIP = 2; field in interface:DTMWSFilter
54 * @return one of NOTSTRIP, STRIP, or INHERIT.
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java69 * p.put(Packer.CODE_ATTRIBUTE_PFX+"LineNumberTable", Packer.STRIP);
369 * {@link #STRIP}, and {@link #PASS}.
374 * {@link #STRIP} means that the attribute will be dropped.
384 * p.put(UNKNOWN_ATTRIBUTE, STRIP);
398 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
415 * p.put(CODE_ATTRIBUTE_PFX+"LineNumberTable", STRIP);
416 * p.put(CODE_ATTRIBUTE_PFX+"LocalVariableTable", STRIP);
417 * p.put(CLASS_ATTRIBUTE_PFX+"SourceFile", STRIP);
427 * The special strings {@link #ERROR}, {@link #STRIP}, and
438 * The special strings {@link #ERROR}, {@link #STRIP}, an
490 String STRIP = "strip"; field in interface:Pack200.Packer
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageClear_f.c60 #define STRIP(pd, color, w, h, chan, data_type) \ macro
437 STRIP(pimg, color, img_width, img_height, 1, mlib_u8);
469 STRIP(pimg, color, img_width, img_height, 2, mlib_u8);
502 STRIP(pimg, color, img_width, img_height, 3, mlib_u8);
560 STRIP(pimg, color, img_width, img_height, 4, mlib_u8);
592 STRIP(pimg, color, img_width, img_height, 1, mlib_s16);
623 STRIP(pimg, color, img_width, img_height, 2, mlib_s16);
655 STRIP(pimg, color, img_width, img_height, 3, mlib_s16);
712 STRIP(pimg, color, img_width, img_height, 4, mlib_s16);
745 STRIP(pim
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageCopy.c182 #define STRIP(pd, ps, w, h, data_type) { \ macro
331 STRIP(pdst, psrc, src_width, src_height, mlib_u8);
439 STRIP(pdst, psrc, src_width, src_height, mlib_u16);
541 STRIP(pdst, psrc, src_width, src_height, mlib_u32);
H A Dmlib_c_ImageThresh1_U8.c82 #define STRIP(pd, ps, w, h, ch, th, gh, gl) { \ macro
139 STRIP(pdst, psrc, width, height, 1, thresh, ghigh, glow);
184 STRIP(pdst, psrc, width, height, 2, thresh, ghigh, glow);
232 STRIP(pdst, psrc, width, height, 3, thresh, ghigh, glow);
286 STRIP(pdst, psrc, width, height, 4, thresh, ghigh, glow);

Completed in 2795 milliseconds