Searched refs:cv (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DSSLContextVersion.java56 for (ContextVersion cv : ContextVersion.values()) {
57 System.out.println("Checking SSLContext of " + cv.contextVersion);
58 SSLContext context = SSLContext.getInstance(cv.contextVersion);
61 if (!cv.contextVersion.equals("Default")) {
78 if (protocol.equals(cv.defaultProtocolVersion)) {
100 if (protocol.equals(cv.supportedProtocolVersion)) {
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArcIterator.java37 double x, y, w, h, angStRad, increment, cv; field in class:ArcIterator
55 this.cv = 0.5522847498307933;
58 cv = -cv;
63 this.cv = btan(increment);
64 if (cv == 0) {
238 coords[0] = (float) (x + (relx - cv * rely) * w);
239 coords[1] = (float) (y + (rely + cv * relx) * h);
243 coords[2] = (float) (x + (relx + cv * rely) * w);
244 coords[3] = (float) (y + (rely - cv * rel
[all...]
H A DRoundRectIterator.java86 private static final double cv = 4.0 / 3.0 * a * b / c; field in class:RoundRectIterator
87 private static final double acv = (1.0 - cv) / 2.0;
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCircularList.java52 CircularListTest cv = (CircularListTest)q.readObject();
53 if (cv != cv.next) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DField.java140 ConstantValue cv = getConstantValue();
142 if(cv != null)
143 buf.append(" = " + cv);
H A DDescendingVisitor.java144 public void visitConstantValue(ConstantValue cv) { argument
145 stack.push(cv);
146 cv.accept(visitor);
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableRS.hpp53 card_is_dirty_wrt_gen_iter(jbyte cv) { argument
54 return CardTableModRefBS::card_is_dirty_wrt_gen_iter(cv);
166 static bool youngergen_may_have_been_dirty(jbyte cv) { argument
167 return cv == CardTableRS::cur_youngergen_and_prev_nonclean_card;
H A DcardTableModRefBS.hpp79 static bool card_is_dirty_wrt_gen_iter(jbyte cv) { argument
80 return cv == dirty_card || cv == precleaned_card;
83 // Returns "true" iff the value "cv" will cause the card containing it
86 virtual bool card_will_be_scanned(jbyte cv) { argument
87 return CardTableModRefBS::card_is_dirty_wrt_gen_iter(cv);
90 // Returns "true" iff the value "cv" may have represented a dirty card at
92 virtual bool card_may_have_been_dirty(jbyte cv) { argument
93 return card_is_dirty_wrt_gen_iter(cv);
499 bool card_will_be_scanned(jbyte cv);
[all...]
H A DcardTableModRefBS.cpp719 bool CardTableModRefBSForCTRS::card_will_be_scanned(jbyte cv) { argument
721 CardTableModRefBS::card_will_be_scanned(cv) ||
722 _rs->is_prev_nonclean_card_val(cv);
725 bool CardTableModRefBSForCTRS::card_may_have_been_dirty(jbyte cv) { argument
727 cv != clean_card &&
728 (CardTableModRefBS::card_may_have_been_dirty(cv) ||
729 CardTableRS::youngergen_may_have_been_dirty(cv));
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp253 static int cond_timedwait(cond_t *cv, mutex_t *mx, timestruc_t *abst) argument
254 { return _cond_timedwait(cv, mx, abst); }
255 static int cond_wait(cond_t *cv, mutex_t *mx) { return _cond_wait(cv, mx); } argument
256 static int cond_signal(cond_t *cv) { return _cond_signal(cv); } argument
257 static int cond_broadcast(cond_t *cv) { return _cond_broadcast(cv); } argument
258 static int cond_init(cond_t *cv) { return _cond_init(cv, o argument
259 cond_destroy(cond_t *cv) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp217 typedef int (*int_fnP_cond_tP_mutex_tP_timestruc_tP)(cond_t *cv, mutex_t *mx, timestruc_t *abst);
218 typedef int (*int_fnP_cond_tP_mutex_tP)(cond_t *cv, mutex_t *mx);
223 typedef int (*int_fnP_cond_tP_i_vP)(cond_t *cv, int scope, void *arg);
224 typedef int (*int_fnP_cond_tP)(cond_t *cv);
H A DglobalDefinitions_sparcWorks.hpp231 typedef int (*int_fnP_cond_tP_mutex_tP_timestruc_tP)(cond_t *cv, mutex_t *mx, timestruc_t *abst);
232 typedef int (*int_fnP_cond_tP_mutex_tP)(cond_t *cv, mutex_t *mx);
237 typedef int (*int_fnP_cond_tP_i_vP)(cond_t *cv, int scope, void *arg);
238 typedef int (*int_fnP_cond_tP)(cond_t *cv);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTableView.java243 View cv = rv.getView(cell);
246 int rowSpan = getRowsOccupied(cv);
247 int colSpan = getColumnsOccupied(cv);
417 View cv = row.getView(cell);
419 int rowSpan = getRowsOccupied(cv);
420 int colSpan = getColumnsOccupied(cv);
422 checkSingleColumnCell(axis, col, cv);
437 View cv = row.getView(cell);
439 int colSpan = getColumnsOccupied(cv);
441 checkMultiColumnCell(axis, col, colSpan, cv);
[all...]
H A DAsyncBoxView.java500 View cv = changing.getChildView();
501 if (cv == child) {
772 View cv = cs.getChildView();
773 Shape v = cv.modelToView(pos, ca, b);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java298 View cv = rv.getView(cell);
300 AttributeSet a = cv.getAttributes();
309 int rowSpan = getRowsOccupied(cv);
313 int colSpan = getColumnsOccupied(cv);
416 View cv = row.getView(cell);
417 if (skipComments && !(cv instanceof CellView)) {
421 int rowSpan = getRowsOccupied(cv);
422 int colSpan = getColumnsOccupied(cv);
424 checkSingleColumnCell(axis, col, cv);
440 View cv
[all...]
H A DCSSBorder.java98 ColorValue cv;
100 cv = (ColorValue) o;
104 cv = (ColorValue) attrs.getAttribute(Attribute.COLOR);
105 if (cv == null) {
106 cv = (ColorValue) PARSERS[COLOR].parseCssValue(
110 return cv.getValue();
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c749 PDH_FMT_COUNTERVALUE cv; local
751 PdhGetFormattedCounterValue_i(hc, PDH_FMT_LONG, NULL, &cv);
757 if (cv.CStatus != PDH_CSTATUS_VALID_DATA) {
759 } else if (cv.longValue == myPid) {
810 PDH_FMT_COUNTERVALUE cv; local
832 if (getPerformanceData(&multiCounterCPULoad.query, c, &cv, PDH_FMT_DOUBLE ) == CONFIG_SUCCESSFUL) {
833 return cv.doubleValue / 100;
841 PDH_FMT_COUNTERVALUE cv; local
853 if (getPerformanceData(&cntProcLoad.query, cntProcLoad.counter, &cv, PDH_FMT_DOUBLE | PDH_FMT_NOCAP100) == CONFIG_SUCCESSFUL) {
854 double d = cv
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java193 ConstantValue cv = field.getConstantValue();
195 if(cv != null) {
196 String value = cv.toString();
/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMailcapFile.java466 List cv = (List)commands.get(cmdName);
467 if (cv == null)
469 // add everything in cv to ccv, if it's not already there
470 Iterator cvn = cv.iterator();
486 List cv = (List)commands.get(cmdName);
487 curcommands.put(cmdName, cv);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DValueGen24.java182 boolean cv = false; // true if we've already implemented CustomValue
187 cv = true;
212 if ( v.isCustom () && !cv)
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DBasicConstraints.java422 CertPathValidator cv = CertPathValidator.getInstance("PKIX");
423 cv.validate(path, paras);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXIconWindow.java374 int cv = 0;
377 cv = cv + (1 << dbit);
381 destBuf[didx] = (byte)cv;
382 cv = 0;
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java246 // cv is the length of P1-P0 and P2-P3 divided by the radius of the arc
247 // (so, cv assumes the arc has radius 1). P0, P1, P2, P3 are the points that
251 float cv = (float) ((4.0 / 3.0) * sqrt(0.5-cosext2) /
253 // if clockwise, we need to negate cv.
255 cv = -cv;
259 final float x2 = x1 - cv * omy;
260 final float y2 = y1 + cv * omx;
264 final float x3 = x4 + cv * my;
265 final float y3 = y4 - cv * m
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitive.java529 Blit cv = Blit.getFromCache(srctype, CompositeType.SrcNoEa, dsttype);
530 if (cv == null) {
534 return cv;
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java402 * Gives a fully serialized "true state" for each pair (ClassValue cv, Class type).
576 ClassValue<?> cv = e.classValueOrNull();
577 if (cv == null) return 0; // entry is not live!
579 return (pos - cv.hashCodeForCache) & mask;

Completed in 142 milliseconds

12