/openjdk7/jdk/src/solaris/native/sun/java2d/loops/ |
H A D | mlib_v_ImageZoom_NN_f.c | 165 mlib_u8 *dl = dp, *tsp, *tt; local 184 tt = tsp + 2*cx + cx; 185 dp[0] = tt[0]; 186 dp[1] = tt[1]; 187 dp[2] = tt[2]; 199 tt = tsp + 2*cx + cx; 201 s2 = vis_faligndata(vis_ld_u8_i(tt, 2), s2); 202 s2 = vis_faligndata(vis_ld_u8_i(tt, 1), s2); 203 s2 = vis_faligndata(vis_ld_u8_i(tt, 0), s2); 206 tt 286 mlib_s16 *dl = dp, *tsp, *tt; local [all...] |
/openjdk7/jdk/test/java/lang/instrument/ |
H A D | TransformerManagementThreadRemoveTests.java | 107 ThreadTransformer tt = null; 115 tt = (ThreadTransformer)fAddedTransformers.remove(choose); 117 //System.out.println("removed("+tt+") size("+size+") chose("+choose+") by("+t+")"); 120 if (tt != null) 122 getInstrumentation().removeTransformer(tt);
|
H A D | TransformerManagementThreadAddTests.java | 341 ThreadTransformer tt = null; 343 tt = new ThreadTransformer(thread, index); 345 return tt;
|
/openjdk7/jdk/test/java/io/StreamTokenizer/ |
H A D | ReadAhead.java | 108 int tt = st.nextToken(); 109 if (tt != StreamTokenizer.TT_WORD) fail("expected TT_WORD"); 111 tt = st.nextToken(); 112 if (tt != StreamTokenizer.TT_EOL) fail("expected TT_EOL");
|
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/ |
H A D | AESCrypt.java | 393 int tt = K[keyOffset++]; 394 out[outOffset++] = (byte)(S[(t0 >>> 24) ] ^ (tt >>> 24)); 395 out[outOffset++] = (byte)(S[(t1 >>> 16) & 0xFF] ^ (tt >>> 16)); 396 out[outOffset++] = (byte)(S[(t2 >>> 8) & 0xFF] ^ (tt >>> 8)); 397 out[outOffset++] = (byte)(S[(t3 ) & 0xFF] ^ (tt )); 398 tt = K[keyOffset++]; 399 out[outOffset++] = (byte)(S[(t1 >>> 24) ] ^ (tt >>> 24)); 400 out[outOffset++] = (byte)(S[(t2 >>> 16) & 0xFF] ^ (tt >>> 16)); 401 out[outOffset++] = (byte)(S[(t3 >>> 8) & 0xFF] ^ (tt >>> 8)); 402 out[outOffset++] = (byte)(S[(t0 ) & 0xFF] ^ (tt )); [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/ |
H A D | ArrayElementProperty.java | 98 TagAndType tt = new TagAndType( 101 typeMap.put(type,tt); 104 n = tt.tagName; 133 TagAndType tt = typeMap.get(itemType); 134 while(tt==null && itemType!=null) { 137 tt = typeMap.get(itemType); 140 if(tt==null) { 156 w.startElement(tt.tagName,null); 157 serializeItem(tt.beanInfo,item,w); 233 for (TagAndType tt [all...] |
H A D | SingleElementNodeProperty.java | 121 TagAndType tt=typeNames.get(vtype); // quick way that usually works 123 if(tt==null) {// slow way that always works 126 tt = e.getValue(); 133 if(tt==null) { 142 w.startElement(tt.tagName,null); 143 w.childAsXsiType(v,fieldName,tt.beanInfo, addNilDecl && nillable);
|
/openjdk7/jdk/test/javax/management/mxbean/ |
H A D | TypeNameTest.java | 97 TabularType tt = (TabularType) mbai.getDescriptor().getFieldValue("openType"); 98 if (tt.getTypeName().equals(attrTypeName)) { 103 tt.getTypeName());
|
/openjdk7/jdk/src/share/classes/javax/management/openmbean/ |
H A D | TabularType.java | 243 TabularType tt = (TabularType) ot; 244 if (!getTypeName().equals(tt.getTypeName()) || 245 !getIndexNames().equals(tt.getIndexNames())) 247 return getRowType().isAssignableFrom(tt.getRowType());
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ |
H A D | ThrowsTaglet.java | 168 ThrowsTag tt = throwTags[i]; 169 ClassDoc cd = tt.exception(); 170 if ((!allowDups) && (alreadyDocumented.contains(tt.exceptionName()) || 177 result.appendOutput(writer.throwsTagOutput(tt)); 179 cd.qualifiedName() : tt.exceptionName());
|
/openjdk7/jdk/test/com/sun/jdi/ |
H A D | FinalLocalsTest.java | 89 StringTokenizer tt = new StringTokenizer(in, ","); 90 while (tt.hasMoreTokens()) { 91 String ss = tt.nextToken();
|
H A D | GenericsTest.java | 55 class Gen1<tt> { 56 tt field1; 58 System.out.println("Gen1<tt> ctor called"); 60 tt method1(tt p1) { 161 expected = "<tt:Ljava/lang/Object;>Ljava/lang/Object;";
|
/openjdk7/jdk/test/java/util/concurrent/Executors/ |
H A D | PrivilegedCallables.java | 129 } catch (Throwable tt) { check(t == tt); }
|
/openjdk7/jdk/test/javax/management/openmbean/ |
H A D | TabularDataOrderTest.java | 83 private static final TabularType tt; field in class:TabularDataOrderTest 91 tt = new TabularType( 100 TabularData td = new TabularDataSupport(tt);
|
/openjdk7/hotspot/src/share/vm/gc_interface/ |
H A D | collectedHeap.cpp | 525 GCTraceTime tt("Heap Dump (before full gc): ", PrintGCDetails, false, timer); 531 GCTraceTime tt("Class Histogram (before full gc): ", PrintGCDetails, true, timer); 539 GCTraceTime tt("Heap Dump (after full gc): ", PrintGCDetails, false, timer); 543 GCTraceTime tt("Class Histogram (after full gc): ", PrintGCDetails, true, timer);
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | referenceProcessor.cpp | 220 GCTraceTime tt("SoftReference", trace_time, false, gc_timer); 231 GCTraceTime tt("WeakReference", trace_time, false, gc_timer); 240 GCTraceTime tt("FinalReference", trace_time, false, gc_timer); 249 GCTraceTime tt("PhantomReference", trace_time, false, gc_timer); 261 GCTraceTime tt("JNI Weak Reference", trace_time, false, gc_timer); 1308 GCTraceTime tt("Preclean SoftReferences", PrintGCDetails && PrintReferenceGC, 1321 GCTraceTime tt("Preclean WeakReferences", PrintGCDetails && PrintReferenceGC, 1334 GCTraceTime tt("Preclean FinalReferences", PrintGCDetails && PrintReferenceGC, 1347 GCTraceTime tt("Preclean PhantomReferences", PrintGCDetails && PrintReferenceGC,
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/ |
H A D | SOAP12Fault.java | 192 for(TextType tt : reason.texts()){ 193 fault.setFaultString(tt.getText());
|
/openjdk7/jdk/test/sun/management/jdp/ |
H A D | JdpTest.sh | 314 tt=`echo ${_testclasses} | sed -e 's,/,,'` 315 if [ "${tt}" = "${_testclasses}" ]
|
/openjdk7/jdk/test/javax/management/generified/ |
H A D | GenericTest.java | 172 TabularType tt = 173 new TabularType("tt", "tt descr", ct, new String[] {"item1"}); 176 tt, true, true, false); 217 List<String> ttindex = checked(tt.getIndexNames(), String.class); 221 TabularData td = new TabularDataSupport(tt);
|
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/ |
H A D | e_lgamma_r.c | 119 /* tt = -(tail of tf) */ 120 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable 280 p = z*p1-(tt-w*(p2+y*p3));
|
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmswtpnt.c | 130 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line member in struct:__anon850 197 tj = isotempdata[j].tt;
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | machnode.cpp | 529 const TypeTuple *tt = t->is_tuple(); local 530 if (_con < tt->cnt()) 531 return tt->field_at(_con);
|
H A D | loopopts.cpp | 2418 Node* tt = wl.pop(); local 2419 tt->dump(); 2420 if (tt == last_peel) tty->print_cr("-- cut --"); 2699 Node* tt = wl.pop(); local 2700 if (tt == head) tty->print_cr("orig head"); 2701 else if (tt == new_head_clone) tty->print_cr("new head"); 2702 else if (tt == head_clone) tty->print_cr("clone head"); 2703 tt->dump();
|
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/ |
H A D | XOpenTypeViewer.java | 619 TabularType tt = tda[0].getTabularType(); 620 comp = new XArrayData(null, 1, tt, tda); 636 TabularType tt = tda[0].getTabularType(); 637 comp = new XArrayData(null, 1, tt, tda);
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | default.css | 205 tt {font-family: Monospaced}
|