Searched refs:rp (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/security/spec/
H A DECFieldF2m.java44 private BigInteger rp; field in class:ECFieldF2m
59 this.rp = null;
67 * on <code>rp</code> whose i-th bit correspondes to
77 * @param rp the BigInteger whose i-th bit corresponds to
79 * @exception NullPointerException if <code>rp</code> is null.
81 * is not positive, or <code>rp</code> does not represent
84 public ECFieldF2m(int m, BigInteger rp) { argument
85 // check m and rp
87 this.rp = rp;
[all...]
/openjdk7/jdk/src/share/sample/nio/server/
H A DRequestServicer.java73 Reply rp = null;
80 rp = new Reply(Reply.Code.BAD_REQUEST,
83 if (rp == null) rp = build(rq); // Build
84 do {} while (rp.send(cio)); // Send
87 rp.release();
108 if (rp != null) {
109 rp.release();
138 Reply rp = null;
142 rp
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrs.java33 private HashMap rp; field in class:ReversePtrs
36 rp = new HashMap();
41 ArrayList al = (ArrayList) rp.get((Object) to);
48 rp.put((Object) to, (Object) al);
57 return (ArrayList) rp.get((Object)obj);
H A DReversePtrsAnalysis.java63 rp = new ReversePtrs();
64 vm.setRevPtrs(rp);
129 rp.put(lp, next);
171 private ReversePtrs rp; field in class:ReversePtrsAnalysis
244 rp.put(new LivenessPathElement(currObj, field.getID()), next);
280 rp.put(lp, next);
289 rp.put(lp, next);
/openjdk7/jdk/test/java/security/BasicPermission/
H A DHomogeneity.java37 java.lang.RuntimePermission rp = new java.lang.RuntimePermission
46 java.security.PermissionCollection perms = rp.newPermissionCollection();
48 perms.add(rp);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.hpp34 static void invoke_at_safepoint(int level, ReferenceProcessor* rp,
H A DreferenceProcessor.hpp543 NoRefDiscovery(ReferenceProcessor* rp) : _rp(rp) { argument
566 ReferenceProcessorSpanMutator(ReferenceProcessor* rp, argument
568 _rp(rp) {
587 ReferenceProcessorMTDiscoveryMutator(ReferenceProcessor* rp, argument
589 _rp(rp) {
609 ReferenceProcessorIsAliveMutator(ReferenceProcessor* rp, argument
611 _rp(rp) {
630 ReferenceProcessorAtomicMutator(ReferenceProcessor* rp, argument
632 _rp(rp) {
652 ReferenceProcessorMTProcMutator(ReferenceProcessor* rp, bool mt) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.hpp54 static void invoke_at_safepoint(ReferenceProcessor* rp,
H A Dg1MarkSweep.cpp57 void G1MarkSweep::invoke_at_safepoint(ReferenceProcessor* rp, argument
69 assert(rp != NULL, "should be non-NULL");
70 assert(rp == G1CollectedHeap::heap()->ref_processor_stw(), "Precondition");
72 GenMarkSweep::_ref_processor = rp;
73 rp->setup_policy(clear_all_softrefs);
147 ReferenceProcessor* rp = GenMarkSweep::ref_processor(); local
148 assert(rp == G1CollectedHeap::heap()->ref_processor_stw(), "Sanity");
150 rp->setup_policy(clear_all_softrefs);
152 rp->process_discovered_references(&GenMarkSweep::is_alive,
H A Dg1OopClosures.hpp75 G1ParScanClosure(G1CollectedHeap* g1, G1ParScanThreadState* par_scan_state, ReferenceProcessor* rp) : argument
79 _ref_processor = rp;
106 G1ParScanPartialArrayClosure(G1CollectedHeap* g1, G1ParScanThreadState* par_scan_state, ReferenceProcessor* rp) : argument
107 G1ParClosureSuper(g1, par_scan_state), _scanner(g1, par_scan_state, rp)
141 ReferenceProcessor* rp) :
142 _scanner(g1, par_scan_state, rp),
140 G1ParCopyClosure(G1CollectedHeap* g1, G1ParScanThreadState* par_scan_state, ReferenceProcessor* rp) argument
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.h68 static uint parse(byte* &rp, int B, int H);
69 static uint parse_lgH(byte* &rp, int B, int H, int lgH);
70 static void parseMultiple(byte* &rp, int N, byte* limit, int B, int H);
72 uint parse(byte* &rp) { argument
73 return parse(rp, CODING_B(spec), CODING_H(spec));
75 void parseMultiple(byte* &rp, int N, byte* limit) { argument
76 parseMultiple(rp, N, limit, CODING_B(spec), CODING_H(spec));
155 byte* rp; // read pointer member in struct:value_stream
173 assert(rp < rplimit);
174 return *rp
[all...]
H A Dcoding.cpp177 assert(state->rp == state->rplimit); // not in mid-stream, please
186 uint coding::parse(byte* &rp, int B, int H) { argument
188 byte* ptr = rp;
192 { rp = ptr; return b_i; }
200 { rp = ptr; return sum; }
208 uint coding::parse_lgH(byte* &rp, int B, int H, int lgH) { argument
211 byte* ptr = rp;
215 { rp = ptr; return b_i; }
223 { rp = ptr; return sum; }
233 void coding::parseMultiple(byte* &rp, in argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtrans.c247 png_bytep rp = row; local
253 *rp = (png_byte)(~(*rp));
254 rp++;
261 png_bytep rp = row; local
267 *rp = (png_byte)(~(*rp));
268 rp += 2;
276 png_bytep rp = row; local
282 *rp
301 png_bytep rp = row; local
430 png_bytep rp; local
585 png_bytep rp; local
598 png_bytep rp; local
615 png_bytep rp; local
631 png_bytep rp; local
[all...]
H A Dpngwtran.c610 png_bytep rp; local
622 for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel)
624 *(rp) = (png_byte)((*rp - *(rp + 1)) & 0xff);
625 *(rp + 2) = (png_byte)((*(rp + 2) - *(rp + 1)) & 0xff);
632 png_bytep rp; local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.hpp65 static void set_ref_processor(ReferenceProcessor* rp) { // delete this method argument
66 _ref_processor = rp;
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DMaxDepth.java43 Path rp = file.relativize(top);
44 return (rp.getFileName().toString().equals("")) ? 0 : rp.getNameCount();
/openjdk7/jdk/test/java/lang/ref/
H A DBasic.java38 static Reference rw, rw2, rp, rp2; field in class:Basic
68 + ", P " + rp.get()
90 rp = new PhantomReference(s, q);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DBsdFileStore.java58 byte[] rp = UnixNativeDispatcher.realpath(file());
59 path = new UnixPath(fs, rp);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java772 private float[] rp = new float[8]; field in class:Stroker
848 kind = computeOffsetCubic(middle, curCurveOff, lp, rp);
851 kind = computeOffsetQuad(middle, curCurveOff, lp, rp);
858 emitCurveTo(rp[0], rp[1], rp[2], rp[3], rp[4], rp[5], rp[
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalToolBarUI.java122 JRootPane rp = SwingUtilities.getRootPane(from);
123 if (rp != null) {
133 getRootPane((Component)component) == rp) {
149 JRootPane rp = SwingUtilities.getRootPane(c);
151 point = SwingUtilities.convertPoint(c, point, rp);
155 point = SwingUtilities.convertPoint(tb, point, rp);
302 JRootPane rp = SwingUtilities.getRootPane(c);
308 point = SwingUtilities.convertPoint(c, point, rp);
312 point = SwingUtilities.convertPoint(mb, point, rp);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java460 RefPattern rp = (RefPattern)defines.get(name);
461 if (rp.getPattern() == null) {
462 sb.error("reference_to_undefined", name, rp.getRefLocator());
463 rp.setPattern(sb.pb.makeError());
487 private void define(RefPattern rp, GrammarSection.Combine combine, ParsedPattern pattern, Location loc) argument
489 switch (rp.getReplacementStatus()) {
492 if (rp.isCombineImplicit()) {
493 if (rp.getName() == null)
496 sb.error("duplicate_define", rp.getName(), (Locator)loc);
499 rp
[all...]
/openjdk7/jdk/test/java/security/Permission/
H A DNullName.java63 RuntimePermission rp = new RuntimePermission(null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DAbstractMappingImpl.java131 CReferencePropertyInfo rp = (CReferencePropertyInfo) p;
133 Collection<CElement> elements = rp.getElements();
140 result.add(createPropertyImpl(rp, ref.getElementName()));
148 if (rp.isCollection()) {
149 fr = new ElementCollectionAdapter(parent.outline.getField(rp), eref);
151 fr = new ElementSingleAdapter(parent.outline.getField(rp), eref);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp111 ReferenceProcessor* rp,
121 ReferenceProcessor* rp,
123 KlassRememberingOopClosure(collector, rp, revisit_stack) {}
140 ReferenceProcessor* rp,
178 ReferenceProcessor* rp,
214 ReferenceProcessor* rp,
262 ReferenceProcessor* rp,
120 Par_KlassRememberingOopClosure(CMSCollector* collector, ReferenceProcessor* rp, CMSMarkStack* revisit_stack) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJApplet.java160 JRootPane rp = new JRootPane();
165 rp.setOpaque(true);
166 return rp;

Completed in 471 milliseconds

123