Searched refs:temp (Results 26 - 50 of 355) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java98 String temp = getParameter("columns");
99 if (temp == null) {
102 columns = Integer.parseInt(temp);
105 temp = getParameter("scale");
106 if (temp == null) {
109 scale = Integer.parseInt(temp);
112 temp = getParameter("orientation");
113 if (temp == null) {
115 } else if (temp.equalsIgnoreCase("horizontal")) {
123 String temp
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSHA.java127 int temp = W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16];
128 W[t] = (temp << 1) | (temp >>> 31);
139 int temp = ((a<<5) | (a>>>(32-5))) +
145 a = temp;
150 int temp = ((a<<5) | (a>>>(32-5))) +
156 a = temp;
161 int temp = ((a<<5) | (a>>>(32-5))) +
167 a = temp;
172 int temp
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DLastReqEntry.java81 DerOutputStream temp = new DerOutputStream();
82 temp.putInteger(lrType);
83 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), temp);
85 temp = new DerOutputStream();
86 temp.write(DerValue.tag_Sequence, bytes);
87 return temp.toByteArray();
H A DKRBPriv.java127 DerOutputStream temp, bytes;
128 temp = new DerOutputStream();
129 temp.putInteger(BigInteger.valueOf(pvno));
131 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), temp);
132 temp = new DerOutputStream();
133 temp.putInteger(BigInteger.valueOf(msgType));
134 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), temp);
136 temp = new DerOutputStream();
137 temp.write(DerValue.tag_Sequence, bytes);
139 bytes.write(DerValue.createTag(DerValue.TAG_APPLICATION, true, (byte)0x15), temp);
[all...]
H A DPAEncTSEnc.java105 DerOutputStream temp = new DerOutputStream();
108 temp = new DerOutputStream();
109 temp.putInteger(BigInteger.valueOf(pAUSec.intValue()));
110 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), temp);
112 temp = new DerOutputStream();
113 temp.write(DerValue.tag_Sequence, bytes);
114 return temp.toByteArray();
H A DAPRep.java128 DerOutputStream temp = new DerOutputStream();
129 temp.putInteger(BigInteger.valueOf(pvno));
130 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x00), temp);
131 temp = new DerOutputStream();
132 temp.putInteger(BigInteger.valueOf(msgType));
133 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x01), temp);
135 temp = new DerOutputStream();
136 temp.write(DerValue.tag_Sequence, bytes);
138 aprep.write(DerValue.createTag(DerValue.TAG_APPLICATION, true, (byte) 0x0F), temp);
H A DAuthorizationDataEntry.java98 DerOutputStream temp = new DerOutputStream();
99 temp.putInteger(adType);
100 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x00), temp);
101 temp = new DerOutputStream();
102 temp.putOctetString(adData);
103 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x01), temp);
104 temp = new DerOutputStream();
105 temp.write(DerValue.tag_Sequence, bytes);
106 return temp.toByteArray();
H A DEncKrbPrivPart.java144 DerOutputStream temp = new DerOutputStream();
147 temp.putOctetString(userData);
148 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x00), temp);
153 temp = new DerOutputStream();
154 temp.putInteger(BigInteger.valueOf(usec.intValue()));
155 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x02), temp);
158 temp = new DerOutputStream();
160 temp.putInteger(BigInteger.valueOf(seqNumber.longValue()));
161 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x03), temp);
167 temp
[all...]
H A DKRBSafeBody.java128 DerOutputStream temp = new DerOutputStream();
129 temp.putOctetString(userData);
130 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x00), temp);
134 temp = new DerOutputStream();
135 temp.putInteger(BigInteger.valueOf(usec.intValue()));
136 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x02), temp);
139 temp = new DerOutputStream();
141 temp.putInteger(BigInteger.valueOf(seqNumber.longValue()));
142 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x03), temp);
146 temp
[all...]
H A DKRBCred.java162 DerOutputStream temp, bytes, out;
163 temp = new DerOutputStream();
164 temp.putInteger(BigInteger.valueOf(pvno));
167 true, (byte) 0x00), temp);
168 temp = new DerOutputStream();
169 temp.putInteger(BigInteger.valueOf(msgType));
171 true, (byte) 0x01), temp);
172 temp = new DerOutputStream();
174 temp.write(tickets[i].asn1Encode());
177 bytes.write(DerValue.tag_SequenceOf, temp);
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_jn.c74 double a, b, temp = 0, di; local
113 case 0: temp = cos(x)+sin(x); break;
114 case 1: temp = -cos(x)+sin(x); break;
115 case 2: temp = -cos(x)-sin(x); break;
116 case 3: temp = cos(x)-sin(x); break;
118 b = invsqrtpi*temp/sqrt(x);
123 temp = b;
125 a = temp;
136 temp = x*0.5; b = temp;
236 double a, b, temp = 0; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBigInt.java63 byte[] temp = i.toByteArray();
65 if ((temp[0] & 0x80) != 0)
70 if (temp[0] != 0)
71 places = temp;
73 places = new byte[temp.length - 1];
74 for (int j = 1; j < temp.length; j++)
75 places[j - 1] = temp[j];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DDataSourceStreamingDataHandler.java51 byte[] temp = new byte[8192];
53 while((len=in.read(temp)) != -1) {
54 os.write(temp, 0, len);
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosPreMasterSecret.java136 byte[] temp = data.decrypt(sessionKey, KeyUsage.KU_UNKNOWN);
140 "decrypted premaster secret", temp);
147 if (temp.length == 52 &&
150 if (paddingByteIs(temp, 52, (byte)4) ||
151 paddingByteIs(temp, 52, (byte)0)) {
152 temp = Arrays.copyOf(temp, 48);
154 } else if (temp.length == 56 &&
157 if (paddingByteIs(temp, 56, (byte)8)) {
158 temp
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/util/
H A DHexBin.java73 int temp;
75 temp = binaryData[i];
76 if (temp < 0)
77 temp += 256;
78 encodedData[i*2] = lookUpHexAlphabet[temp >> 4];
79 encodedData[i*2+1] = lookUpHexAlphabet[temp & 0xf];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DDataFile.java79 long temp = writePointer;
81 return temp;
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DPrincipalName.java297 String temp = name;
302 while (i < temp.length()) {
303 if (temp.charAt(i) == NAME_COMPONENT_SEPARATOR) {
308 if (i > 0 && temp.charAt(i - 1) == '\\') {
309 temp = temp.substring(0, i - 1) +
310 temp.substring(i, temp.length());
315 component = temp.substring(componentStart, i);
321 if (temp
[all...]
H A DChecksum.java77 String temp = null;
81 temp = cfg.getDefault("default_checksum", "libdefaults");
82 if (temp != null)
84 CKSUMTYPE_DEFAULT = cfg.getType(temp);
106 temp = cfg.getDefault("safe_checksum_type", "libdefaults");
107 if (temp != null)
109 SAFECKSUMTYPE_DEFAULT = cfg.getType(temp);
258 DerOutputStream temp = new DerOutputStream();
259 temp.putInteger(BigInteger.valueOf(cksumType));
261 true, (byte)0x00), temp);
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DTagletManager.java650 Taglet temp;
651 customTags.put((temp = new ParamTaglet()).getName(), temp);
652 customTags.put((temp = new ReturnTaglet()).getName(), temp);
653 customTags.put((temp = new ThrowsTaglet()).getName(), temp);
654 customTags.put((temp = new SimpleTaglet("exception",
655 null, SimpleTaglet.METHOD + SimpleTaglet.CONSTRUCTOR)).getName(), temp);
657 customTags.put((temp
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeIteratorBase.java86 final boolean temp = _isRestartable;
90 _isRestartable = temp;
109 final int temp = _position;
116 _position = temp;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIteratorBase.java85 final boolean temp = _isRestartable;
91 _isRestartable = temp;
136 final int temp = _position; // Save state
147 _position = temp;
/openjdk7/hotspot/test/compiler/6823453/
H A DTest.java39 for ( Object temp = new byte[(byte)1.0E10]; true ;
48 for ( Object temp = new byte[(byte)1.0E10]; true ;
58 for ( Object temp = new byte[var_2]; true ;
68 for ( Object temp = new byte[var_2]; true ;
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioInputStream.java204 int temp = read(data);
205 if (temp <= 0) {
340 long temp = stream.skip(n);
343 if( temp%frameSize != 0 ) {
348 if( temp >= 0 ) {
349 framePos += temp/frameSize;
351 return temp;
372 int temp = stream.available();
375 if( (frameLength != AudioSystem.NOT_SPECIFIED) && ( (temp/frameSize) > (frameLength-framePos)) ) {
378 return temp;
[all...]
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c118 char *temp = malloc(strlen(envstring) + strlen(current) + 2); local
119 strcpy(temp, name);
120 strcat(temp, "=");
121 strcat(temp, current);
122 strcat(temp, ":");
123 strcat(temp, value);
124 putenv(temp);
140 char temp[64]; local
170 strcpy(temp, lc);
171 p = strstr(temp, "
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcphuff.c322 register int temp, nbits; local
325 temp = entropy->EOBRUN;
327 while ((temp >>= 1))
384 register int temp, temp2; local
412 temp = temp2 - entropy->last_dc_val[ci];
416 temp2 = temp;
417 if (temp < 0) {
418 temp = -temp; /* temp i
471 register int temp, temp2; local
578 register int temp; local
625 register int temp; local
[all...]

Completed in 110 milliseconds

1234567891011>>