Searched refs:p200 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DNativeUnpack.java94 NativeUnpack(UnpackerImpl p200) { argument
96 _p200 = p200;
97 _props = p200.props;
98 p200._nunp = this;
103 UnpackerImpl p200 = (UnpackerImpl) Utils.getTLGlobals();
104 return (p200 == null)? null: p200._nunp;
H A DPopulationCoding.java480 PropMap p200 = Utils.currentPropMap();
482 = (p200 != null &&
483 p200.getBoolean(Utils.COM_PREFIX+"verbose.pop"));
H A DCodingChooser.java117 PropMap p200 = Utils.currentPropMap();
118 if (p200 != null) {
120 = Math.max(p200.getInteger(Utils.DEBUG_VERBOSE),
121 p200.getInteger(Utils.COM_PREFIX+"verbose.coding"));
123 = !p200.getBoolean(Utils.COM_PREFIX+"no.histogram");
125 = !p200.getBoolean(Utils.COM_PREFIX+"no.population.coding");
127 = !p200.getBoolean(Utils.COM_PREFIX+"no.adaptive.coding");
129 = p200.getInteger(Utils.COM_PREFIX+"stress.coding");
H A DBandStructure.java63 PropMap p200 = Utils.currentPropMap(); field in class:BandStructure
65 int verbose = p200.getInteger(Utils.DEBUG_VERBOSE);
66 int effort = p200.getInteger(Pack200.Packer.EFFORT);
68 boolean optDumpBands = p200.getBoolean(Utils.COM_PREFIX+"dump.bands");
69 boolean optDebugBands = p200.getBoolean(Utils.COM_PREFIX+"debug.bands");
72 boolean optVaryCodings = !p200.getBoolean(Utils.COM_PREFIX+"no.vary.codings");
73 boolean optBigStrings = !p200.getBoolean(Utils.COM_PREFIX+"no.big.strings");
H A DPackageWriter.java1331 && (!p200.getBoolean(Utils.COM_PREFIX+"invokedynamic")

Completed in 51 milliseconds