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

/libcore/ojluni/src/main/java/java/util/jar/
H A DPack200.java69 * p.put(Packer.CODE_ATTRIBUTE_PFX+"LineNumberTable", Packer.STRIP);
371 * {@link #STRIP}, and {@link #PASS}.
376 * {@link #STRIP} means that the attribute will be dropped.
386 * p.put(UNKNOWN_ATTRIBUTE, STRIP);
400 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
417 * p.put(CODE_ATTRIBUTE_PFX+"LineNumberTable", STRIP);
418 * p.put(CODE_ATTRIBUTE_PFX+"LocalVariableTable", STRIP);
419 * p.put(CLASS_ATTRIBUTE_PFX+"SourceFile", STRIP);
429 * The special strings {@link #ERROR}, {@link #STRIP}, and
440 * The special strings {@link #ERROR}, {@link #STRIP}, an
492 String STRIP = "strip"; field in interface:Pack200.Packer
[all...]

Completed in 5 milliseconds