Searched refs:temp (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1713 ValueType[] temp = new ValueType[exceptions.length - dupCount];
1716 temp[offset++] = exceptions[i];
1719 exceptions = temp;
2084 ValueType[] temp = new ValueType[newSize];
2088 temp[offset++] = list[i];
2091 list = temp;
2133 ValueType[] temp = new ValueType[newSize];
2137 temp[offset++] = list[i];
2140 list = temp;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup481 Vector temp = new Vector();
482 temp.addElement(p);
483 RESULT = temp;
1010 Vector temp = new Vector();
1011 temp.addElement(arg);
1012 RESULT = temp;
H A DEqualityExpr.java110 final Expression temp = _left;
112 _right = temp;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRangeToken.java70 int[] temp = new int[pos+2];
71 System.arraycopy(this.ranges, 0, temp, 0, pos);
72 this.ranges = temp;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDSimpleTypeTraverser.java494 XSObjectList temp = validator.getMemberTypes();
495 for (int i = 0; i < temp.getLength(); i++) {
496 if (((XSSimpleType)temp.item(i)).getVariety() == XSSimpleType.VARIETY_LIST) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserImpl.java162 Object temp = features.get(XMLConstants.FEATURE_SECURE_PROCESSING);
163 if (temp != null) {
164 boolean value = ((Boolean) temp).booleanValue();
/openjdk7/hotspot/make/
H A DMakefile429 $(RM) $@.temp
430 $(SED) 's/\(separated by \)[;:]/\1$(PATH_SEP)/g' $< > $@.temp
431 $(MV) $@.temp $@
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java1040 Integer temp = encKeys[i].getKeyVersionNumber();
1044 (temp == null?
1045 0: temp.intValue()));
1219 // remove temp results for the next try
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java317 final boolean temp = HitUtil.isTrack(part);
318 if (temp == fStillInTrack) return;
320 fStillInTrack = temp;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c542 cmsVEC3 temp, a1, a2; local
551 ClosestLineToLine(&temp, &ray, &edge);
554 ToSpherical(&templ, &temp);
H A Dcmscgats.c1988 char *Value, *temp; local
2001 temp = Value++;
2002 do *temp-- = '\0'; while(temp >= Subkey && *temp == ' ');
2005 temp = Value + strlen(Value) - 1;
2006 while(*temp == ' ') *temp-- = '\0';
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java681 int start, end, limit, temp;
726 temp = indexMap[start];
728 indexMap[end] = temp;
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp198 Node *temp = addend0; addend0 = addend1; addend1 = temp; local
305 Node* temp = phase->transform(new (phase->C) URShiftLNode(w0, phase->intcon(N / 2))); local
306 Node* t = phase->transform(new (phase->C) AddLNode(u1v0, temp));
443 Node *temp = addend0; addend0 = addend1; addend1 = temp; local
H A Dlive.cpp63 ResourceMark rm; // Nuke temp storage on exit
165 IndexSet *temp = free; local
167 temp->clear();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDParser.java1162 // ContentModel retval, temp, current;
1164 // retval = temp = current = null;
1174 // temp = new ElementModel(tag);
1175 // getFrequency((RepeatableContent)temp);
1183 // temp = getcps(element, next);
1184 // getFrequency(temp);
1199 // current.addChild(temp);
1224 // retval = temp;
1230 // current.addChild(temp);
1857 String temp
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h2520 { png_uint_16 temp = (png_uint_16)((png_uint_16)(fg) \
2524 (composite) = (png_byte)((temp + (temp >> 8)) >> 8); }
2527 { png_uint_32 temp = (png_uint_32)((png_uint_32)(fg) \
2531 (composite) = (png_uint_16)((temp + (temp >> 16)) >> 16); }
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLGrammarPoolImpl.java130 Grammar temp = grammars[i] ;
131 //print(temp.getGrammarDescription());
352 String [] temp = schema.getLocationHints();
354 for (int i = 0 ; (temp != null && i < temp.length) ; i++){
355 System.out.println("LocationHint " + i + " = "+ temp[i]);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java1909 final boolean temp = _isRestartable;
1915 _isRestartable = temp;
2120 final boolean temp = _isRestartable;
2126 _isRestartable = temp;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp146 void jump_from_interpreted(Register method, Register temp);
H A Dinterp_masm_x86_64.hpp161 void jump_from_interpreted(Register method, Register temp);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DImageUtil.java1048 byte temp = (byte) i;
1050 if (r[i] != temp || g[i] != temp || b[i] != temp)
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DMessageToken.java648 int temp = readInt(bytes, SEAL_ALG_POS + 2);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m72 CGFloat temp;
74 temp = x2;
76 x1 = temp;
79 temp = y2;
81 y1 = temp;
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1999 int temp = caret0;
2001 caret1 = temp;
2303 int[] temp = new int[carets.length + 10];
2304 System.arraycopy(carets, 0, temp, 0, count);
2305 carets = temp;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1859 #define JUMP(a, temp, off) jump(a, temp, off, __FILE__, __LINE__)
1860 #define JUMPL(a, temp, d, off) jumpl(a, temp, d, off, __FILE__, __LINE__)
2139 inline void store_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
2140 inline void store_ptr_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
2141 inline void jumpl_to(const AddressLiteral& addrlit, Register temp, Register d, int offset = 0);
2142 inline void jump_to(const AddressLiteral& addrlit, Register temp, int offset = 0);
2143 inline void jump_indirect_to(Address& a, Register temp, int ld_offset = 0, int jmp_offset = 0);
2150 void jumpl(const AddressLiteral& addrlit, Register temp, Registe
2210 ensure_simm13_or_reg(RegisterOrConstant src, Register temp) argument
[all...]

Completed in 393 milliseconds

<<1112131415