Searched refs:temp (Results 201 - 225 of 355) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DEncTicketPart.java183 DerOutputStream temp = new DerOutputStream();
217 temp.write(DerValue.tag_Sequence, bytes);
220 true, (byte) 0x03), temp);
H A DHostAddresses.java205 DerOutputStream temp = new DerOutputStream();
211 temp.write(DerValue.tag_Sequence, bytes);
212 return temp.toByteArray();
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DEType.java57 String temp = cfg.getDefault("allow_weak_crypto", "libdefaults");
58 if (temp != null && temp.equals("false")) allowed = false;
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DSignatureFile.java221 String temp = AlgorithmId.getEncAlgFromSigAlg(suffix);
222 if (temp != null) suffix = temp;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1389 SurfaceDataBounds temp; local
1405 X11SD_ClipToRoot(&temp, bounds, xsdo)) {
1409 temp.x1, temp.y1,
1410 temp.x2 - temp.x1,
1411 temp.y2 - temp.y1,
1415 if (X11SD_FindClip(&temp, bounds, xsdo)) {
1418 temp
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp633 SIZE size, temp; local
731 VERIFY(::GetTextExtentPoint32W(hDC, (LPCWSTR)offsetBuffer, buflen / 2, &temp));
735 VERIFY(::GetTextExtentPoint32A(hDC, offsetBuffer, buflen, &temp));
747 x += temp.cx;
752 double dx = temp.cx * cos(rads);
753 double dy = temp.cx * sin(rads);
757 size.cx += temp.cx;
758 size.cy = (size.cy < temp.cy) ? temp.cy : size.cy;
1403 SHORT temp; local
1411 ULONG temp; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java891 int temp = 6; // overhead for p, g, y(s) values.
893 temp += dh_p.length;
894 temp += dh_g.length;
895 temp += dh_Ys.length;
899 temp += SignatureAndHashAlgorithm.sizeInRecord();
902 temp += signature.length;
904 temp += 2;
908 return temp;
1700 byte[] temp = md.digest();
1708 md.update(temp);
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c112 struct gRefStruct *temp; local
151 struct gRefStruct *temp; local
221 jobject temp = NULL; local
240 temp = (*env)->GetObjectArrayElement(env, componentFonts, i);
242 if ((*env)->IsSameObject(env, fd, temp)) {
246 (*env)->DeleteLocalRef(env, temp);
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java409 byte[] temp = new byte[len];
410 System.arraycopy(inBuf, offset, temp, 0, len);
411 return cStub.unwrap(pContext, temp, msgProp);
421 byte[] temp = new byte[len];
422 System.arraycopy(inBuf, inOffset, temp, 0, len);
423 result = cStub.unwrap(pContext, temp, msgProp);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java1167 BigInteger temp = year.remainder(BILLION);
1168 this.year = temp.intValue();
1169 setEon(year.subtract(temp));
2037 * temp := S[month] + D[month]
2038 * E[month] := modulo(temp, 1, 13)
2039 * carry := fQuotient(temp, 1, 13)
2060 BigInteger temp = BigInteger.valueOf((long) startMonth).add(dMonths);
2061 setMonth(temp.subtract(BigInteger.ONE).mod(TWELVE).intValue() + 1);
2063 new BigDecimal(temp.subtract(BigInteger.ONE)).divide(new BigDecimal(TWELVE), BigDecimal.ROUND_FLOOR).toBigInteger();
2084 * temp
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInterOperableNamingImpl.java61 String temp;
63 temp = convertNameComponentToString( theNameComponents[i] );
64 if( temp != null ) {
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DStyledParagraph.java351 int[] temp = new int[starts.length*2];
352 System.arraycopy(starts, 0, temp, 0, starts.length);
353 starts = temp;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java174 final InputStream temp = is;
175 return new FilterInputStream(temp) {
183 while(temp.read(THROW_AWAY_BUFFER) != -1);
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSNameImpl.java245 ObjectIdentifier temp = null;
249 temp = new ObjectIdentifier(din);
254 Oid oid = new Oid(temp.toString());
H A DProviderList.java507 PreferencesEntry temp = (PreferencesEntry) other;
508 return (equals(temp) ||
509 p.getName().equals(temp.p.getName()) &&
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java440 boolean temp = ((Boolean)newValue).booleanValue();
441 boolean becameFlush = temp == false && isFreeStanding == true;
442 boolean becameNormal = temp == true && isFreeStanding == false;
444 isFreeStanding = temp;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java334 //states. I do need to popuplate this temp list now though, so that
359 String temp = key.substring(prefix.length());
362 if (temp.indexOf('"') != -1 || temp.indexOf(':') != -1) continue;
364 temp = temp.substring(1);
365 //At this point, temp may be any of the following:
374 int bracketIndex = temp.indexOf(']');
376 //there is not a state string, so property = temp
377 property = temp;
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DBMMimeMultipart.java369 int temp = 0;
376 temp = is.read();
377 if (temp == -1) {
384 buffer[i] = (byte)temp;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_internal.h168 } temp;
170 temp.val = val + _lcms_double2fixmagic;
173 return temp.halves[1] >> 16;
175 return temp.halves[0] >> 16;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifColorUtilities.java425 String temp,color;
428 temp = bfr.readLine();
429 color = temp.substring(1,temp.length());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DSecuritySupport.java265 String temp[] = allowedProtocols.split(",");
266 for (String t : temp) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DSecuritySupport.java259 String temp[] = allowedProtocols.split(",");
260 for (String t : temp) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java532 String temp = s.substring(index + 6);
533 s = s.substring(0, index) + ":" + temp;
/openjdk7/jdk/src/share/classes/java/net/
H A DIDN.java352 String temp = dest.substring(ACE_PREFIX_LENGTH, dest.length());
357 StringBuffer decodeOut = Punycode.decode(new StringBuffer(temp), null);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp236 DataLayout temp; temp.set_header(0);
237 temp.set_flag_at(flag_number);
238 return temp._header._struct._flags;
242 DataLayout temp; temp.set_header(0);
243 temp._header._struct._flags = byte_constant;
244 return temp._header._bits;

Completed in 629 milliseconds

1234567891011>>