Searched refs:temp (Results 151 - 175 of 355) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java258 NodeImpl[][] temp = new NodeImpl[relations.length+relationsRowResizeFactor][];
259 System.arraycopy(relations, 0, temp, 0, relations.length);
260 for (int i = relations.length ; i < temp.length ; i++) {
261 temp[i] = new NodeImpl[relationsColResizeFactor];
263 relations = temp;
267 NodeImpl[] temp = new NodeImpl[relations[i].length+relationsColResizeFactor];
268 System.arraycopy(relations[i], 0, temp, 0, relations[i].length);
269 relations[i] = temp;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotation.java62 Address temp = lowAddress;
64 highAddress = temp;
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReq.java95 byte[] temp = ts.asn1Encode();
96 EncryptedData encTs = new EncryptedData(pakey, temp,
H A DConfig.java341 Hashtable temp = (Hashtable)ob;
342 if (temp.containsKey(name)) {
343 Object object = temp.get(name);
420 String temp = input.substring(1);
421 return Integer.parseInt(temp);
423 String temp = input.substring(2);
424 char[] chars = temp.toCharArray();
648 Hashtable<String,Hashtable<String,Vector<String>>> temp =
650 temp = parseRealmField(v, i + 1, count);
651 table.put("realms", temp);
[all...]
H A DCredentials.java383 sun.security.krb5.internal.ccache.Credentials temp =
385 if (temp != null) {
390 if (EType.isSupported(temp.getEType())) {
391 result = temp.setKrbCreds();
396 temp.getEType());
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNotExpression.java72 Vset temp = cvars.vsFalse;
74 cvars.vsTrue = temp;
/openjdk7/jdk/make/common/
H A DRelease-embedded.gmk74 $(RM) $@.temp
77 -o $@.temp - $(NOT_HEADLESS_RT_JAR_LIST) .
79 $(CAT) $(HEADLESS_CLASSLIST) >> $@.temp
80 $(MV) $@.temp $@
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java97 TestResult temp = test("DESede", 112, p, TestResult.TBD);
98 test("DESede", 128, p, temp);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp208 OopMap** temp = NEW_RESOURCE_ARRAY(OopMap*, om_size()); local
209 set_om_data(temp);
223 address temp = addr; local
227 temp += sizeof(OopMapSet);
228 temp = (address)((intptr_t)(temp + align) & ~align);
231 new_set->set_om_data((OopMap**)temp);
233 temp += (om_count() * sizeof(OopMap*));
237 map->copy_to((address)temp);
238 new_set->set(i,(OopMap*)temp);
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp102 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
105 __ lduw(Address(member_reg, NONZERO(java_lang_invoke_MemberName::flags_offset_in_bytes())), temp); local
106 __ srl( temp, java_lang_invoke_MemberName::MN_REFERENCE_KIND_SHIFT, temp);
107 __ and3(temp, java_lang_invoke_MemberName::MN_REFERENCE_KIND_MASK, temp);
108 __ cmp_and_br_short(temp, ref_kind, Assembler::equal, Assembler::pt, L);
123 void MethodHandles::jump_from_method_handle(MacroAssembler* _masm, Register method, Register target, Register temp, argument
126 assert_different_registers(method, target, temp);
136 __ ld(interp_only, temp);
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java759 final LineInfo temp; // working line info field in class:LayoutPathImpl.SegmentPath.Segment
770 this.temp = new LineInfo();
795 if (li.pin(ix, temp)) {
796 if (LOGMAP) LOG.format("pin: %g, %g to %g, %g\n", temp.sx, temp.sy, temp.lx, temp.ly);
798 temp.sx -= data[ix-1];
799 double sx = data[ix-3] + temp.sx * ux - temp
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java661 CharSet temp = that.difference(e);
662 if (!temp.empty()) {
663 categories.addElement(temp);
669 temp = e.intersection(that);
671 if (!temp.equals(that)) {
672 categories.setElementAt(temp, j);
710 CharSet temp = cs.intersection((CharSet)(categories.elementAt(j)));
711 if (!temp.empty()) {
716 if (temp.equals(cs)) {
989 StringBuffer temp
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp638 markOop temp, test; local
651 temp = mark->copy_set_hash(hash); // merge the hash code into header
653 test = (markOop) Atomic::cmpxchg_ptr(temp, obj->mark_addr(), mark);
662 temp = monitor->header();
663 assert (temp->is_neutral(), "invariant") ;
664 hash = temp->hash();
670 temp = mark->displaced_mark_helper(); // this is a lightweight monitor owned
671 assert (temp->is_neutral(), "invariant") ;
672 hash = temp->hash(); // by current thread, check if the displaced
695 temp
1019 ObjectMonitor * temp = new ObjectMonitor[_BLOCKSIZE]; local
[all...]
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java621 int temp[] = new int[resultLen];
624 System.arraycopy(result, 0, temp, 1, result.length);
625 temp[0] = 1;
626 result = temp;
1328 MutableBigInteger temp = null;
1348 temp = f; f = g; g = temp;
1382 MutableBigInteger temp = new MutableBigInteger();
1390 p.mul(v, temp);
1391 c.add(temp);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java201 String temp = SecuritySupport.getSystemProperty(DESERIALIZE_TRANSLET);
202 if (temp == null || !(temp.length()==0 || temp.equalsIgnoreCase("true"))) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java627 int temp = date.minute + negate * date.timezoneMin;
628 int carry = fQuotient(temp, 60);
629 date.minute = mod(temp, 60, carry);
635 temp = date.hour + negate * date.timezoneHr + carry;
636 carry = fQuotient(temp, 24);
637 date.hour = mod(temp, 24, carry);
646 temp = maxDayInMonthFor(date.year, date.month);
650 } else if (date.day > temp) {
651 date.day = date.day - temp;
656 temp
743 modulo(int temp, int low, int high) argument
753 fQuotient(int temp, int low, int high) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DTaggedProfileTemplate.java63 /** Return true if temp is equivalent to this template. Equivalence
66 * created from temp. Equivalence may be weaker than equality.
68 boolean isEquivalent( TaggedProfileTemplate temp );
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStaticStringsHash.java200 int temp = keys[i];
202 keys[i+1] = temp;
203 temp = bucketSizes[i];
205 bucketSizes[i+1] = temp;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DMessageCatalog.java366 String temp [] = new String[languages.length - trimCount];
369 for (i = 0, trimCount = 0; i < temp.length; i++) {
372 temp[i] = languages[i + trimCount];
374 languages = temp;
H A DXmlReader.java181 String temp = encoding.toUpperCase();
182 temp = (String) charsets.get(temp);
183 return temp != null ? temp : encoding;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBits.java107 Bits temp = new Bits();
108 temp.sizeTo(bits.length);
109 temp.inclRange(0, start);
110 andSet(temp);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DJsseJce.java71 boolean temp;
82 temp = true;
85 temp = false;
87 kerberosAvailable = temp;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.java114 GraphicsPrimitive[] temp = new GraphicsPrimitive[oldSize + newSize];
116 System.arraycopy(devCollection, 0, temp, 0, oldSize);
118 System.arraycopy(newPrimitives, 0, temp, oldSize, newSize);
120 primitives = temp;
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPCMtoPCMCodec.java460 int temp;
465 temp = super.read();
467 if( temp < 0 ) return temp; // EOF or error
469 tempbyte = (byte) (temp & 0xf);
471 temp = (int) tempbyte & 0xf;
473 return temp;
577 byte temp;
578 temp = b[i];
580 b[i+1] = temp;
[all...]
/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java630 String temp;
637 temp = myPieces[j];
639 myPieces[i] = temp;
640 temp = myPieces[j+1];
642 myPieces[i+1] = temp;

Completed in 98 milliseconds

1234567891011>>